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