summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backport 52621:Neal Norwitz2006-11-043-0/+4
* Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-042-25/+38
* Fix code example by adding a missing import.Thomas Heller2006-11-021-1/+1
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-1/+2
* Fix refleakNeal Norwitz2006-10-291-0/+1
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-293-3/+29
* Bug #1586773: extend hashlib docstring.Georg Brandl2006-10-291-1/+30
* I thought I had already fixed this error in the test.Georg Brandl2006-10-291-1/+1
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-294-8/+55
* Fix the new EncodedFile test to work with big endian platforms.Georg Brandl2006-10-291-1/+1
* Patch #1583880: fix tarfile's problems with long names and posix/Georg Brandl2006-10-292-88/+84
* Bug #1357915: allow all sequence types for shell arguments inGeorg Brandl2006-10-291-0/+2
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-293-4/+63
* From SF 1557890, fix problem of using wrong type in example.Neal Norwitz2006-10-281-1/+1
* Backport 52506:Neal Norwitz2006-10-281-1/+2
* Backport 52505:Neal Norwitz2006-10-281-0/+5
* Backport 52504:Neal Norwitz2006-10-283-1/+37
* Backport 52503:Neal Norwitz2006-10-281-0/+3
* Backport 52502:Neal Norwitz2006-10-282-0/+6
* Backport 52501:Neal Norwitz2006-10-282-0/+5
* Fix nth() itertool recipe.Georg Brandl2006-10-281-2/+2
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-272-0/+11
* WindowsError.str should display the windows error code,Thomas Heller2006-10-273-7/+23
* [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-273-6/+9
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-273-1/+20
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-273-1/+10
* Point users to the subprocess module in the docs for os.system, os.spawn*, os...Andrew M. Kuchling2006-10-274-9/+38
* [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...Andrew M. Kuchling2006-10-272-2/+5
* [Bug #1562583] Mention the set_reuse_addr() methodAndrew M. Kuchling2006-10-271-3/+5
* [Bug #1583946] Reword description of server and issuerAndrew M. Kuchling2006-10-271-5/+6
* [Bug #1585690] Note that line_num was added in Python 2.5Andrew M. Kuchling2006-10-271-0/+1
* Get DBL_MAX from float.h not values.h.Martin v. Löwis2006-10-274-10/+4
* Check for values.h.Martin v. Löwis2006-10-274-3/+9
* [Backport of r52452]Martin v. Löwis2006-10-274-61/+246
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...Andrew M. Kuchling2006-10-261-4/+4
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-242-1/+28
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-222-0/+14
* - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so thatMartin v. Löwis2006-10-222-0/+7
* Patch #1580872: Remove duplicate declaration of PyCallable_Check.Martin v. Löwis2006-10-221-1/+2
* Recorded merge of revisions 51379-51603,51606-52365 via svnmerge fromThomas Heller2006-10-200-0/+0
* Initialized merge tracking via "svnmerge" with revisions "1-51333" fromThomas Heller2006-10-200-0/+0
* [Bug #1576348] Fix typo in exampleAndrew M. Kuchling2006-10-191-1/+1
* C:\Code\python>type c.txtTim Peters2006-10-181-1/+1
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-173-2/+22
* Forward-port r52358:Martin v. Löwis2006-10-173-36/+41
* Remove obsolete file.Martin v. Löwis2006-10-171-0/+0
* Patch #1457736: Update VC6 to use current PCbuild settings.Martin v. Löwis2006-10-1711-390/+278
* Mention the bdist_msi module.Martin v. Löwis2006-10-151-0/+5
* Remove binary property on project files, set eol-styleMartin v. Löwis2006-10-153-424/+424
* Bug #1567666: Emulate GetFileAttributesExA for Win95.Martin v. Löwis2006-10-152-2/+105