1. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  2. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  3. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  4. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  5. e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 21 years ago
  6. 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 21 years ago
  7. 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 21 years ago
  8. fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 21 years ago
  9. c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 21 years ago
  10. 24ccca1 When an unhandled exception happens, report the repr() of the function by Guido van Rossum · 21 years ago
  11. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  12. caf1c9d - Included detailed documentation in _sre.c explaining how, when, and why by Gustavo Niemeyer · 21 years ago
  13. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 21 years ago
  14. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 21 years ago
  15. c23fb77 Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the by Gustavo Niemeyer · 21 years ago
  16. 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 21 years ago
  17. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  18. 3457e4b New support functions for test_getargs2. by Thomas Heller · 21 years ago
  19. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 21 years ago
  20. c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 21 years ago
  21. 360088f [Patch #679505] Trigger DeprecationWarning on importing the rotor module by Andrew M. Kuchling · 21 years ago
  22. 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  23. 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 21 years ago
  24. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  25. 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 21 years ago
  26. a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 21 years ago
  27. 3c9068b Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, by Gustavo Niemeyer · 21 years ago
  28. 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 21 years ago
  29. baf25b0 apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows by Andrew MacIntyre · 21 years ago
  30. 75e0145 - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL by Andrew MacIntyre · 21 years ago
  31. be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 21 years ago
  32. 1aca359 - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup by Gustavo Niemeyer · 21 years ago
  33. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  34. 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 21 years ago
  35. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  36. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  37. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  38. 6f29ff3 Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. by Martin v. Löwis · 21 years ago
  39. 954bcf5 Minor source formatting fixes. by Raymond Hettinger · 21 years ago
  40. ee24e9c Use object interface for global vars. Fixes #721171. by Martin v. Löwis · 21 years ago
  41. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  42. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  43. dff694b Fix docstring typo by Andrew M. Kuchling · 21 years ago
  44. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  45. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  46. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  47. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  48. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  49. 98f16e0 typo by Skip Montanaro · 21 years ago
  50. dfa35fa typo by Skip Montanaro · 21 years ago
  51. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  52. 502168a SF patch #718867: Fix reference leak for time.strptime by Raymond Hettinger · 21 years ago
  53. 7b5ce7f Make Unpickler objects colletable. by Jeremy Hylton · 21 years ago
  54. 4cf6319 Make Picklers collectable. by Jeremy Hylton · 21 years ago
  55. 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 21 years ago
  56. fc29646 Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way by Guido van Rossum · 21 years ago
  57. 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 21 years ago
  58. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  59. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  60. fb2ab4d Comment repair; no semantic changes. by Tim Peters · 21 years ago
  61. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  62. 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 21 years ago
  63. 259272b handle_finalizers(): Rewrote to call append_objects() and gc_list_merge() by Tim Peters · 21 years ago
  64. 50c61d5 Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that by Tim Peters · 21 years ago
  65. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  66. f6ae7a4 move_finalizers(): Rewrote. It's not necessary for this routine by Tim Peters · 21 years ago
  67. 86b993b New comments. Rewrote has_finalizer() as a sequence of ifs instead of by Tim Peters · 21 years ago
  68. 93ad66d Fixed new seemingly random segfaults, by moving the initialization of by Tim Peters · 21 years ago
  69. ce136e9 Fix Tim's boom example. by Jeremy Hylton · 21 years ago
  70. 76ffb19 Use fcntl() to put the audio device *back* into blocking mode after by Greg Ward · 21 years ago
  71. 059b094 Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  72. 5bd378b Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  73. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  74. 1baa982 init_bsddb(): Added a few symbols that Greg forgot. by Barry Warsaw · 21 years ago
  75. ddb4f62 SF patch #667548, Add some audio constants by Michael Pruett by Neal Norwitz · 21 years ago
  76. 1ac3e39 Get build working with pre-C99 compilers by Neal Norwitz · 21 years ago
  77. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  78. 852ba7e Patch #672053: Return a result from Py_Main, instead of exiting. by Martin v. Löwis · 21 years ago
  79. e98922f Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. by Martin v. Löwis · 21 years ago
  80. a965649 Wrap thread stuff in WITH_THREAD. Fixes #704641. by Martin v. Löwis · 21 years ago
  81. 52ae6f6 Fake bool API for Python 2.2. by Martin v. Löwis · 21 years ago
  82. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  83. 6e5c179 4.1.5 by Gregory P. Smith · 21 years ago
  84. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  85. a16b21f add comment about 2.2 compatibility dump empty TODO comment by Skip Montanaro · 21 years ago
  86. 29fd2ba Make private function and data static. by Neal Norwitz · 21 years ago
  87. 2deaddb Get rid of warning on IRIX by Neal Norwitz · 21 years ago
  88. b59798b Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx. by Neal Norwitz · 21 years ago
  89. ef4b7ed Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 21 years ago
  90. 2497982 add _csv build line by Skip Montanaro · 21 years ago
  91. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago
  92. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 21 years ago
  93. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 21 years ago
  94. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  95. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 21 years ago
  96. 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 21 years ago
  97. e0cce8f Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  98. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  99. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  100. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago