Fix a typo
SF Patch #494872 test repr() of a built-in module
SF Patch #494873 add tests for complex numbers ...
SF Patch #497487 add test to compare conjugate ...
SF Patch #494863, file.xreadlines() should rais...
SF Patch #494867 test file methods
Improve grammar
Fix missing space between words. Bugfix candid...
Fix typo
SF #515000, print result of f.tell() in test() ...
SF #515006, remove unnecessary import
SF #515011, cleanup: remove "or 0" condition
SF #515021, print the refused list to the DEBUG...
SF #515024 remove unused variable
SF #515026, delete global variable that was app...
SF #515018, delete global variable that was app...
SF #515020, delete global variables which are u...
SF #515041, Update path for 2.3
SF #515023. Make _DummyThread.join() signature...
SF #517447, correct syntax error
SF #506611, fix sys.setprofile(), sys.settrace(...
Fix typo
SF #515015, raise exception if code not found i...
Remove duplicate "import os"
Remove extraneous #define as per effbot's instr...
SF# 522426, add doc for common parameter for fi...
Remove compiler warnings on Solaris 8.
Fix grammar
Fix SF # 532618 517704, install problems when b...
Remove many uses of PyArg_NoArgs macro, change ...
Missed change METH_OLDARGS to METH_NOARGS for t...
Add a comment that PyArg_GetInt is deprecated a...
Remove last occurrance of PyArg_GetInt. It is d...
Missed change METH_OLDARGS to METH_NOARGS for t...
Cleanup x so it is not left in module
os was already imported in the module, no need ...
time and socket were already imported in the mo...
Change sys_exit to use METH_VARARGS.
Stop using string exceptions
Derive exception classes from Exception
Use symbolic METH_VARARGS instead of 1 for ml_f...
Use symbolic METH_VARARGS/METH_OLDARGS instead ...
Fix whitespace
Convert from using METH_OLDARGS to METH_NOARGS.
Remove METH_OLDARGS:
Convert METH_OLDARGS -> METH_VARARGS: also PyAr...
Revert use of METH_OLDARGS (use 0) to support 1...
Convert METH_OLDARGS -> METH_NOARGS: remove arg...
Use METH_VARARGS rather than METH_OLDARGS impli...
Get rid of warnings due to changing to METH_NOARGS
mpz_float() only takes one parameter now
Convert file.readinto() to stop using METH_OLDA...
Get rid of all METH_OLDARGS & PyArg_Parse.
Get rid of another use of PyArg_Parse()
There is no TestError, use TestFailed appropria...
Use attributes appropriately
Format strings (tuples,) appropriately
Convert more METH_OLDARGS & PyArg_Parse()
SF 539024, Fix broken link to numpy
Update doc to reflect Tim's changes to bool.
Update docstring to reflect code change to bool
Update docs for bool changes by Guido around Ap...
Add deprecation warnings for modules as documented
Spell Raymond Hettinger's name write
BDFL agreed with Tim: rehabilitate randint().
posix.mknod() and {}.pop() were added
Remove unused variable reported by Walter Dörwald
Fix grammar
#546155, remove posix_int() it is not used
#546163, fix link problem on Solaris 8 for make...
#544265, Remove warnings for passing const to f...
#546156, Remove load_false()/load_true(), they ...
Closes: #556025 seg fault when doing list(xrang...
Whitespace normalization
As discussed on python-dev, add a mechanism to ...
Remove comment about inheritance, look one line up
Py_IgnoreEnvironmentFlag should be extern, sinc...
Use string methods where possible, and remove i...
Remove import of re, it is not used
Fix printing plural (s or "").
Change name from string to basestring
Fix typo
Use more string methods, remove import string
Use string methods, remove import string
Remove unused static function
Get email test to pass. Barry, hope this is wh...
Fix SF bug #557436, TclError is a str should be...
Pyrangeiter_Type && range_iter should be static
Remove another reference to stat.ST_MODE
Remove uses of string module and stat.ST_MODE
Add version info, and fix another typo and word...
Fix typo
Fix SF #565414, FancyURLopener() needs to suppo...
Add "version added" for getpgid
Use new PyDoc_STRVAR macro
Fix typo in exception message
SF # 561244 Micro optimizations
SF # 533070 Silence AIX C Compiler Warnings
Cleanup a little
Test exceptional conditions in list.sort()