1. cb91900 In paragraph 1, changed Python software to this software ("Python") by Tim Peters · 20 years ago
  2. fc93e17 - Added tests for the string load/dump function. by Just van Rossum · 20 years ago
  3. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  4. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  5. 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 20 years ago
  6. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  7. 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 20 years ago
  8. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  9. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  10. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  11. df8a003 SF 1053956: help() not in tutorial index by Raymond Hettinger · 20 years ago
  12. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  13. 3ed2385 add missing line break by Fred Drake · 20 years ago
  14. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  15. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  16. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  17. afe73c0 - improve the explanation of the -*- coding: ... -*- marker by Fred Drake · 20 years ago
  18. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  19. 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
  20. 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 20 years ago
  21. 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 20 years ago
  22. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 20 years ago
  23. 7cb13a9 Converted some stinking hard tabs. Left the fragrant hard tabs alone. by Tim Peters · 20 years ago
  24. acaffe6 Move to version 2 of the PSF license, approved by the Board earlier today. by Tim Peters · 20 years ago
  25. 93ae4c1 Added example of multiple destinations by Vinay Sajip · 20 years ago
  26. 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 20 years ago
  27. 054541e Latest version for beta 1. by Sean Reifschneider · 20 years ago
  28. dccd432 Fixed bug in handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  29. c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 20 years ago
  30. 66e80ba Add item by Andrew M. Kuchling · 20 years ago
  31. 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
  32. d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
  33. 910b282 when only using half of the return value of os.path.split(), use by Fred Drake · 20 years ago
  34. 4ed315a Changed handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  35. c64aab8 SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
  36. 06d9b1f SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
  37. e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 20 years ago
  38. 76e60d6 SF bug #1048728: Bug fixes and cleanup for decimal.py by Raymond Hettinger · 20 years ago
  39. 9414ded Delete empty sections in beta1 news by Andrew M. Kuchling · 20 years ago
  40. 0d19bae Add item by Andrew M. Kuchling · 20 years ago
  41. 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
  42. 28d07ab Typo fixes, and a minor edit to clarify a sentence by Andrew M. Kuchling · 20 years ago
  43. 8520b94 Display helpful message; print repr() of return value so the whitespace is clearer by Andrew M. Kuchling · 20 years ago
  44. 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
  45. a13ea55 Make magic coordinates more readable by Andrew M. Kuchling · 20 years ago
  46. 5fcc003 [Bug #1049826] Update version of zlib referenced in text by Andrew M. Kuchling · 20 years ago
  47. 972c9e8 Rely on the style sheet more for the distutils markup. by Fred Drake · 20 years ago
  48. 20a175a made it clear that this isn't a complete reference to by Fred Drake · 20 years ago
  49. 8b94dc6 Bump version by Andrew M. Kuchling · 20 years ago
  50. 6b1597c Clarify note about using %U and %W with strptime(). by Brett Cannon · 20 years ago
  51. 8dc25ad Fix comments. by Brett Cannon · 20 years ago
  52. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  53. be8370dc Add sections for 2.4b2 by Brett Cannon · 20 years ago
  54. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 20 years ago
  55. a5c6459 SF bug #1048756, Doc typo for pdb by Neal Norwitz · 20 years ago
  56. 08ebfec some platforms still need offsetof() from structmember.h by Fred Drake · 20 years ago
  57. a9f6092 Fix and test weak referencing of itertools.tee objects. by Raymond Hettinger · 20 years ago
  58. 837dd93 Fix docstring formatting of escape sequences. by Raymond Hettinger · 20 years ago
  59. 2562ff2 SF patch #1047577, typo in liblocale.tex by Neal Norwitz · 20 years ago
  60. b04b6af SF Patch #1048341: subprocess documentation, based on PEP/docstring by by Fredrik Lundh · 20 years ago
  61. 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 20 years ago
  62. 1338946 Use proper value for False by Neal Norwitz · 20 years ago
  63. 2fa0b9d Remove unnecessary imports by Neal Norwitz · 20 years ago
  64. 15aaacc return codes are available on all platforms, not just on Unix by Fredrik Lundh · 20 years ago
  65. 2784df7 SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu). by Facundo Batista · 20 years ago
  66. 2d1a50c This commit was manufactured by cvs2svn to create tag 'r24b1'. by cvs2svn · 20 years ago
  67. 6a587c1 release shenanigans by Anthony Baxter · 20 years ago
  68. 204bd6d Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar. by Marc-André Lemburg · 20 years ago
  69. 5e7d51b make sure to check for this limit even if we're running with -O by Fredrik Lundh · 20 years ago
  70. d37ddeb Bump buildno for 2.4b1 by Martin v. Löwis · 20 years ago
  71. 919637a Add _subprocess.c by Martin v. Löwis · 20 years ago
  72. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  73. 4d03791 SF bug #1046855: httplib index out of range by Raymond Hettinger · 20 years ago
  74. 3079391 Just remove the #include of signal.h. That it was C++-commented out by Michael W. Hudson · 20 years ago
  75. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  76. 78f58ab bump the version number prior to release by Fred Drake · 20 years ago
  77. 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 20 years ago
  78. f7c8d93 Use C89 style comment for old compilers by Neal Norwitz · 20 years ago
  79. 64fa74d Get test to pass on amd64 (opteron). This is pretty hacky, but by Neal Norwitz · 20 years ago
  80. 371e4d8 SF bug 1046690: difflib.HtmlDiff doc errors. by Tim Peters · 20 years ago
  81. 4b9059b Require minimally PyXML 0.8.4. by Martin v. Löwis · 20 years ago
  82. 9171f02 Synchronize with PyXML 1.79: by Martin v. Löwis · 20 years ago
  83. 3e73a01 Replace dynamic try/except with "if 0", to keep py2exe happy. If you by Fredrik Lundh · 20 years ago
  84. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  85. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  86. e4f8a48 969574 by Anthony Baxter · 20 years ago
  87. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  88. 7d42878 Fixed a small bug. doctest didn't handle unicode docstrings containing by Jim Fulton · 20 years ago
  89. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 20 years ago
  90. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 20 years ago
  91. 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 20 years ago
  92. 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 20 years ago
  93. 7069c31 removed info@pythonware.com reference by Fredrik Lundh · 20 years ago
  94. f7e74b7 Add a comment explaining -kb. by Martin v. Löwis · 20 years ago
  95. 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 20 years ago
  96. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 20 years ago
  97. 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 20 years ago
  98. 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 20 years ago
  99. e8374a5 Folded long lines. by Tim Peters · 20 years ago
  100. f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 20 years ago