Many markup changes (to \regexp, mostly)
Fix unclear wording pointed out by Tim Peters, ...
Changed URL to crypto page.
Added a section to the chapter on modules, desc...
Added libthreading.tex ; this is mostly the con...
Clarify wording in the description of re.split
Added an example that uses signal.alarm() to ti...
The .subn() method wasn't setting _num_regs, wh...
Added URL to HOWTO page, with reference to Rege...
Fixed bug reported to Gregor Hoffleit:
Added a -q ('quiet') option to tabnanny, which ...
Document the optional mode argument (Z_FLUSH, Z...
Fixed bug in the common-case code for HTTP URLs...
Added missing DECREF's in the error branches wh...
Added simple test for the flush() method of com...
Fixed the flush() method of compression objects...
Add an .unused_data attribute to decompressor o...
Based on a suggestion from bruce@hams.com, make...
Added a simple test suite for gzip. It simply ...
Added __del__ method to GzipFile class that wil...
Fixed 'return EOFError' that should be 'raise E...
Fix typo in docstring: wbites -> wbits
Make multiplying a sequence by a long integer (...
Patch from Vladimir Marangozov <marangoz@python...
Patch from Vladimir Marangozov <marangoz@python...
Allow using long integers as arguments to PyObj...
Add tests to exercise sequence operations (mult...
Better fix for mpzmodule problem reported by Pe...
Fix use of list.append() with multiple arguments
Fix a typo in a comment
Fix probable bug; if errno == EINTR, floatsleep...
Added simple test case for mmap on Unix; someon...
Output for simple test case for mmap on Unix; s...
Added Python interface to Expat XML parser.
Added test case output for pyexpat module
Add '#include <netinet/tcp.h>'
This patch looks large, but it just deletes the...
Fixed bug reported by JP Calderone: https:// UR...
Fix to previous patch: send the request data wh...
Updated docs to list all the new methods and fu...
Article about 1.6 new features
Filled out the "Core Changes" section.
Fix bug reported by atkins@gweep.net; re.compil...
Patches from Moshe, w/ AMK's revisions
Latex formatting fixes
Use PyArg_ParseTuple and specify the method nam...
Patch from Trent Mick:
Minor fixes, additions to notes
Patch from Michael Hudson: improve unclear erro...
Patch from /F: this patch brings the CVS versio...
List more deleted modules.
Mention setting the default encoding
Add contents of curses package
Install the contents of the Lib/curses directory
Renamed the C extension for ncurses support fro...
Documentation for the pyexpat module.
Fix the size() method to return the size of the...
Make changes and clarifications suggested by Ma...
Removed MS_INVALIDATE flags
Patch from Trent Mick:
Additional tests for seek() method, written by ...
Support resizing the mapping depending on wheth...
Check for existence of mremap()
Regenerated autoconf files. There's an extra c...
Patch from /F:
Patch from /F:
Patch from Lorenzo M. Catucci:
Fix bug when the replacement template is a call...
Patch from Michael Hudson to fix flatten recurs...
Document .timeout() method and .typeahead() fun...
Minor grammatical fix
Release the global interpreter lock around the ...
Fix typos and errors noticed by Skip Montanaro
Add wrapper for initscr() to copy the ACS_ and ...
Added two modules for ASCII characters and a si...
Dcoumentation for ascii.py. I've changed two r...
Added support for passing Unicode strings to Ex...
Change pyexpat test suite to exercise the .retu...
Drop back to old version of wrapper(); ESR repo...
Sync to ESR's current version
Added support for mouse functions: mousemask(),...
Fix comment typo noticed by Rob Hooft
Fix two typos (, instead of ;)
Fixes for compiling on Tru64.
Added section on cycle GC
Document recently-added mouse-related functions
Finished the GC section.
Credit /F in a few places
Update the version number in an example
Refer to "Authors", plural
Changes from Moshe:
Added more changes from /F
Fixes for compilation problems on Tru64 reporte...
Remove definition of _GNU_SOURCE, since Python....
Removed unused variables.
Rearrange order of sections
Patch from Peter Schneider-Kamp: convert curses...
Document addition of webbrowser.py
Patch from Joe Eaton <jeaton@hostway.net> (SF#1...
Docstring changes.