1. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  2. 2dd1ed6 SF 662923: iterator for dbm keys by Raymond Hettinger · 21 years ago
  3. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  4. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  5. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  6. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  7. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  8. 01c623b fix typo by Fred Drake · 21 years ago
  9. a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 21 years ago
  10. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 21 years ago
  11. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  12. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  13. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 21 years ago
  14. f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 21 years ago
  15. 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
  16. 896e516 Jacob Hallen cornered me here at EuroPython and got me to look at patch: by Michael W. Hudson · 21 years ago
  17. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  18. 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 21 years ago
  19. f6fe4ed Portion of SF patch #761104. Fixes a minor docstring error. by Raymond Hettinger · 21 years ago
  20. 546e34b Enable tracing of multi-threaded applications. by Jeremy Hylton · 21 years ago
  21. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  22. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  23. 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 21 years ago
  24. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  25. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
  26. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  27. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  28. 5b8bfdf Patch #755087: Deal with emptied dumbdbm files correctly. by Martin v. Löwis · 21 years ago
  29. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  30. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  31. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  32. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  33. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  34. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 21 years ago
  35. 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 21 years ago
  36. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
  37. 76ca1d4 randrange(): Repaired my overly optimistic rewrite, and added comments by Tim Peters · 21 years ago
  38. afb8979 randrange(): 2.3 can no longer raises OverflowError on an int() call, so by Tim Peters · 21 years ago
  39. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  40. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  41. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  42. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  43. be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 21 years ago
  44. 9b15878 Remove debug print on filename with NUL byte. by Greg Ward · 21 years ago
  45. 8e36d28 SF patch #755987 (Jim Ahlstrom): by Greg Ward · 21 years ago
  46. 783eaf4 Change all header strings to be as if they were capitalize()'ed. Also call by Brett Cannon · 21 years ago
  47. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 21 years ago
  48. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago
  49. 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 21 years ago
  50. 77cdeaf Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(), by Walter Dörwald · 21 years ago
  51. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  52. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  53. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 21 years ago
  54. 98a379e Add test for bug #751998. by Neal Norwitz · 21 years ago
  55. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 21 years ago
  56. 7345375 Add ':' after IDLE version, fix spacing on a couple of lines I missed by Kurt B. Kaiser · 21 years ago
  57. d5b8090 Made DateTime's constructor accept a time.struct_time class, by Gustavo Niemeyer · 21 years ago
  58. f545baa Whitespace normalization. by Tim Peters · 21 years ago
  59. 4a671fe Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object. by Brett Cannon · 21 years ago
  60. 424a415 Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings. by Martin v. Löwis · 21 years ago
  61. 04b9d47 choose_boundary(): This no longer uses random, so stop importing it. by Tim Peters · 21 years ago
  62. 080da28 choose_boundary(): Incorporated a threadsafe incrementing counter, so that by Tim Peters · 21 years ago
  63. 8b76351 Add a missing 'self,' to a super call in recently checked-in code. by Guido van Rossum · 21 years ago
  64. 7de3772 Forwardport Patch from IDLEfork SF 615312 by Kurt B. Kaiser · 21 years ago
  65. 9e8b828 Support testing in .../Lib/idlelib when calling <python PyShell.py> by Kurt B. Kaiser · 21 years ago
  66. f35092c Move to Version 1.0b2 by Kurt B. Kaiser · 21 years ago
  67. 523008c Update copyright dates. by Greg Ward · 21 years ago
  68. 1ef2365 Patch #751107: Slant must be 'roman', not 'normal'. by Martin v. Löwis · 21 years ago
  69. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
  70. 61e2c9a Forwardport Patch from IDLEfork SF 610329 Remove deprecated tempfile usage by Kurt B. Kaiser · 21 years ago
  71. 1867f24 Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. Fixes #754447. by Martin v. Löwis · 21 years ago
  72. b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
  73. 17fb507 Treat empty dat/dir pairs as dumbdbm. Fixes #744687. by Martin v. Löwis · 21 years ago
  74. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  75. e3b67bc Patch #754340: Fix typo in redirect_request. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  76. b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 21 years ago
  77. ae8bbff Remove reference to IDLEfork by Kurt B. Kaiser · 21 years ago
  78. 76bcb5c Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txt by Kurt B. Kaiser · 21 years ago
  79. 52ae0a5 Remove comment about Unicode: SF #622831 was fixed loooong ago! by Greg Ward · 21 years ago
  80. 91012fe Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. by Brett Cannon · 21 years ago
  81. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  82. 93e8e54 Interrupt module has been folded into the thread module by Kurt B. Kaiser · 21 years ago
  83. efad588 AddressList.__str__(): Get rid of useless, and broken method. Closes by Barry Warsaw · 21 years ago
  84. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 21 years ago
  85. 8475d02 Re-gegernated with the new gensuitemodule. by Jack Jansen · 21 years ago
  86. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 21 years ago
  87. fdbe522 SF bug #753602: random.sample not properly documented by Raymond Hettinger · 21 years ago
  88. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago
  89. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  90. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 21 years ago
  91. a4e5c4d No longer needed. by Kurt B. Kaiser · 21 years ago
  92. 09cb74b aboutDialog.py: by Kurt B. Kaiser · 21 years ago
  93. f31cb0c One more multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  94. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 21 years ago
  95. abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  96. fe04afc Direct readers to CVS logs. by Kurt B. Kaiser · 21 years ago
  97. 31dea4c It /is/ a package... by Kurt B. Kaiser · 21 years ago
  98. 1821056 Updated for IDLEfork re-integration by Kurt B. Kaiser · 21 years ago
  99. b67e13d Will use the Python LICENSE file instead. by Kurt B. Kaiser · 21 years ago
  100. d5407da Remove setup file, no longer needed. by Kurt B. Kaiser · 21 years ago