1. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  2. 6fde1ce - Use the tarfile module to unpack tarfiles. by Jack Jansen · 21 years ago
  3. 299b3df test_range(): The C code changed to raise TypeError in one of these by Tim Peters · 21 years ago
  4. d922fa4 Move the call to _Py_PrintReferences() a bit further down. This by Guido van Rossum · 21 years ago
  5. 28e83e3 Some errors from range() should be TypeError, not ValueError. by Guido van Rossum · 21 years ago
  6. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  7. 255a3d0 Extend SF patch #707257: Improve code generation by Raymond Hettinger · 21 years ago
  8. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  9. 4dcdb78 Close off the "Verre Carlo hack" as discussed on python-dev. by Guido van Rossum · 21 years ago
  10. 2fd02eb super_getattro(): kill some dead code; explain a mystery. by Guido van Rossum · 21 years ago
  11. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  12. b43f15e Add a name by Andrew M. Kuchling · 21 years ago
  13. 817d6c9 Prompted by Tim's comment, when handle_range_longs() sees an by Guido van Rossum · 21 years ago
  14. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  15. 44c62ef Typo fix by Andrew M. Kuchling · 21 years ago
  16. dff694b Fix docstring typo by Andrew M. Kuchling · 21 years ago
  17. 21664d8 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  18. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  19. ae32319 Get test working if gzip support is not available by Neal Norwitz · 21 years ago
  20. 874e1f7 handle_range_longs(): refcount handling is very delicate here, and by Tim Peters · 21 years ago
  21. d39078b Mention timeit module by Andrew M. Kuchling · 21 years ago
  22. ba887bb Use simpler import by Andrew M. Kuchling · 21 years ago
  23. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  24. 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 21 years ago
  25. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  26. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  27. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  28. 98f16e0 typo by Skip Montanaro · 21 years ago
  29. dfa35fa typo by Skip Montanaro · 21 years ago
  30. 125b9b0 Back out of setting the default charset to iso-8859-1. by Barry Warsaw · 21 years ago
  31. 6008cbd NullTranslations.__init__(): Back out of setting the default charset by Barry Warsaw · 21 years ago
  32. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  33. 06c7b62 Fix markup by Neal Norwitz · 21 years ago
  34. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  35. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 21 years ago
  36. de354b7 Added a note that the Mac OSA modules are documented. by Jack Jansen · 21 years ago
  37. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 21 years ago
  38. bae5c96 Moved all the scripting stuff to a separate section, added all the by Jack Jansen · 21 years ago
  39. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 21 years ago
  40. 4ec6824 Fix test_tarfile failure when gzip is not available by Neal Norwitz · 21 years ago
  41. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  42. 5c16c7b Move declaration of enc to scope where it is used by Neal Norwitz · 21 years ago
  43. 4efd917 Add a space after expression to be consistent by Neal Norwitz · 21 years ago
  44. 6b3fffa PyErr_NormalizeException(): in the type==NULL test, we should simply by Guido van Rossum · 21 years ago
  45. 594adac hoist contents of csv submodule up to the package level by Skip Montanaro · 21 years ago
  46. 502168a SF patch #718867: Fix reference leak for time.strptime by Raymond Hettinger · 21 years ago
  47. 7b5ce7f Make Unpickler objects colletable. by Jeremy Hylton · 21 years ago
  48. 4cf6319 Make Picklers collectable. by Jeremy Hylton · 21 years ago
  49. d06483c Missing DECREF. by Jeremy Hylton · 21 years ago
  50. dcae0dc Patch #718551: cygwinccompiler.get_versions() patch by Jason Tishler · 21 years ago
  51. 11d204c Add test for MessageBeep() by Guido van Rossum · 21 years ago
  52. f405064 - New function winsound.MessageBeep() wraps the Win32 API MessageBeep(). by Guido van Rossum · 21 years ago
  53. e125268 Add MessageBeep() API. by Guido van Rossum · 21 years ago
  54. ed538d8 Detabified. Removed dead code. by Guido van Rossum · 21 years ago
  55. 2fb9fdc Make it possible to call instancemethod() with 2 arguments. by Guido van Rossum · 21 years ago
  56. a713218 Reformat a few docstrings that caused line wraps in help() output. by Guido van Rossum · 21 years ago
  57. 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 21 years ago
  58. 21123ab Various improvements to the way the table is formatted, to deal with by Guido van Rossum · 21 years ago
  59. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  60. 12dd7b1 Minor markup adjustments. by Fred Drake · 21 years ago
  61. 6db7718 Try to discourage use of PyObject_Type(). by Guido van Rossum · 21 years ago
  62. fc29646 Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way by Guido van Rossum · 21 years ago
  63. a6b1c75 Re-indent example; fix typo by Andrew M. Kuchling · 21 years ago
  64. 00bf828 property_traverse() should also traverse into prop_doc -- there's no by Guido van Rossum · 21 years ago
  65. 70367d3 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  66. d5e0a5a Created a minimal MacOSX section. by Jack Jansen · 21 years ago
  67. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  68. 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 21 years ago
  69. fcd845a Lots of small markup adjustments. by Fred Drake · 21 years ago
  70. 61a0a73 Add dependency information for the hotshot package docs. by Fred Drake · 21 years ago
  71. fda5e27 extra punctuation removed by Anthony Baxter · 21 years ago
  72. 567b0a6 Add dependency information for the timeit module docs. by Fred Drake · 21 years ago
  73. d6e9fe3 + libtimeit by Skip Montanaro · 21 years ago
  74. ca65274 doc for timeit module/script - mostly just a recast of Tim's docstring by Skip Montanaro · 21 years ago
  75. 400d8ee Make staticmethods and classmethods participate in GC. by Jeremy Hylton · 21 years ago
  76. 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 21 years ago
  77. f2f174f install timeit.py as a command line script by Skip Montanaro · 21 years ago
  78. cfd5550 add a #! line for unix weenies by Skip Montanaro · 21 years ago
  79. 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 21 years ago
  80. fb2a6cc correct a couple docstring nits by Skip Montanaro · 21 years ago
  81. f995cce Typo repair. by Tim Peters · 21 years ago
  82. 2c2068c Added example of using positional and keyword args with atexit.register(). by Fred Drake · 21 years ago
  83. de7ad2c Markup fix. by Fred Drake · 21 years ago
  84. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  85. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  86. fb2ab4d Comment repair; no semantic changes. by Tim Peters · 21 years ago
  87. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  88. df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 21 years ago
  89. cb8ed53 add note suggested by rhettinger about example. by Anthony Baxter · 21 years ago
  90. b3303ef patch [ 698505 ] docs for hotshot module by Anthony Baxter · 21 years ago
  91. 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 21 years ago
  92. 259272b handle_finalizers(): Rewrote to call append_objects() and gc_list_merge() by Tim Peters · 21 years ago
  93. f394df4 SF bug #699934: Obscure error message by Raymond Hettinger · 21 years ago
  94. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  95. 50c61d5 Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that by Tim Peters · 21 years ago
  96. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  97. f6ae7a4 move_finalizers(): Rewrote. It's not necessary for this routine by Tim Peters · 21 years ago
  98. 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 21 years ago
  99. 86b993b New comments. Rewrote has_finalizer() as a sequence of ifs instead of by Tim Peters · 21 years ago
  100. 93ad66d Fixed new seemingly random segfaults, by moving the initialization of by Tim Peters · 21 years ago