1. 9a2eda5 Dedent a paragraph that was accidentally aligned with a preceding nested list. by Guido van Rossum · 22 years ago
  2. 735950b Bump the Windows build # for 2.3a1. by Tim Peters · 22 years ago
  3. f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 22 years ago
  4. 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 22 years ago
  5. 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
  6. 7b8e35e Fix SF #639945, 64-bit bug on AIX by Neal Norwitz · 22 years ago
  7. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  8. 8d5dd98 - added InterpolationSyntaxError to __all__ - added docstring to exceptions by Fred Drake · 22 years ago
  9. 81e4aa7 - re-mark ESR's warning about extended registry syntax by Fred Drake · 22 years ago
  10. ce1d944 Add missing InterpolationSyntaxError. XXX Not sure this is correct. by Neal Norwitz · 22 years ago
  11. 6ec0a8a sys was already imported, remove second import by Neal Norwitz · 22 years ago
  12. a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
  13. f05aa10 Rename more mixer methods: getrecsrc() -> get_recsrc(), by Greg Ward · 22 years ago
  14. 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
  15. fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
  16. 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
  17. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
  18. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 22 years ago
  19. 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 22 years ago
  20. 740f800 - fix use of \refmodule markup by Fred Drake · 22 years ago
  21. a3b8953 News about zipimport. by Guido van Rossum · 22 years ago
  22. f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
  23. 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
  24. 8bb80db Added a note about the move of Mac/Lib to Lib/plat-mac. by Jack Jansen · 22 years ago
  25. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  26. 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
  27. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  28. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  29. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  30. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  31. 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
  32. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  33. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  34. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  35. e39a80c Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: by Tim Peters · 22 years ago
  36. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  37. acd738f SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config env. by Guido van Rossum · 22 years ago
  38. c27f4bd A short note about the versions of BerkeleyDB we now support by Barry Warsaw · 22 years ago
  39. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  40. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 22 years ago
  41. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  42. 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 22 years ago
  43. 40819d5 Search for and use BerkeleyDB 4.1 if it's available. Python's by Barry Warsaw · 22 years ago
  44. 74859f3 Template for future tests. by Barry Warsaw · 22 years ago
  45. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 22 years ago
  46. b983aa0 Add news about fix for bug #624807. by Neil Schemenauer · 22 years ago
  47. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 22 years ago
  48. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  49. 36e142e This file hasn't been committed for a long time, because it erronuously ended by Jack Jansen · 22 years ago
  50. 0df2958 Consolidate the int and long sequence repeat code. Before the change, by Neil Schemenauer · 22 years ago
  51. 9911fc4 Long-obsolete, replaced by Carbon.Sound. by Jack Jansen · 22 years ago
  52. d4b0fea Always try nb_* slots before trying sq_concat, sq_inplace_concat, sq_repeat, by Neil Schemenauer · 22 years ago
  53. 6005a34 Added markup upto line 233. by Raymond Hettinger · 22 years ago
  54. 497e5c4 Update the email package news. by Barry Warsaw · 22 years ago
  55. d1adc8a Describe the new `errors' argument to Header.__init__() and Header.append() by Barry Warsaw · 22 years ago
  56. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  57. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  58. 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 22 years ago
  59. 5b177f1 Silence cast warnings for Tcl 8.3. by Martin v. Löwis · 22 years ago
  60. 207d1c2 Bump to 2.5 by Barry Warsaw · 22 years ago
  61. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  62. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  63. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 22 years ago
  64. ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 22 years ago
  65. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  66. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 22 years ago
  67. 5c8fef9 A code cleansing pass by Barry Warsaw · 22 years ago
  68. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  69. 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 22 years ago
  70. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  71. fa91858 More markup additions by Andrew M. Kuchling · 22 years ago
  72. 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 22 years ago
  73. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  74. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  75. d6d7cfa Minor grammar fix, and clarification by Andrew M. Kuchling · 22 years ago
  76. c97868e Mark up more text by Andrew M. Kuchling · 22 years ago
  77. ad4d9b9 Untabify. by Greg Ward · 22 years ago
  78. e703766 Whitespace fixes to conform to coding standards. by Greg Ward · 22 years ago
  79. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  80. 5c5c577 Comment fix. by Greg Ward · 22 years ago
  81. 37897c2 Rename some mixer methods: by Greg Ward · 22 years ago
  82. 7b43c68 Remove 'x_' prefix from oss_t and oss_mixer_t struct members. by Greg Ward · 22 years ago
  83. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 22 years ago
  84. 4647f50 Revert the last change. Tim was faster and chose a different route. by Raymond Hettinger · 22 years ago
  85. a6af477 Document the _randommodule project for the Windows build. by Raymond Hettinger · 22 years ago
  86. d1f5ccc Taught the Windows build about _randommodule.c. This is compiled by Tim Peters · 22 years ago
  87. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  88. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  89. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  90. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  91. af72d52 Add newsitem for the two new unittest methods. by Raymond Hettinger · 22 years ago
  92. 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 22 years ago
  93. bbfb910 Make error message more specific for min() and max(). Suggested by MvL. by Raymond Hettinger · 22 years ago
  94. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  95. 3c736f1 Demonstrate use of PyType_Ready() in the example. by Raymond Hettinger · 22 years ago
  96. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  97. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 22 years ago
  98. 7877a76 Patch #655760: add warnings when the unsafe *Cookie classes are instantiated by Andrew M. Kuchling · 22 years ago
  99. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  100. f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 22 years ago