1. a905363 + Changed TOC to folder-tree style. by Tim Peters · 22 years ago
  2. 52cfa33 Generates inputs to the Microsoft Help Compiler, which creates compiled by Tim Peters · 22 years ago
  3. 7d4ed0d Get the right funny characters in Hernan's name. by Tim Peters · 22 years ago
  4. fdbeb5a #546155, remove posix_int() it is not used by Neal Norwitz · 22 years ago
  5. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 22 years ago
  6. a6aa71d Oops: we used PyMem_DEL() to clean up objects, and that's a problem since by Jack Jansen · 22 years ago
  7. bbeb1e6 Document the build process more precisely. Suggested by Hugh Sasse. by Martin v. Löwis · 22 years ago
  8. 75700db \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only by Skip Montanaro · 22 years ago
  9. 176bda4cd fix duplicate label add index turds by Skip Montanaro · 22 years ago
  10. c55ae4b Clean up the use of version numbers in filenames; always use an "abstract" by Fred Drake · 22 years ago
  11. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 22 years ago
  12. 08d8215 _PyObject_DebugMallocStats(): Added some potentially expensive internal by Tim Peters · 22 years ago
  13. 64d80c9 PyObject_Malloc: make a tiny bit faster for platforms where malloc(0) by Tim Peters · 22 years ago
  14. 3e12071 Remove some long-disabled debugging boilerplate. by Tim Peters · 22 years ago
  15. afb2c80 ceval.c/do_raise(): Tighten the test to disallow raising an instance of by Tim Peters · 22 years ago
  16. 16af557 Remove more out-of-date comments and clarify explanation of visit(). by Jeremy Hylton · 22 years ago
  17. 3b05c8e Remove out-of-date explanation in doc strings, as reported by Eric C. Newton. by Jeremy Hylton · 22 years ago
  18. a454857 Test for --export-dynamic directly to avoid problems with binutils 2.12. by Martin v. Löwis · 22 years ago
  19. 5379dea SF bug 544733: Cygwin test_mmap fix for Python 2.2.1 by Tim Peters · 22 years ago
  20. 2b85897 type_get_doc(): Squash compiler wng about incompatible ptr types. by Tim Peters · 22 years ago
  21. 91bae44 Long-forgotten change: Update first paragraph with actual release date by Andrew M. Kuchling · 22 years ago
  22. d99b3e7 SF bug 542984. by Guido van Rossum · 22 years ago
  23. 6ca7d41 SF bug 542984. by Guido van Rossum · 22 years ago
  24. a90a3b4 Use md5.new() constructor by Andrew M. Kuchling · 22 years ago
  25. 343cbd0 Use 2.1's .hexdigest() method by Andrew M. Kuchling · 22 years ago
  26. 2ee4be0 Apply diff3.txt from SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  27. 1ec71ea Added note about new distutils commands. by Marc-André Lemburg · 22 years ago
  28. 0538f1f Patch #531901 by Mark W. Alexander: adds a new distutils packager by Marc-André Lemburg · 22 years ago
  29. b02ea65 typo by Skip Montanaro · 22 years ago
  30. 8d95ca4 Add text on tp_as_buffer that refers tothe section that covers the topic. by Fred Drake · 22 years ago
  31. 933f159 Add a version annotation for the help() function. by Fred Drake · 22 years ago
  32. 70b3831 Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 22 years ago
  33. 3d0b697 Pass the -r option to getpagecounts to generate an entry for the "What's by Fred Drake · 22 years ago
  34. bab5aa0 Remove Emacs turd; not needed with modern Emacs versions. by Fred Drake · 22 years ago
  35. 1f67946 Changed last remaining use of "./" to "index.html" when referring to the by Fred Drake · 22 years ago
  36. 34a05f7 Start of script to locate C symbols and segregate them into lists of by Fred Drake · 22 years ago
  37. 08e7295 Windows installer: disabled Wise's "delete in-use files" uninstall by Tim Peters · 22 years ago
  38. 34f300a Added docstrings to the Profile class. by Fred Drake · 22 years ago
  39. 0fdc826 Update the dependencies. by Fred Drake · 22 years ago
  40. 121460d Minor wording change. by Fred Drake · 22 years ago
  41. e8fc640 SF bug 544647. by Guido van Rossum · 22 years ago
  42. 7766091 Whitespace normalization and fold some long lines. by Guido van Rossum · 22 years ago
  43. 9ad70f9 Add more text from Guido on the type structure fields. Small additional changes. by Fred Drake · 22 years ago
  44. 6c7bc31 added small clarification to the descriptions of encode() and decode() by Skip Montanaro · 22 years ago
  45. 0e661dc Replace the simpleminded string.find with a re.search looking only for by Thomas Heller · 22 years ago
  46. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 22 years ago
  47. e8aea58 Move WITH_UNIVERSAL_NEWLINES template into configure.in. by Martin v. Löwis · 22 years ago
  48. 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 22 years ago
  49. 6184c11 Expect test_email_codecs to be skipped -- few users or developers will by Guido van Rossum · 22 years ago
  50. 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 22 years ago
  51. c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 22 years ago
  52. 4d9b466 Fewer deprecation warnings. by Tim Peters · 22 years ago
  53. d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 22 years ago
  54. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  55. c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 22 years ago
  56. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  57. 50ac30e OK, don't call resetwarnings(). by Tim Peters · 22 years ago
  58. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 22 years ago
  59. a91a02a I expect test_univnewlines to be skipped on Windows. I expect this by Tim Peters · 22 years ago
  60. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 22 years ago
  61. c15acef Fix grammar by Neal Norwitz · 22 years ago
  62. c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 22 years ago
  63. 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 22 years ago
  64. 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 22 years ago
  65. 34adb8a Separate out a \cfuncline macro from the cfuncdesc environment. by Fred Drake · 22 years ago
  66. 1251b0e Document the cmemberdesc environment. by Fred Drake · 22 years ago
  67. be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 22 years ago
  68. 8a5a270 Better documentation for GetArgv() and the ProgressBar type. by Fred Drake · 22 years ago
  69. e19a5bc Be consistent in presenting the signatures. by Fred Drake · 22 years ago
  70. 1549855 Add docs for os.fchdir(). by Fred Drake · 22 years ago
  71. 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 22 years ago
  72. 0157276 Generate the right annotations in the index entries. by Fred Drake · 22 years ago
  73. 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 22 years ago
  74. 188ecd1 Integrated more text from Guido. by Fred Drake · 22 years ago
  75. c63042b Move the listing of the type structure, since both the C API reference and by Fred Drake · 22 years ago
  76. 0fe940c Return the orginal string only if it's a real str or unicode by Walter Dörwald · 22 years ago
  77. 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 22 years ago
  78. eeb5ec4 Add support for \cmemberline and the cmemberdesc environment. by Fred Drake · 22 years ago
  79. 726e013 Remove unused variable reported by Walter Dörwald by Neal Norwitz · 22 years ago
  80. 8e8af6e Add item by Andrew M. Kuchling · 22 years ago
  81. 3aa3fc4 Remove 'const' from local variable declaration in string_zfill() -- it by Guido van Rossum · 22 years ago
  82. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  83. b384c72 posix.mknod() and {}.pop() were added by Neal Norwitz · 22 years ago
  84. 69cf3c7 Deprecate % as well. The message for deprecation of //, % and divmod by Guido van Rossum · 22 years ago
  85. 862fe3c Add news about deprecated complex ops. by Guido van Rossum · 22 years ago
  86. 6c65531 update build infrastructure for pymalloc and bool changes by Andrew MacIntyre · 22 years ago
  87. f367651 Add items by Andrew M. Kuchling · 22 years ago
  88. 9ec4c78 SF bug #543387. by Guido van Rossum · 22 years ago
  89. a3a4300 Four more names for the hall of fame. by Guido van Rossum · 22 years ago
  90. b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 22 years ago
  91. d1c08f3 Add exit as alias for quit, as the easiest way to address SF bug #543674. by Guido van Rossum · 22 years ago
  92. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 22 years ago
  93. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 22 years ago
  94. f90d529 Provisional fix for writefile() [SF bug # 541730]. by Guido van Rossum · 22 years ago
  95. a258324 Enable universal newline support for MacPython. by Jack Jansen · 22 years ago
  96. 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 22 years ago
  97. 518d261 Test suite for universal newline support. by Jack Jansen · 22 years ago
  98. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  99. dcd2dc2 Patch #540583: Open MS Help Docs if available. by Martin v. Löwis · 22 years ago
  100. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 22 years ago