1. e04ee70 Mostly reformatting, splitting long lines, whitespace normalization etc. by Barry Warsaw · 21 years ago
  2. 2ed6dff As discussed on python-dev, revised docs to note that by Raymond Hettinger · 21 years ago
  3. 1475c49 Add version info for name2codepoint and codepoint2name by Neal Norwitz · 21 years ago
  4. be5d707 When on MacOSX, and only in a framework build, add by Jack Jansen · 21 years ago
  5. 36d49a9 The identify() description didn't match the code. Fixed. by Jack Jansen · 21 years ago
  6. 36b5198 Refer people to the help pages on failure to load the database. by Jack Jansen · 21 years ago
  7. 64509b3 Added a note on getting 404 Not Found errors when loading the database. by Jack Jansen · 21 years ago
  8. a950d7b Added support for per-user installs. by Jack Jansen · 21 years ago
  9. 20fa675 Allow switching of install dir after creation of preferences. by Jack Jansen · 21 years ago
  10. 5688b7a Add two dictionaries to htmlentitydefs: name2codepoint maps by Walter Dörwald · 21 years ago
  11. 19a02ba Fix three (!) object leaks in the code for assignment to __bases__. by Guido van Rossum · 21 years ago
  12. 4323090 Adapted GUI for per-user install. Doesn't do anything yet, though by Jack Jansen · 21 years ago
  13. a95eab5 Test SystemEvents too. by Jack Jansen · 21 years ago
  14. ee24e9c Use object interface for global vars. Fixes #721171. by Martin v. Löwis · 21 years ago
  15. 52b2705 Ouch, it's Carlo Verre, not Verre Carlo. by Guido van Rossum · 21 years ago
  16. 357981e Add a few errors tests for range(). by Walter Dörwald · 21 years ago
  17. 64976e7 Fix copy & paste error in comment. by Walter Dörwald · 21 years ago
  18. 43bc1f1 Fix the test so that it works even when /etc/group has two entries by Walter Dörwald · 21 years ago
  19. 66e1e50 Fix the test so that it works even when /etc/passwd has two entries by Walter Dörwald · 21 years ago
  20. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  21. 6fde1ce - Use the tarfile module to unpack tarfiles. by Jack Jansen · 21 years ago
  22. 299b3df test_range(): The C code changed to raise TypeError in one of these by Tim Peters · 21 years ago
  23. d922fa4 Move the call to _Py_PrintReferences() a bit further down. This by Guido van Rossum · 21 years ago
  24. 28e83e3 Some errors from range() should be TypeError, not ValueError. by Guido van Rossum · 21 years ago
  25. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  26. 255a3d0 Extend SF patch #707257: Improve code generation by Raymond Hettinger · 21 years ago
  27. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  28. 4dcdb78 Close off the "Verre Carlo hack" as discussed on python-dev. by Guido van Rossum · 21 years ago
  29. 2fd02eb super_getattro(): kill some dead code; explain a mystery. by Guido van Rossum · 21 years ago
  30. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  31. b43f15e Add a name by Andrew M. Kuchling · 21 years ago
  32. 817d6c9 Prompted by Tim's comment, when handle_range_longs() sees an by Guido van Rossum · 21 years ago
  33. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  34. 44c62ef Typo fix by Andrew M. Kuchling · 21 years ago
  35. dff694b Fix docstring typo by Andrew M. Kuchling · 21 years ago
  36. 21664d8 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  37. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  38. ae32319 Get test working if gzip support is not available by Neal Norwitz · 21 years ago
  39. 874e1f7 handle_range_longs(): refcount handling is very delicate here, and by Tim Peters · 21 years ago
  40. d39078b Mention timeit module by Andrew M. Kuchling · 21 years ago
  41. ba887bb Use simpler import by Andrew M. Kuchling · 21 years ago
  42. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  43. 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 21 years ago
  44. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  45. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  46. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  47. 98f16e0 typo by Skip Montanaro · 21 years ago
  48. dfa35fa typo by Skip Montanaro · 21 years ago
  49. 125b9b0 Back out of setting the default charset to iso-8859-1. by Barry Warsaw · 21 years ago
  50. 6008cbd NullTranslations.__init__(): Back out of setting the default charset by Barry Warsaw · 21 years ago
  51. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  52. 06c7b62 Fix markup by Neal Norwitz · 21 years ago
  53. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  54. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 21 years ago
  55. de354b7 Added a note that the Mac OSA modules are documented. by Jack Jansen · 21 years ago
  56. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 21 years ago
  57. bae5c96 Moved all the scripting stuff to a separate section, added all the by Jack Jansen · 21 years ago
  58. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 21 years ago
  59. 4ec6824 Fix test_tarfile failure when gzip is not available by Neal Norwitz · 21 years ago
  60. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  61. 5c16c7b Move declaration of enc to scope where it is used by Neal Norwitz · 21 years ago
  62. 4efd917 Add a space after expression to be consistent by Neal Norwitz · 21 years ago
  63. 6b3fffa PyErr_NormalizeException(): in the type==NULL test, we should simply by Guido van Rossum · 21 years ago
  64. 594adac hoist contents of csv submodule up to the package level by Skip Montanaro · 21 years ago
  65. 502168a SF patch #718867: Fix reference leak for time.strptime by Raymond Hettinger · 21 years ago
  66. 7b5ce7f Make Unpickler objects colletable. by Jeremy Hylton · 21 years ago
  67. 4cf6319 Make Picklers collectable. by Jeremy Hylton · 21 years ago
  68. d06483c Missing DECREF. by Jeremy Hylton · 21 years ago
  69. dcae0dc Patch #718551: cygwinccompiler.get_versions() patch by Jason Tishler · 21 years ago
  70. 11d204c Add test for MessageBeep() by Guido van Rossum · 21 years ago
  71. f405064 - New function winsound.MessageBeep() wraps the Win32 API MessageBeep(). by Guido van Rossum · 21 years ago
  72. e125268 Add MessageBeep() API. by Guido van Rossum · 21 years ago
  73. ed538d8 Detabified. Removed dead code. by Guido van Rossum · 21 years ago
  74. 2fb9fdc Make it possible to call instancemethod() with 2 arguments. by Guido van Rossum · 21 years ago
  75. a713218 Reformat a few docstrings that caused line wraps in help() output. by Guido van Rossum · 21 years ago
  76. 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 21 years ago
  77. 21123ab Various improvements to the way the table is formatted, to deal with by Guido van Rossum · 21 years ago
  78. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  79. 12dd7b1 Minor markup adjustments. by Fred Drake · 21 years ago
  80. 6db7718 Try to discourage use of PyObject_Type(). by Guido van Rossum · 21 years ago
  81. fc29646 Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way by Guido van Rossum · 21 years ago
  82. a6b1c75 Re-indent example; fix typo by Andrew M. Kuchling · 21 years ago
  83. 00bf828 property_traverse() should also traverse into prop_doc -- there's no by Guido van Rossum · 21 years ago
  84. 70367d3 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  85. d5e0a5a Created a minimal MacOSX section. by Jack Jansen · 21 years ago
  86. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  87. 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 21 years ago
  88. fcd845a Lots of small markup adjustments. by Fred Drake · 21 years ago
  89. 61a0a73 Add dependency information for the hotshot package docs. by Fred Drake · 21 years ago
  90. fda5e27 extra punctuation removed by Anthony Baxter · 21 years ago
  91. 567b0a6 Add dependency information for the timeit module docs. by Fred Drake · 21 years ago
  92. d6e9fe3 + libtimeit by Skip Montanaro · 21 years ago
  93. ca65274 doc for timeit module/script - mostly just a recast of Tim's docstring by Skip Montanaro · 21 years ago
  94. 400d8ee Make staticmethods and classmethods participate in GC. by Jeremy Hylton · 21 years ago
  95. 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 21 years ago
  96. f2f174f install timeit.py as a command line script by Skip Montanaro · 21 years ago
  97. cfd5550 add a #! line for unix weenies by Skip Montanaro · 21 years ago
  98. 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 21 years ago
  99. fb2a6cc correct a couple docstring nits by Skip Montanaro · 21 years ago
  100. f995cce Typo repair. by Tim Peters · 21 years ago