| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply fix for potential heap overflow in PCRE code (CAN-2005-2491) | Andrew M. Kuchling | 2005-08-31 | 1 | -9/+20 |
* | tiny backport from 2.4, fix a leak in _testcapi | Alex Martelli | 2005-02-07 | 1 | -0/+1 |
* | copy.py fixed to first lookup __copy__ from the instance being copied, | Anthony Baxter | 2005-01-25 | 1 | -1/+175 |
* | Patch 728330: Fix compilation problems on IRIX. | Martin v. Löwis | 2004-12-30 | 1 | -1/+23 |
* | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -1/+5 |
* | * closes SF bug/patch 967763 | Gregory P. Smith | 2004-12-19 | 1 | -45/+78 |
* | In 1.17.6.4 part of the patch committed in 1.17.6.3 got reapplied to | Gregory P. Smith | 2004-12-19 | 1 | -9/+1 |
* | redo this patch on release23-maint rather than release23-branch: | Gregory P. Smith | 2004-12-19 | 1 | -8/+8 |
* | fix unterminated comment | Andrew MacIntyre | 2004-12-18 | 1 | -1/+1 |
* | OS/2 specific fixes related to SF bug # 1003471. | Andrew MacIntyre | 2004-12-12 | 1 | -68/+67 |
* | handle_weakrefs(): Simplification -- there's no need to make a second | Tim Peters | 2004-10-31 | 1 | -58/+28 |
* | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-31 | 2 | -107/+296 |
* | Make it ANSI C again. | Guido van Rossum | 2004-10-09 | 1 | -3/+3 |
* | SF bug 1017405: DB keys() values() and items() methods were ignoring | Gregory P. Smith | 2004-09-04 | 1 | -1/+1 |
* | Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure() | Mark Hammond | 2004-09-01 | 1 | -5/+3 |
* | [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i... | Matthias Klose | 2004-08-24 | 1 | -29/+59 |
* | Fail fatally if strdup fails. | Martin v. Löwis | 2004-08-20 | 1 | -0/+4 |
* | Patch #914291: Restore locale while calling readline. | Martin v. Löwis | 2004-08-18 | 1 | -0/+8 |
* | Patch #1005568: Use _SC_PAGESIZE on Irix. | Martin v. Löwis | 2004-08-12 | 1 | -0/+5 |
* | back-ported SF bug #808756: refleaks | Armin Rigo | 2004-08-03 | 1 | -2/+10 |
* | Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for | Andrew M. Kuchling | 2004-07-12 | 1 | -0/+1 |
* | [Bug #982806] The default argument for opening GDBM files is bogus. Patch #9... | Andrew M. Kuchling | 2004-07-07 | 1 | -1/+1 |
* | Allow Modules/getpath.c to compile on OS X in a --disable-framework build. | Brett Cannon | 2004-06-26 | 1 | -1/+1 |
* | SF 952807: Unpickling pickled instances of subclasses of | Tim Peters | 2004-06-07 | 1 | -6/+3 |
* | Backport of 1.47: | Jack Jansen | 2004-06-03 | 1 | -0/+17 |
* | Patch #924294: Do not check for AF_INET6 if it is not defined. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
* | Patch #954115: Fix os.stat handling of UNC roots. | Martin v. Löwis | 2004-06-02 | 1 | -18/+94 |
* | Set data pointer to NULL after an error; this keeps the mmap_dealloc() function | Andrew M. Kuchling | 2004-06-01 | 1 | -0/+1 |
* | In order to fix SF bug # 824977, we replace calloc()/free() calls in | Barry Warsaw | 2004-05-11 | 1 | -9/+16 |
* | SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to | Greg Ward | 2004-05-11 | 1 | -0/+18 |
* | SF #950057: itertools.chain doesn't "process" exceptions as they occur | Raymond Hettinger | 2004-05-08 | 1 | -0/+12 |
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 1 | -1/+1 |
* | Fix [ 947405 ] os.utime() raises bad exception for unicode filenames. | Mark Hammond | 2004-05-04 | 1 | -1/+6 |
* | Special case normalization of empty strings. Fixes #924361. | Martin v. Löwis | 2004-04-17 | 1 | -0/+7 |
* | Backport to 2.3: | Andrew MacIntyre | 2004-04-11 | 1 | -0/+4 |
* | Backport to 2.3 to support Zope 2.7 on OS/2: | Andrew MacIntyre | 2004-04-04 | 1 | -4/+4 |
* | Backport to 2.3 to support Zope 2.7 on OS/2: | Andrew MacIntyre | 2004-04-04 | 1 | -0/+229 |
* | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 1 | -1/+1 |
* | Added check for broken poll on OSes where it exists but sets errno for | Nicholas Bastin | 2004-03-22 | 1 | -6/+6 |
* | Backport checkin: | Hye-Shik Chang | 2004-03-21 | 1 | -2/+6 |
* | fix bug related to SF bug id 788421 where DBC.set_range() could call | Gregory P. Smith | 2004-03-16 | 1 | -3/+11 |
* | Fixes SF bsddb module bug 788421: | Gregory P. Smith | 2004-02-26 | 1 | -2/+10 |
* | Fix docstrings to mention the correct function | Neal Norwitz | 2004-02-16 | 1 | -2/+2 |
* | pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+4 |
* | grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+2 |
* | Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames | Mark Hammond | 2003-12-03 | 1 | -3/+50 |
* | doc nit | Skip Montanaro | 2003-12-02 | 1 | -1/+2 |
* | Silence GCC warning when asserts are turned off. | Guido van Rossum | 2003-11-24 | 1 | -2/+1 |
* | Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT. | Tim Peters | 2003-11-22 | 1 | -55/+58 |
* | SF bug 839548: Bug in type's GC handling causes segfaults. | Tim Peters | 2003-11-20 | 1 | -13/+129 |