1. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  2. 2ca2433 SF bug #651149: Review libshelve.tex when possible by Raymond Hettinger · 22 years ago
  3. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  4. 506a224 Fix compiler warning by Neal Norwitz · 22 years ago
  5. bf43f8a SF Patch #661440: Refactor and streamline PyCFunction_Call by Raymond Hettinger · 22 years ago
  6. 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
  7. 4fede1a Completed astimezone()'s correctness proof. This also proves we can get by Tim Peters · 22 years ago
  8. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  9. 7702304 Remark about datetime tzinfo examples. by Tim Peters · 22 years ago
  10. 8827d0c Replaced the flawed "local time" example tzinfo class with the guts by Tim Peters · 22 years ago
  11. 6f2bb23 Grammatical fix in comment. by Greg Ward · 22 years ago
  12. fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 22 years ago
  13. 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
  14. 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
  15. 01f4311 Use RUNSHARED for python invocations. Fixes #661408. by Martin v. Löwis · 22 years ago
  16. bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
  17. af6a27a Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. by Martin v. Löwis · 22 years ago
  18. bb0246a Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  19. aa1d3aa Spread the blame (err, I mean credit) for ossaudiodev around a bit. by Greg Ward · 22 years ago
  20. 6c58d46 Mention ossaudiodev. by Greg Ward · 22 years ago
  21. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  22. 5a22453 Write PEP 301 section Mention difference between 2.2.2 and 2.3 True and False by Andrew M. Kuchling · 22 years ago
  23. 747f806 Mention that imaplib now supports SSL -- this wasn't noted before. by Guido van Rossum · 22 years ago
  24. 4de9cba qualify known Solaris versions related to the binutils breakage. by Skip Montanaro · 22 years ago
  25. 87cebbf Add SSL support for imaplib; add empty PEP301 section by Andrew M. Kuchling · 22 years ago
  26. 59a7555 update info about binutils 2.13 breakage on Solaris. by Skip Montanaro · 22 years ago
  27. d15f4e3 [Patch #658093 ] Documentation support for PEP 301 by Andrew M. Kuchling · 22 years ago
  28. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  29. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  30. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  31. 1618ced Add contributor. by Raymond Hettinger · 22 years ago
  32. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
  33. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  34. f349e26 Fixed markup. by David Goodger · 22 years ago
  35. c633365 Updated (2.3 OK now) by David Goodger · 22 years ago
  36. 04b8995 Fix error in previous correction; thanks, Just! by Andrew M. Kuchling · 22 years ago
  37. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  38. d5ac8d0 Fix PEP 302 description; bump version number by Andrew M. Kuchling · 22 years ago
  39. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  40. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  41. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  42. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  43. 0123139 Added a section to record datetime changes. There's apparently going to by Tim Peters · 22 years ago
  44. c5dc4da The astimezone() correctness proof endured much pain to prove what by Tim Peters · 22 years ago
  45. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  46. 9c2fbb5 There are two more copyright notices in the Windows world: by Tim Peters · 22 years ago
  47. 5d644dd SF bug 661086: datetime.today() truncates microseconds. by Tim Peters · 22 years ago
  48. e555346 Update the copyright year. by Guido van Rossum · 22 years ago
  49. 908ec36 Another copyright update. (JvR: can you backport this to the 2.3a1 by Guido van Rossum · 22 years ago
  50. bbc5d16 SF bug 660795: logging missing from Python 2.3a1 for Windows. by Tim Peters · 22 years ago
  51. e149798 Add some version info for new methods and class by Neal Norwitz · 22 years ago
  52. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  53. 9e86ad7 Fix an example by Andrew M. Kuchling · 22 years ago
  54. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 22 years ago
  55. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  56. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 22 years ago
  57. 34d3e2d OS/2 sockets do not support AF_UNIX, even though EMX headers define it by Andrew MacIntyre · 22 years ago
  58. 214d39a catch up with zipimport changes to std getpathp.c by Andrew MacIntyre · 22 years ago
  59. 5180123 bring structure closer to std config.c, whitespace normalisation by Andrew MacIntyre · 22 years ago
  60. 3c5bfbe fix a merge mistake - readline not built by default by Andrew MacIntyre · 22 years ago
  61. 74bcac4 - documented Ellipsis, NotImplemented by Fred Drake · 22 years ago
  62. d0859aa Add dependency info for the recently added lib/libconsts.tex. by Fred Drake · 22 years ago
  63. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  64. c3bb26a Completed astimezone's correctness proof. That doesn't mean it's by Tim Peters · 22 years ago
  65. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  66. bf1b1fd Add byext.py by Guido van Rossum · 22 years ago
  67. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  68. 0233bd9 mention built-in constants. by Skip Montanaro · 22 years ago
  69. 1f041e7 process libconsts.tex by Skip Montanaro · 22 years ago
  70. 17804b1 new section - builtin constants by Skip Montanaro · 22 years ago
  71. 2cfc472 add find-uname.py by Skip Montanaro · 22 years ago
  72. f2c4711 Search for Unicode character names using regular expressions. by Skip Montanaro · 22 years ago
  73. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  74. dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago
  75. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  76. 6a8f7b7 Silly little script to print statistics (files, lines, words) by by Guido van Rossum · 22 years ago
  77. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  78. 33fb554 Revert merge from 2.3 alpha 1 release branch; the change does not by Fred Drake · 22 years ago
  79. b5a16f3 datetimetz_astimezone(): Speed optimizations -- although I'd rather by Tim Peters · 22 years ago
  80. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  81. 88ad134 Merging in changes from r23a1-branch. Doc/makefile had conflicts, which by Tim Peters · 22 years ago
  82. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  83. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  84. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  85. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 22 years ago
  86. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  87. 8f1f8f1 The trunk is (nominally) post-alpha. by Fred Drake · 22 years ago
  88. a3a243e Merge to trunk from release branch: by Guido van Rossum · 22 years ago
  89. b1dcbd2 Make two tests non-locale-dependent by Barry Warsaw · 22 years ago
  90. f15fb29 Results of a rewrite pass by Andrew M. Kuchling · 22 years ago
  91. 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
  92. 1856541 Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). by Jeremy Hylton · 22 years ago
  93. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  94. bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
  95. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  96. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  97. 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
  98. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  99. 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 22 years ago
  100. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago