1. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
  2. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  3. a11e846 Add interrupt_main() to thread module. by Kurt B. Kaiser · 21 years ago
  4. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  5. 1a44448 Changes to sre.c after the application of patch #726869 have increased by Andrew MacIntyre · 21 years ago
  6. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  7. 0741f80 Whitespace normalization; break a long line. by Guido van Rossum · 21 years ago
  8. f39dafb Fix a subtle decref bug that caused a GC assertion to fail in a debug by Guido van Rossum · 21 years ago
  9. 84f8ecd Comment fix. by Greg Ward · 21 years ago
  10. 38c9266 Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): by Greg Ward · 21 years ago
  11. d676906 Completely change the interface to setparameters(): by Greg Ward · 21 years ago
  12. d1c5510 Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() by Neal Norwitz · 21 years ago
  13. d0d592f Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0(): by Greg Ward · 21 years ago
  14. b804390 Release the GIL in two more methods: by Greg Ward · 21 years ago
  15. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  16. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  17. 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
  18. bfef18c PyType_GenericAlloc is inherited from object. by Raymond Hettinger · 21 years ago
  19. 6492785 Release the GIL around read(), write(), and select() calls. by Greg Ward · 21 years ago
  20. d449eab Fixed dotted name assertion. by Raymond Hettinger · 21 years ago
  21. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  22. 8fd86cc Only return objects if wantobjects is set in GetVar. by Martin v. Löwis · 21 years ago
  23. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  24. 03eaf8b Added more words about the abuse of the tp_alloc nitems argument by Tim Peters · 21 years ago
  25. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  26. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  27. 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 21 years ago
  28. 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 21 years ago
  29. f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 21 years ago
  30. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  31. 505c4c2 Simple fix for by Michael W. Hudson · 21 years ago
  32. 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 21 years ago
  33. 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 21 years ago
  34. 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 21 years ago
  35. 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 21 years ago
  36. c797ceb add open function to bsddb185 module so the file format sniffing can be by Skip Montanaro · 21 years ago
  37. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  38. dd6cd65 Implement tcl object __cmp__. by Martin v. Löwis · 21 years ago
  39. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  40. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  41. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  42. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  43. e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 21 years ago
  44. 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 21 years ago
  45. 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 21 years ago
  46. fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 21 years ago
  47. c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 21 years ago
  48. 24ccca1 When an unhandled exception happens, report the repr() of the function by Guido van Rossum · 21 years ago
  49. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  50. caf1c9d - Included detailed documentation in _sre.c explaining how, when, and why by Gustavo Niemeyer · 21 years ago
  51. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 21 years ago
  52. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 21 years ago
  53. c23fb77 Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the by Gustavo Niemeyer · 21 years ago
  54. 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 21 years ago
  55. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  56. 3457e4b New support functions for test_getargs2. by Thomas Heller · 21 years ago
  57. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 21 years ago
  58. c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 21 years ago
  59. 360088f [Patch #679505] Trigger DeprecationWarning on importing the rotor module by Andrew M. Kuchling · 21 years ago
  60. 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  61. 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 21 years ago
  62. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  63. 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 21 years ago
  64. a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 21 years ago
  65. 3c9068b Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, by Gustavo Niemeyer · 21 years ago
  66. 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 21 years ago
  67. baf25b0 apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows by Andrew MacIntyre · 21 years ago
  68. 75e0145 - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL by Andrew MacIntyre · 21 years ago
  69. be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 21 years ago
  70. 1aca359 - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup by Gustavo Niemeyer · 21 years ago
  71. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  72. 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 21 years ago
  73. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  74. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  75. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  76. 6f29ff3 Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. by Martin v. Löwis · 21 years ago
  77. 954bcf5 Minor source formatting fixes. by Raymond Hettinger · 21 years ago
  78. ee24e9c Use object interface for global vars. Fixes #721171. by Martin v. Löwis · 21 years ago
  79. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  80. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  81. dff694b Fix docstring typo by Andrew M. Kuchling · 21 years ago
  82. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  83. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  84. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  85. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  86. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  87. 98f16e0 typo by Skip Montanaro · 21 years ago
  88. dfa35fa typo by Skip Montanaro · 21 years ago
  89. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  90. 502168a SF patch #718867: Fix reference leak for time.strptime by Raymond Hettinger · 21 years ago
  91. 7b5ce7f Make Unpickler objects colletable. by Jeremy Hylton · 21 years ago
  92. 4cf6319 Make Picklers collectable. by Jeremy Hylton · 21 years ago
  93. 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 21 years ago
  94. fc29646 Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way by Guido van Rossum · 21 years ago
  95. 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 21 years ago
  96. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  97. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  98. fb2ab4d Comment repair; no semantic changes. by Tim Peters · 21 years ago
  99. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  100. 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 21 years ago