1. 488609e SF #642236, optparse LaTeX docs by Johannes Gijsbers by Neal Norwitz · 22 years ago
  2. 11f89b7 Strike any hint that from-import-* could ever be reasonable; it's a by Fred Drake · 22 years ago
  3. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
  4. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  5. 2e3ae21 Fix some nits Guido brought up last August: by Fred Drake · 22 years ago
  6. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
  7. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
  8. 2b0a3d3 Fix markup so this will format again. by Fred Drake · 22 years ago
  9. 9f5b07d SF bug #592859: os.chmod is underdocumented by Raymond Hettinger · 22 years ago
  10. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  11. 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
  12. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  13. f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
  14. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  15. 698258a Optimize string_repeat. by Raymond Hettinger · 22 years ago
  16. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  17. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  18. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  19. 6d23b17 Fix a typo by Neal Norwitz · 22 years ago
  20. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  21. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  22. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  23. 541ceec PyCFunction_Call(): Combined two switch cases w/ identical bodies. by Tim Peters · 22 years ago
  24. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  25. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
  26. 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
  27. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 22 years ago
  28. 85e4c67 correct comment (and add newline at end) by Just van Rossum · 22 years ago
  29. 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
  30. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  31. 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
  32. 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
  33. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  34. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  35. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  36. 950cdac Moved this info to the top-level README where all the other by Skip Montanaro · 22 years ago
  37. 5a47e5b The bsddb3 library does not build w/ Berkeley DB 3.0. 3.1 is the earliest by Skip Montanaro · 22 years ago
  38. 56d8301 Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the by Skip Montanaro · 22 years ago
  39. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  40. 2ca2433 SF bug #651149: Review libshelve.tex when possible by Raymond Hettinger · 22 years ago
  41. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  42. 506a224 Fix compiler warning by Neal Norwitz · 22 years ago
  43. bf43f8a SF Patch #661440: Refactor and streamline PyCFunction_Call by Raymond Hettinger · 22 years ago
  44. 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
  45. 4fede1a Completed astimezone()'s correctness proof. This also proves we can get by Tim Peters · 22 years ago
  46. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  47. 7702304 Remark about datetime tzinfo examples. by Tim Peters · 22 years ago
  48. 8827d0c Replaced the flawed "local time" example tzinfo class with the guts by Tim Peters · 22 years ago
  49. 6f2bb23 Grammatical fix in comment. by Greg Ward · 22 years ago
  50. fdf65d9 Grammatical fix: change possessive "it's" to "its". by Greg Ward · 22 years ago
  51. 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
  52. 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
  53. 01f4311 Use RUNSHARED for python invocations. Fixes #661408. by Martin v. Löwis · 22 years ago
  54. bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
  55. af6a27a Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. by Martin v. Löwis · 22 years ago
  56. bb0246a Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  57. aa1d3aa Spread the blame (err, I mean credit) for ossaudiodev around a bit. by Greg Ward · 22 years ago
  58. 6c58d46 Mention ossaudiodev. by Greg Ward · 22 years ago
  59. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  60. 5a22453 Write PEP 301 section Mention difference between 2.2.2 and 2.3 True and False by Andrew M. Kuchling · 22 years ago
  61. 747f806 Mention that imaplib now supports SSL -- this wasn't noted before. by Guido van Rossum · 22 years ago
  62. 4de9cba qualify known Solaris versions related to the binutils breakage. by Skip Montanaro · 22 years ago
  63. 87cebbf Add SSL support for imaplib; add empty PEP301 section by Andrew M. Kuchling · 22 years ago
  64. 59a7555 update info about binutils 2.13 breakage on Solaris. by Skip Montanaro · 22 years ago
  65. d15f4e3 [Patch #658093 ] Documentation support for PEP 301 by Andrew M. Kuchling · 22 years ago
  66. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  67. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  68. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  69. 1618ced Add contributor. by Raymond Hettinger · 22 years ago
  70. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
  71. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  72. f349e26 Fixed markup. by David Goodger · 22 years ago
  73. c633365 Updated (2.3 OK now) by David Goodger · 22 years ago
  74. 04b8995 Fix error in previous correction; thanks, Just! by Andrew M. Kuchling · 22 years ago
  75. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  76. d5ac8d0 Fix PEP 302 description; bump version number by Andrew M. Kuchling · 22 years ago
  77. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  78. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  79. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  80. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  81. 0123139 Added a section to record datetime changes. There's apparently going to by Tim Peters · 22 years ago
  82. c5dc4da The astimezone() correctness proof endured much pain to prove what by Tim Peters · 22 years ago
  83. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  84. 9c2fbb5 There are two more copyright notices in the Windows world: by Tim Peters · 22 years ago
  85. 5d644dd SF bug 661086: datetime.today() truncates microseconds. by Tim Peters · 22 years ago
  86. e555346 Update the copyright year. by Guido van Rossum · 22 years ago
  87. 908ec36 Another copyright update. (JvR: can you backport this to the 2.3a1 by Guido van Rossum · 22 years ago
  88. bbc5d16 SF bug 660795: logging missing from Python 2.3a1 for Windows. by Tim Peters · 22 years ago
  89. e149798 Add some version info for new methods and class by Neal Norwitz · 22 years ago
  90. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  91. 9e86ad7 Fix an example by Andrew M. Kuchling · 22 years ago
  92. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 22 years ago
  93. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  94. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 22 years ago
  95. 34d3e2d OS/2 sockets do not support AF_UNIX, even though EMX headers define it by Andrew MacIntyre · 22 years ago
  96. 214d39a catch up with zipimport changes to std getpathp.c by Andrew MacIntyre · 22 years ago
  97. 5180123 bring structure closer to std config.c, whitespace normalisation by Andrew MacIntyre · 22 years ago
  98. 3c5bfbe fix a merge mistake - readline not built by default by Andrew MacIntyre · 22 years ago
  99. 74bcac4 - documented Ellipsis, NotImplemented by Fred Drake · 22 years ago
  100. d0859aa Add dependency info for the recently added lib/libconsts.tex. by Fred Drake · 22 years ago