1. b5aa407 Use Boolean values for the capturestderr flag. by Fred Drake · 21 years ago
  2. d7ce86d Patch from Zooko to remove an experimental feature. by Jeremy Hylton · 21 years ago
  3. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  4. be56aae #765903: by Just van Rossum · 21 years ago
  5. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  6. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  7. 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
  8. 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
  9. 6802c6e fixed typo in comment by Just van Rossum · 21 years ago
  10. 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 21 years ago
  11. b7f6810 SF #764121, docstring for spawnlp incorrect by Neal Norwitz · 21 years ago
  12. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  13. bcc58e8 - added (c)StringIO tests; cStringIO usage failed in the previous by Just van Rossum · 21 years ago
  14. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  15. 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 21 years ago
  16. 0939fac Resolved minor XXX question in the obvious way. by Tim Peters · 21 years ago
  17. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  18. 37ca8c1 connector(): You can't use an empty string as an argument to connect() by Tim Peters · 21 years ago
  19. 1787a0b Fix SF bug #763770, test_socket_ssl crash by Neal Norwitz · 21 years ago
  20. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 21 years ago
  21. b42bb5a Add __all__ . by Brett Cannon · 21 years ago
  22. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 21 years ago
  23. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  24. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 21 years ago
  25. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  26. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  27. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  28. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  29. 0242070 More tests by Raymond Hettinger · 21 years ago
  30. b676952 Fix sf bug 666219: assertion error in httplib. by Jeremy Hylton · 21 years ago
  31. d1b108b Whitespace normalization. by Tim Peters · 21 years ago
  32. 89392c0 Remove stub settrace() and setprofile() calls. by Jeremy Hylton · 21 years ago
  33. e3a565e Fix grammar in comment. by Jeremy Hylton · 21 years ago
  34. 97b2e84 Whitespace normalization. by Jeremy Hylton · 21 years ago
  35. bfccb35 Add settrace() and setprofile() functions to the threading library. by Jeremy Hylton · 21 years ago
  36. 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 21 years ago
  37. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 21 years ago
  38. 2b6220d SF bug #762455: Python segfaults when sys.stdout is changed in getattr by Raymond Hettinger · 21 years ago
  39. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  40. db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 21 years ago
  41. e2f1837 SF bug #430160: CGIHTTPServer.py POST bug using IE by Raymond Hettinger · 21 years ago
  42. bc05fc5 Add missing self. before curNode. This may need to be committed by Neal Norwitz · 21 years ago
  43. 11a35f5 SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  44. 10f3018 Fix arguments for instantiating InterpolationSyntaxError by Neal Norwitz · 21 years ago
  45. b207170 Comment out cap, it was unused. Should all the commented out code be removed? by Neal Norwitz · 21 years ago
  46. 3f401f0 whitespace normalization by Neal Norwitz · 21 years ago
  47. c556722 remove unused import math by Neal Norwitz · 21 years ago
  48. 9b924c6 remove extra parameter from _java_getprop, remove duplicate imports by Neal Norwitz · 21 years ago
  49. 77290f2 use == like all the other conditionals by Neal Norwitz · 21 years ago
  50. 732911f fix problems found by pychecker by Neal Norwitz · 21 years ago
  51. 275abbd Missed a spot where the new optional optionflags argument needed to get by Tim Peters · 21 years ago
  52. c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 21 years ago
  53. 2dd1ed6 SF 662923: iterator for dbm keys by Raymond Hettinger · 21 years ago
  54. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  55. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  56. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  57. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  58. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  59. 01c623b fix typo by Fred Drake · 21 years ago
  60. a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 21 years ago
  61. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 21 years ago
  62. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  63. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  64. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 21 years ago
  65. f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 21 years ago
  66. 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
  67. 896e516 Jacob Hallen cornered me here at EuroPython and got me to look at patch: by Michael W. Hudson · 21 years ago
  68. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  69. 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 21 years ago
  70. f6fe4ed Portion of SF patch #761104. Fixes a minor docstring error. by Raymond Hettinger · 21 years ago
  71. 546e34b Enable tracing of multi-threaded applications. by Jeremy Hylton · 21 years ago
  72. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  73. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  74. 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 21 years ago
  75. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  76. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
  77. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  78. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  79. 5b8bfdf Patch #755087: Deal with emptied dumbdbm files correctly. by Martin v. Löwis · 21 years ago
  80. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  81. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  82. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  83. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  84. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  85. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 21 years ago
  86. 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 21 years ago
  87. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
  88. 76ca1d4 randrange(): Repaired my overly optimistic rewrite, and added comments by Tim Peters · 21 years ago
  89. afb8979 randrange(): 2.3 can no longer raises OverflowError on an int() call, so by Tim Peters · 21 years ago
  90. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  91. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  92. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  93. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  94. be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 21 years ago
  95. 9b15878 Remove debug print on filename with NUL byte. by Greg Ward · 21 years ago
  96. 8e36d28 SF patch #755987 (Jim Ahlstrom): by Greg Ward · 21 years ago
  97. 783eaf4 Change all header strings to be as if they were capitalize()'ed. Also call by Brett Cannon · 21 years ago
  98. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 21 years ago
  99. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago
  100. 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 21 years ago