1. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  2. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  3. 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
  4. ae54886 Set the release date. by Guido van Rossum · 22 years ago
  5. 2852cba Document the new ,netrc awareness in nntplib. by Eric S. Raymond · 22 years ago
  6. f91b461 Barry raised reasonable objections to the macro name \mimeheader, so by Fred Drake · 22 years ago
  7. f14730a - correct the deprecation markups so this formats again - some minor cleanups by Fred Drake · 22 years ago
  8. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  9. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  10. ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 22 years ago
  11. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago
  12. f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
  13. b96152c Add getloadavg. by Martin v. Löwis · 22 years ago
  14. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  15. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  16. b70557f Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  17. 5c37a77 Document standard encodings. by Martin v. Löwis · 22 years ago
  18. a8aed02 Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  19. ee71109 SmartCookie and SerialCookie were recently deprecated by Neal Norwitz · 22 years ago
  20. 99448e5 InterpolationSyntaxError was added in 2.3 by Neal Norwitz · 22 years ago
  21. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
  22. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
  23. ab49505 DLL export definition refresh by Andrew MacIntyre · 22 years ago
  24. e52aa5c add universal newline support to configuration by Andrew MacIntyre · 22 years ago
  25. d65778a whitespace cleanup by Andrew MacIntyre · 22 years ago
  26. 7c90a89 getenv() replacement not required by Andrew MacIntyre · 22 years ago
  27. 978697b Build process updates: by Andrew MacIntyre · 22 years ago
  28. 01875eb Broke the zipimport/PEP 302 news item into two separate items. by Just van Rossum · 22 years ago
  29. f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
  30. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  31. 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 22 years ago
  32. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
  33. 00dc5a9 ConfigParser._interpolate(): Pass the missing key to the by Fred Drake · 22 years ago
  34. a3661e1 Update version numbers. by Fred Drake · 22 years ago
  35. 2714706 Phrase repair. by Guido van Rossum · 22 years ago
  36. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  37. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  38. 744f0fd Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and by Greg Ward · 22 years ago
  39. 58ae13c Rename the parameter 'xp' in several methods to 'self', since that's what it is. by Greg Ward · 22 years ago
  40. 499b73e For symmetry with the mixer interface, rename oss_t to oss_audio_t and by Greg Ward · 22 years ago
  41. da1cacb Add a bunch of comments to clearly delineate sections of the code. by Greg Ward · 22 years ago
  42. 2d6f9a9 Yet another renaming of some mixer methods: by Greg Ward · 22 years ago
  43. 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 22 years ago
  44. 9a2eda5 Dedent a paragraph that was accidentally aligned with a preceding nested list. by Guido van Rossum · 22 years ago
  45. 735950b Bump the Windows build # for 2.3a1. by Tim Peters · 22 years ago
  46. f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 22 years ago
  47. 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 22 years ago
  48. 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
  49. 7b8e35e Fix SF #639945, 64-bit bug on AIX by Neal Norwitz · 22 years ago
  50. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  51. 8d5dd98 - added InterpolationSyntaxError to __all__ - added docstring to exceptions by Fred Drake · 22 years ago
  52. 81e4aa7 - re-mark ESR's warning about extended registry syntax by Fred Drake · 22 years ago
  53. ce1d944 Add missing InterpolationSyntaxError. XXX Not sure this is correct. by Neal Norwitz · 22 years ago
  54. 6ec0a8a sys was already imported, remove second import by Neal Norwitz · 22 years ago
  55. a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
  56. f05aa10 Rename more mixer methods: getrecsrc() -> get_recsrc(), by Greg Ward · 22 years ago
  57. 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
  58. fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
  59. 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
  60. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
  61. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 22 years ago
  62. 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 22 years ago
  63. 740f800 - fix use of \refmodule markup by Fred Drake · 22 years ago
  64. a3b8953 News about zipimport. by Guido van Rossum · 22 years ago
  65. f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
  66. 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
  67. 8bb80db Added a note about the move of Mac/Lib to Lib/plat-mac. by Jack Jansen · 22 years ago
  68. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  69. 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
  70. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  71. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  72. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  73. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  74. 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
  75. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  76. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  77. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  78. e39a80c Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: by Tim Peters · 22 years ago
  79. a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 22 years ago
  80. acd738f SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config env. by Guido van Rossum · 22 years ago
  81. c27f4bd A short note about the versions of BerkeleyDB we now support by Barry Warsaw · 22 years ago
  82. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  83. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 22 years ago
  84. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  85. 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 22 years ago
  86. 40819d5 Search for and use BerkeleyDB 4.1 if it's available. Python's by Barry Warsaw · 22 years ago
  87. 74859f3 Template for future tests. by Barry Warsaw · 22 years ago
  88. 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 22 years ago
  89. b983aa0 Add news about fix for bug #624807. by Neil Schemenauer · 22 years ago
  90. 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 22 years ago
  91. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  92. 36e142e This file hasn't been committed for a long time, because it erronuously ended by Jack Jansen · 22 years ago
  93. 0df2958 Consolidate the int and long sequence repeat code. Before the change, by Neil Schemenauer · 22 years ago
  94. 9911fc4 Long-obsolete, replaced by Carbon.Sound. by Jack Jansen · 22 years ago
  95. d4b0fea Always try nb_* slots before trying sq_concat, sq_inplace_concat, sq_repeat, by Neil Schemenauer · 22 years ago
  96. 6005a34 Added markup upto line 233. by Raymond Hettinger · 22 years ago
  97. 497e5c4 Update the email package news. by Barry Warsaw · 22 years ago
  98. d1adc8a Describe the new `errors' argument to Header.__init__() and Header.append() by Barry Warsaw · 22 years ago
  99. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  100. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago