1. 99e5ce5 markup nit by Fred Drake · 20 years ago
  2. b0c6630 post-release by Anthony Baxter · 20 years ago
  3. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
  4. ed30629 fix markup in "title" attribute for \citetitle{} by Fred Drake · 20 years ago
  5. 7348bad This commit was manufactured by cvs2svn to create tag 'r24b2'. by cvs2svn · 20 years ago
  6. 9f41f3a release shenanigans by Anthony Baxter · 20 years ago
  7. 7b2563b Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does. by Martin v. Löwis · 20 years ago
  8. 6450190 Bump buildno for 2.4b2. by Martin v. Löwis · 20 years ago
  9. eac00ed fix accidental commit by Fred Drake · 20 years ago
  10. 7fabaf8 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  11. 303e30e clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  12. 9a40851 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 20 years ago
  13. e808c23 - show how to use file.write() with a non-string value by Fred Drake · 20 years ago
  14. 22b3b47 release bit by Anthony Baxter · 20 years ago
  15. 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 20 years ago
  16. 7d112df Bump-up block size. by Raymond Hettinger · 20 years ago
  17. f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 20 years ago
  18. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
  19. bc1d1b8 gc_list_move(): Make this truly equivalent to remove+append. While by Tim Peters · 20 years ago
  20. 099ecfb Simplify and future proof NOP counting in the peepholer. by Raymond Hettinger · 20 years ago
  21. 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 20 years ago
  22. 87d6fc5 SF bug #1030118, this should have named the email.Utils module as the one by Barry Warsaw · 20 years ago
  23. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
  24. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
  25. e2d5918 gc list function cleanup. by Tim Peters · 20 years ago
  26. cc2a866 handle_weakrefs(): Simplification -- there's no need to make a second by Tim Peters · 20 years ago
  27. 63e2090 Bug #1057535: add link in time module to calendar.timegm(). by Johannes Gijsbers · 20 years ago
  28. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  29. 57341c3 SF patch #1056231: typo in comment (unicodeobject.h) by Raymond Hettinger · 20 years ago
  30. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  31. d7bcf4d Fixed a comment and added another one. by Armin Rigo · 20 years ago
  32. effb393 Adopt some peepholer suggestions from Armin Rigo: by Raymond Hettinger · 20 years ago
  33. 0c1b253 add xml:id attributes wherever we generate the IDs (old patch saved up) by Fred Drake · 20 years ago
  34. 048840c style consistency: by Fred Drake · 20 years ago
  35. 006483b Added network logging example by Vinay Sajip · 20 years ago
  36. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  37. 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 20 years ago
  38. 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 20 years ago
  39. 79d9bfa Fix [1055540 ] bdist_wininst broken for pure Python distributions by Mark Hammond · 20 years ago
  40. 17931de SF patch #1053375. (Contributed by Facundo Batista.) by Raymond Hettinger · 20 years ago
  41. 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 20 years ago
  42. 1816d79 Removed newly redundant embedded import. by Tim Peters · 20 years ago
  43. 10d59f3 Whitespace normalization. by Tim Peters · 20 years ago
  44. f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 20 years ago
  45. 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 20 years ago
  46. 99b5548 Very few little improvements. by Facundo Batista · 20 years ago
  47. cb91900 In paragraph 1, changed Python software to this software ("Python") by Tim Peters · 20 years ago
  48. fc93e17 - Added tests for the string load/dump function. by Just van Rossum · 20 years ago
  49. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  50. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  51. 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 20 years ago
  52. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  53. 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 20 years ago
  54. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  55. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  56. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  57. df8a003 SF 1053956: help() not in tutorial index by Raymond Hettinger · 20 years ago
  58. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  59. 3ed2385 add missing line break by Fred Drake · 20 years ago
  60. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  61. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  62. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  63. afe73c0 - improve the explanation of the -*- coding: ... -*- marker by Fred Drake · 20 years ago
  64. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  65. 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
  66. 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 20 years ago
  67. 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 20 years ago
  68. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 20 years ago
  69. 7cb13a9 Converted some stinking hard tabs. Left the fragrant hard tabs alone. by Tim Peters · 20 years ago
  70. acaffe6 Move to version 2 of the PSF license, approved by the Board earlier today. by Tim Peters · 20 years ago
  71. 93ae4c1 Added example of multiple destinations by Vinay Sajip · 20 years ago
  72. 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 20 years ago
  73. 054541e Latest version for beta 1. by Sean Reifschneider · 20 years ago
  74. dccd432 Fixed bug in handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  75. c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 20 years ago
  76. 66e80ba Add item by Andrew M. Kuchling · 20 years ago
  77. 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
  78. d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
  79. 910b282 when only using half of the return value of os.path.split(), use by Fred Drake · 20 years ago
  80. 4ed315a Changed handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  81. c64aab8 SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
  82. 06d9b1f SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
  83. e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 20 years ago
  84. 76e60d6 SF bug #1048728: Bug fixes and cleanup for decimal.py by Raymond Hettinger · 20 years ago
  85. 9414ded Delete empty sections in beta1 news by Andrew M. Kuchling · 20 years ago
  86. 0d19bae Add item by Andrew M. Kuchling · 20 years ago
  87. 57712b3 Remove the current version of zlib (we'll just have to keep updating it); rewrite following sentence to make sense without the previous one by Andrew M. Kuchling · 20 years ago
  88. 28d07ab Typo fixes, and a minor edit to clarify a sentence by Andrew M. Kuchling · 20 years ago
  89. 8520b94 Display helpful message; print repr() of return value so the whitespace is clearer by Andrew M. Kuchling · 20 years ago
  90. ccab001 [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann by Andrew M. Kuchling · 20 years ago
  91. a13ea55 Make magic coordinates more readable by Andrew M. Kuchling · 20 years ago
  92. 5fcc003 [Bug #1049826] Update version of zlib referenced in text by Andrew M. Kuchling · 20 years ago
  93. 972c9e8 Rely on the style sheet more for the distutils markup. by Fred Drake · 20 years ago
  94. 20a175a made it clear that this isn't a complete reference to by Fred Drake · 20 years ago
  95. 8b94dc6 Bump version by Andrew M. Kuchling · 20 years ago
  96. 6b1597c Clarify note about using %U and %W with strptime(). by Brett Cannon · 20 years ago
  97. 8dc25ad Fix comments. by Brett Cannon · 20 years ago
  98. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  99. be8370d Add sections for 2.4b2 by Brett Cannon · 20 years ago
  100. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 20 years ago