1. 269ab62 Fix the spelling of Fredrik Lundh's last name (unless there really is a by Brett Cannon · 20 years ago
  2. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  3. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  4. b92b7ed Back out 1.289, which breaks platforms needing addrinfo.h, and by Martin v. Löwis · 20 years ago
  5. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  6. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  7. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  8. 0fc8575 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored by Dave Cole · 20 years ago
  9. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  10. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  11. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  12. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  13. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  14. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  15. 6c06cd5 fix a couple problems with the last patch picked up by Michael Hudson by Skip Montanaro · 20 years ago
  16. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  17. 8d3b9dd Quote \r\n correctly, remove random indentation (patch #1009384). Thanks by Johannes Gijsbers · 20 years ago
  18. 39689c5 make exception propogation more efficient; this avoids having Expat parse by Fred Drake · 20 years ago
  19. 0cb3c63 Patch #1005568: Use _SC_PAGESIZE on Irix. Backported to 2.3. by Martin v. Löwis · 20 years ago
  20. c246cb7 Bug #1001857: socketmodule does not build under cygwin by Jason Tishler · 20 years ago
  21. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  22. ec8c5a9 Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4 by Tim Peters · 20 years ago
  23. e5dd162 [Bug #923315] Produce correct result on AIX by Andrew M. Kuchling · 20 years ago
  24. 283b670 add constants for many error values added over the past couple of years by Fred Drake · 20 years ago
  25. 5910d81 Add a missing decref -- PyErr_SetObject increfs the 'object'! by Michael W. Hudson · 20 years ago
  26. 7d6cc5b Fix a leak of a reference on None. by Michael W. Hudson · 20 years ago
  27. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  28. 51fa3b7 Tkapp_New(): Rewrite in C so it compiles again. by Tim Peters · 20 years ago
  29. 1fa649f Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  30. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  31. 0b49e02 Patch #977074: Move Encode/Decode to the top so gcc can inline them. by Martin v. Löwis · 20 years ago
  32. 0bb8454 Fix the reference count errors revealed by the test suite... by Michael W. Hudson · 20 years ago
  33. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  34. a412769 SF bug #808756: refleaks in _hotshot.c. by Armin Rigo · 20 years ago
  35. 31d485c update to Expat 1.95.8 by Fred Drake · 20 years ago
  36. a57ec93 Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on by Mark Hammond · 20 years ago
  37. c9f510a Any call to insort_{left,right} with a non-list leaked a reference to None by Michael W. Hudson · 20 years ago
  38. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  39. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  40. eb34110 Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which by Hye-Shik Chang · 20 years ago
  41. b600fe9 Switch arguments to memset (kudos to MSVC C4318 for finding that) by Martin v. Löwis · 20 years ago
  42. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago
  43. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  44. dc8e194 Fix SF #994580, typo in time.tzsets docstring. Backport candidate by Neal Norwitz · 20 years ago
  45. 81aec4b Patch #984654: Add more address family constants. by Martin v. Löwis · 20 years ago
  46. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  47. e9c89e8 Silence a GCC unused variable warning in debug builds. by Raymond Hettinger · 20 years ago
  48. 64a9e38 Replace an extern magic to assigning declared pointer from array's. by Hye-Shik Chang · 20 years ago
  49. ca455e8 Remove unused CNS-11643 mapping which shouldn't merged into main Python yet. by Hye-Shik Chang · 20 years ago
  50. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  51. 91380d5 Repair MS compiler warning about signed-vs-unsigned mismatch. The plane by Tim Peters · 20 years ago
  52. 7c7b3da Added a comment explaining the extern ugliness. by Tim Peters · 20 years ago
  53. 0f27166 Changed the "predefinitions" of codec_list and mapping_list from static by Tim Peters · 20 years ago
  54. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  55. 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
  56. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  57. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  58. 58ed69b Exercise Jim's VISIT macro. by Raymond Hettinger · 20 years ago
  59. 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
  60. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  61. b8e1717 [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses by Andrew M. Kuchling · 20 years ago
  62. 3e377de Change some declarations from ``char *`` to ``const char *``. Also added by Brett Cannon · 20 years ago
  63. 27d3dda [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compatibility with various broken SSL implementations out there. by Andrew M. Kuchling · 20 years ago
  64. 9c3efe3 [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Andrew M. Kuchling · 20 years ago
  65. 3ffff2a Add comments at end of every #endif and fix ones already there when for closing by Brett Cannon · 20 years ago
  66. 42851ab [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant by Andrew M. Kuchling · 20 years ago
  67. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 20 years ago
  68. f6067ec Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's by Brett Cannon · 20 years ago
  69. 37b0c1d Fix memory leak and bump the version per Greg by Neal Norwitz · 20 years ago
  70. b4a5581 Cleanup support for older pythons (perhaps it should be removed?) by Neal Norwitz · 20 years ago
  71. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago
  72. 2384990 PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes by Michael W. Hudson · 20 years ago
  73. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  74. ea271f2 [Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672 by James Lamanna by Andrew M. Kuchling · 20 years ago
  75. 5a8b459 OS/2 EMX needs addrinfo.h for code included from getaddrinfo.c by Andrew MacIntyre · 20 years ago
  76. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  77. 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 20 years ago
  78. 31c5065 Add weakref support to all bsddb.db objects. by Gregory P. Smith · 20 years ago
  79. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  80. 589c6ab raise the module minor version. by Gregory P. Smith · 20 years ago
  81. dc5af70 SF patch / bug #967763 by Gregory P. Smith · 20 years ago
  82. e7c0532 sizeof(char) is 1, by definition, so get rid of that expression in by Tim Peters · 20 years ago
  83. 616f4f6 Add a comment with implementation notes. by Raymond Hettinger · 20 years ago
  84. f6af76d Modules/getpath.c now compiles properly under OS X when using the by Brett Cannon · 20 years ago
  85. 6cc4814 Change comment from C++ style to C. by Brett Cannon · 20 years ago
  86. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  87. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  88. 1761a7c Use PyArg_UnpackTuple() where possible. by Raymond Hettinger · 20 years ago
  89. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  90. 298c380 Raise ValueError when value being stored in a time_t variable will result in by Brett Cannon · 20 years ago
  91. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  92. 24ec211 silly typo by Michael W. Hudson · 20 years ago
  93. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  94. 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
  95. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  96. 7a13516 SF patch #969180, hotshot incorrectly computes elapsed time by Jason Beardsley. by Neal Norwitz · 20 years ago
  97. 75a3204 Remove warning (static not being first) when building with -W by Neal Norwitz · 20 years ago
  98. 0a8266a Remove warning about implicit declaration of strcmp() by Neal Norwitz · 20 years ago
  99. de72edd Fixup error exits in nlargest() and nsmallest(). by Raymond Hettinger · 20 years ago
  100. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago