summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Apply fix for potential heap overflow in PCRE code (CAN-2005-2491)Andrew M. Kuchling2005-08-311-9/+20
* tiny backport from 2.4, fix a leak in _testcapiAlex Martelli2005-02-071-0/+1
* copy.py fixed to first lookup __copy__ from the instance being copied,Anthony Baxter2005-01-251-1/+175
* Patch 728330: Fix compilation problems on IRIX.Martin v. Löwis2004-12-301-1/+23
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-1/+5
* * closes SF bug/patch 967763Gregory P. Smith2004-12-191-45/+78
* In 1.17.6.4 part of the patch committed in 1.17.6.3 got reapplied toGregory P. Smith2004-12-191-9/+1
* redo this patch on release23-maint rather than release23-branch:Gregory P. Smith2004-12-191-8/+8
* fix unterminated commentAndrew MacIntyre2004-12-181-1/+1
* OS/2 specific fixes related to SF bug # 1003471.Andrew MacIntyre2004-12-121-68/+67
* handle_weakrefs(): Simplification -- there's no need to make a secondTim Peters2004-10-311-58/+28
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-312-107/+296
* Make it ANSI C again.Guido van Rossum2004-10-091-3/+3
* SF bug 1017405: DB keys() values() and items() methods were ignoringGregory P. Smith2004-09-041-1/+1
* Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()Mark Hammond2004-09-011-5/+3
* [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i...Matthias Klose2004-08-241-29/+59
* Fail fatally if strdup fails.Martin v. Löwis2004-08-201-0/+4
* Patch #914291: Restore locale while calling readline.Martin v. Löwis2004-08-181-0/+8
* Patch #1005568: Use _SC_PAGESIZE on Irix.Martin v. Löwis2004-08-121-0/+5
* back-ported SF bug #808756: refleaksArmin Rigo2004-08-031-2/+10
* Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, forAndrew M. Kuchling2004-07-121-0/+1
* [Bug #982806] The default argument for opening GDBM files is bogus. Patch #9...Andrew M. Kuchling2004-07-071-1/+1
* Allow Modules/getpath.c to compile on OS X in a --disable-framework build.Brett Cannon2004-06-261-1/+1
* SF 952807: Unpickling pickled instances of subclasses ofTim Peters2004-06-071-6/+3
* Backport of 1.47:Jack Jansen2004-06-031-0/+17
* Patch #924294: Do not check for AF_INET6 if it is not defined.Martin v. Löwis2004-06-021-1/+1
* Patch #954115: Fix os.stat handling of UNC roots.Martin v. Löwis2004-06-021-18/+94
* Set data pointer to NULL after an error; this keeps the mmap_dealloc() functionAndrew M. Kuchling2004-06-011-0/+1
* In order to fix SF bug # 824977, we replace calloc()/free() calls inBarry Warsaw2004-05-111-9/+16
* SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, toGreg Ward2004-05-111-0/+18
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-081-0/+12
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-1/+1
* Fix [ 947405 ] os.utime() raises bad exception for unicode filenames.Mark Hammond2004-05-041-1/+6
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+7
* Backport to 2.3:Andrew MacIntyre2004-04-111-0/+4
* Backport to 2.3 to support Zope 2.7 on OS/2:Andrew MacIntyre2004-04-041-4/+4
* Backport to 2.3 to support Zope 2.7 on OS/2:Andrew MacIntyre2004-04-041-0/+229
* OS/2 VACPP build updates/fixesAndrew MacIntyre2004-03-291-1/+1
* Added check for broken poll on OSes where it exists but sets errno forNicholas Bastin2004-03-221-6/+6
* Backport checkin:Hye-Shik Chang2004-03-211-2/+6
* fix bug related to SF bug id 788421 where DBC.set_range() could callGregory P. Smith2004-03-161-3/+11
* Fixes SF bsddb module bug 788421:Gregory P. Smith2004-02-261-2/+10
* Fix docstrings to mention the correct functionNeal Norwitz2004-02-161-2/+2
* pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+4
* grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+2
* Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenamesMark Hammond2003-12-031-3/+50
* doc nitSkip Montanaro2003-12-021-1/+2
* Silence GCC warning when asserts are turned off.Guido van Rossum2003-11-241-2/+1
* Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT.Tim Peters2003-11-221-55/+58
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-13/+129