1. 3c5bfbe fix a merge mistake - readline not built by default by Andrew MacIntyre · 22 years ago
  2. 74bcac4 - documented Ellipsis, NotImplemented by Fred Drake · 22 years ago
  3. d0859aa Add dependency info for the recently added lib/libconsts.tex. by Fred Drake · 22 years ago
  4. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  5. c3bb26a Completed astimezone's correctness proof. That doesn't mean it's by Tim Peters · 22 years ago
  6. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  7. bf1b1fd Add byext.py by Guido van Rossum · 22 years ago
  8. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  9. 0233bd9 mention built-in constants. by Skip Montanaro · 22 years ago
  10. 1f041e7 process libconsts.tex by Skip Montanaro · 22 years ago
  11. 17804b1 new section - builtin constants by Skip Montanaro · 22 years ago
  12. 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
  13. f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
  14. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  15. dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago
  16. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  17. 6a8f7b7 Silly little script to print statistics (files, lines, words) by by Guido van Rossum · 22 years ago
  18. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  19. 33fb554 Revert merge from 2.3 alpha 1 release branch; the change does not by Fred Drake · 22 years ago
  20. b5a16f3 datetimetz_astimezone(): Speed optimizations -- although I'd rather by Tim Peters · 22 years ago
  21. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  22. 88ad134 Merging in changes from r23a1-branch. Doc/makefile had conflicts, which by Tim Peters · 22 years ago
  23. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  24. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  25. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  26. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 22 years ago
  27. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  28. 8f1f8f1 The trunk is (nominally) post-alpha. by Fred Drake · 22 years ago
  29. a3a243e Merge to trunk from release branch: by Guido van Rossum · 22 years ago
  30. b1dcbd2 Make two tests non-locale-dependent by Barry Warsaw · 22 years ago
  31. f15fb29 Results of a rewrite pass by Andrew M. Kuchling · 22 years ago
  32. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  33. 1856541 Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). by Jeremy Hylton · 22 years ago
  34. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  35. bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
  36. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  37. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  38. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  39. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  40. 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 22 years ago
  41. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  42. f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
  43. f970d61 Add recipe for creating NEWS.html. by Guido van Rossum · 22 years ago
  44. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  45. ba2f875 Eliminate C++ comment. by Martin v. Löwis · 22 years ago
  46. f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
  47. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  48. 6c5bc34 Bernhard Herzog's paragraph and string-filling code. I've been using it for by Skip Montanaro · 22 years ago
  49. d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
  50. 5e156ad modulefinder.py moved to Lib/ by Just van Rossum · 22 years ago
  51. 6222958 Spelling fix by Raymond Hettinger · 22 years ago
  52. 768158c Fix an out-of-bound index in pmerge() discovered by Zooko (SF bug by Guido van Rossum · 22 years ago
  53. e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
  54. cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
  55. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago
  56. 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
  57. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  58. 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
  59. 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
  60. ae54886 Set the release date. by Guido van Rossum · 22 years ago
  61. 2852cba Document the new ,netrc awareness in nntplib. by Eric S. Raymond · 22 years ago
  62. f91b461 Barry raised reasonable objections to the macro name \mimeheader, so by Fred Drake · 22 years ago
  63. f14730a - correct the deprecation markups so this formats again - some minor cleanups by Fred Drake · 22 years ago
  64. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  65. c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
  66. ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 22 years ago
  67. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago
  68. f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
  69. b96152c Add getloadavg. by Martin v. Löwis · 22 years ago
  70. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  71. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  72. b70557f Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  73. 5c37a77 Document standard encodings. by Martin v. Löwis · 22 years ago
  74. a8aed02 Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  75. ee71109 SmartCookie and SerialCookie were recently deprecated by Neal Norwitz · 22 years ago
  76. 99448e5 InterpolationSyntaxError was added in 2.3 by Neal Norwitz · 22 years ago
  77. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
  78. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
  79. ab49505 DLL export definition refresh by Andrew MacIntyre · 22 years ago
  80. e52aa5c add universal newline support to configuration by Andrew MacIntyre · 22 years ago
  81. d65778a whitespace cleanup by Andrew MacIntyre · 22 years ago
  82. 7c90a89 getenv() replacement not required by Andrew MacIntyre · 22 years ago
  83. 978697b Build process updates: by Andrew MacIntyre · 22 years ago
  84. 01875eb Broke the zipimport/PEP 302 news item into two separate items. by Just van Rossum · 22 years ago
  85. f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
  86. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  87. 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 22 years ago
  88. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
  89. 00dc5a9 ConfigParser._interpolate(): Pass the missing key to the by Fred Drake · 22 years ago
  90. a3661e1 Update version numbers. by Fred Drake · 22 years ago
  91. 2714706 Phrase repair. by Guido van Rossum · 22 years ago
  92. 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
  93. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  94. 744f0fd Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and by Greg Ward · 22 years ago
  95. 58ae13c Rename the parameter 'xp' in several methods to 'self', since that's what it is. by Greg Ward · 22 years ago
  96. 499b73e For symmetry with the mixer interface, rename oss_t to oss_audio_t and by Greg Ward · 22 years ago
  97. da1cacb Add a bunch of comments to clearly delineate sections of the code. by Greg Ward · 22 years ago
  98. 2d6f9a9 Yet another renaming of some mixer methods: by Greg Ward · 22 years ago
  99. 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 22 years ago
  100. 9a2eda5 Dedent a paragraph that was accidentally aligned with a preceding nested list. by Guido van Rossum · 22 years ago