- d254ca8 Backport of r61180: by Martin v. Löwis · 17 years ago
- 88a8fca Apply fix for potential heap overflow in PCRE code (CAN-2005-2491) by Andrew M. Kuchling · 20 years ago
- 9ddd430 tiny backport from 2.4, fix a leak in _testcapi by Alex Martelli · 21 years ago
- c859084 copy.py fixed to first lookup __copy__ from the instance being copied, by Anthony Baxter · 21 years ago
- 85e6c71 Patch 728330: Fix compilation problems on IRIX. by Martin v. Löwis · 21 years ago
- f3478d9 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 21 years ago
- 05a24d7 * closes SF bug/patch 967763 by Gregory P. Smith · 21 years ago
- 923fae4 In 1.17.6.4 part of the patch committed in 1.17.6.3 got reapplied to by Gregory P. Smith · 21 years ago
- 139af55 redo this patch on release23-maint rather than release23-branch: by Gregory P. Smith · 21 years ago
- 3497a04 fix unterminated comment by Andrew MacIntyre · 21 years ago
- 7c80d34 OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 21 years ago
- 64173c8 handle_weakrefs(): Simplification -- there's no need to make a second by Tim Peters · 21 years ago
- 7d37a2a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
- 0662a29 Make it ANSI C again. by Guido van Rossum · 21 years ago
- a3731c7 SF bug 1017405: DB keys() values() and items() methods were ignoring by Gregory P. Smith · 21 years ago
- 4bb4d5d Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure() by Mark Hammond · 21 years ago
- fbfe90e [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Matthias Klose · 21 years ago
- 78c2a2e Fail fatally if strdup fails. by Martin v. Löwis · 21 years ago
- d903fc0 Patch #914291: Restore locale while calling readline. by Martin v. Löwis · 21 years ago
- ea64250 Patch #1005568: Use _SC_PAGESIZE on Irix. by Martin v. Löwis · 21 years ago
- 09f9565 back-ported SF bug #808756: refleaks by Armin Rigo · 21 years ago
- e03d9af Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for by Andrew M. Kuchling · 21 years ago
- 1e731da [Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672 by James Lamanna by Andrew M. Kuchling · 21 years ago
- c11c49f Allow Modules/getpath.c to compile on OS X in a --disable-framework build. by Brett Cannon · 21 years ago
- d8b9346 SF 952807: Unpickling pickled instances of subclasses of by Tim Peters · 21 years ago
- fb48f16 Backport of 1.47: by Jack Jansen · 21 years ago
- 7e6014f Patch #924294: Do not check for AF_INET6 if it is not defined. by Martin v. Löwis · 21 years ago
- 0f8c23c Patch #954115: Fix os.stat handling of UNC roots. Closes #513572. by Martin v. Löwis · 21 years ago
- 0a7c3ff Set data pointer to NULL after an error; this keeps the mmap_dealloc() function by Andrew M. Kuchling · 21 years ago
- 77acf2b In order to fix SF bug # 824977, we replace calloc()/free() calls in by Barry Warsaw · 21 years ago
- 57f15af SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to by Greg Ward · 21 years ago
- eda9da7 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
- d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
- 082b0f0 Fix [ 947405 ] os.utime() raises bad exception for unicode filenames. by Mark Hammond · 21 years ago
- a2f7936 Special case normalization of empty strings. Fixes #924361. by Martin v. Löwis · 21 years ago
- fea6d1a Backport to 2.3: by Andrew MacIntyre · 21 years ago
- 6a2a3b6 Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
- fc019dd Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
- 61525be OS/2 VACPP build updates/fixes by Andrew MacIntyre · 21 years ago
- eeeca4a Added check for broken poll on OSes where it exists but sets errno for by Nicholas Bastin · 21 years ago
- 07bc3a3 Backport checkin: by Hye-Shik Chang · 21 years ago
- 8d9363f fix bug related to SF bug id 788421 where DBC.set_range() could call by Gregory P. Smith · 21 years ago
- dd5f373 Fixes SF bsddb module bug 788421: by Gregory P. Smith · 21 years ago
- 66bc72c Fix docstrings to mention the correct function by Neal Norwitz · 22 years ago
- 4ebd703 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error by Barry Warsaw · 22 years ago
- 3668d88 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error by Barry Warsaw · 22 years ago
- 5610c7e Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 22 years ago
- 441c214 doc nit by Skip Montanaro · 22 years ago
- 5c20156 Silence GCC warning when asserts are turned off. by Guido van Rossum · 22 years ago
- 3c64e7a Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT. by Tim Peters · 22 years ago
- ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
- d33ed28 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 22 years ago
- 604b120 Patch #804543: strdup saved locales. by Martin v. Löwis · 22 years ago
- 058806e Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 22 years ago
- 7f5b2cd Patch #787189: Explicitly define CTRL on SGI. by Martin v. Löwis · 22 years ago
- f62fad7 Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198. by Martin v. Löwis · 22 years ago
- 065b87b Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 22 years ago
- c751a82 Update to Expat 1.95.7; there are no changes to the Expat sources. by Fred Drake · 22 years ago
- eb7a27f This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 22 years ago
- 49e75c7 Patch #813391: Reduce limits for amd64 and sparc64. by Martin v. Löwis · 22 years ago
- 4958f27 Backport checkin: by Walter Dörwald · 22 years ago
- dfcd95c made the SGI INET_ADDRSTRLEN apply for any compiler on Irix. Both the by Anthony Baxter · 22 years ago
- fe16163 Check for TclError when reading variables. Fixes #807314. by Martin v. Löwis · 22 years ago
- 3c39f20 Patch #813445: Add missing socket.IPPROTO_IPV6. by Martin v. Löwis · 22 years ago
- c52e257 support for compiling with BerkeleyDB 4.2.x (soon to be released). this by Gregory P. Smith · 22 years ago
- e9155da port of 1.17->1.18 change. adds DBEnv.set_shm_key method. by Gregory P. Smith · 22 years ago
- 50999aa Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 22 years ago
- e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
- 617fc17 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 22 years ago
- 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
- 21f819d For safety, replace a tuple entry before decreffing it. by Raymond Hettinger · 22 years ago
- 2e61662 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
- fcc69f1 SF #784031: Byte-order bug in socket-module getaddrinfo.c by Raymond Hettinger · 22 years ago
- f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
- a247191 Release host name memory. Fixes #783312. by Martin v. Löwis · 22 years ago
- dc72e56 Backport SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 22 years ago
- 7fc99bd Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 22 years ago
- 777f49b Patch #781722: Reject AF_INET6 if IPv6 is disabled. by Martin v. Löwis · 22 years ago
- 9a71475 Fix [ 776721 ] locale.setlocale() leaks by Mark Hammond · 22 years ago
- 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
- f239c6d Repair mis-application of Jeremy's patch. Thanks, Neal! by Fred Drake · 22 years ago
- 7b6caff Fix memory leak reported & discussed on the Python XML-SIG mailing list. by Fred Drake · 22 years ago
- 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 22 years ago
- fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 22 years ago
- afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 22 years ago
- 032fffe Remove unused variable. by Jeremy Hylton · 22 years ago
- 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 22 years ago
- a301667 [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. by Andrew M. Kuchling · 22 years ago
- 1d7a348 SF patch #770521: make itertools type declarations static by Raymond Hettinger · 22 years ago
- fff093f The Unpickler forget about its find_class attribute. by Jeremy Hylton · 22 years ago
- 14350ab Fix [ 766669 ] Consistent GPF on exit by Mark Hammond · 22 years ago
- 455d46f bsddb 4.1.6: by Gregory P. Smith · 22 years ago
- bd2de3a typo by Skip Montanaro · 22 years ago
- 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 22 years ago
- 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 22 years ago
- 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 22 years ago
- a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 22 years ago
- 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 22 years ago
- d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 22 years ago
- ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 22 years ago