1. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 21 years ago
  2. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 21 years ago
  3. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 21 years ago
  4. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  5. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  6. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 21 years ago
  7. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 21 years ago
  8. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  9. 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 21 years ago
  10. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 21 years ago
  11. e3ea281 readerThread(): Add max_retries to both DeadlockWrap() calls. This by Barry Warsaw · 21 years ago
  12. 749f481 Backport from r23c1-branch: by Jack Jansen · 21 years ago
  13. e676c5e test01_join(): Fix a test failure when run with "python -O". The by Barry Warsaw · 21 years ago
  14. 6d58bf6 Repair operator error. by Jeremy Hylton · 21 years ago
  15. bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 21 years ago
  16. a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 21 years ago
  17. 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 21 years ago
  18. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  19. bd9f520 Reflow long line. by Jeremy Hylton · 21 years ago
  20. 2d4e988 back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests by Just van Rossum · 21 years ago
  21. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 21 years ago
  22. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  23. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 21 years ago
  24. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  25. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago
  26. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 21 years ago
  27. cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 21 years ago
  28. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 21 years ago
  29. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  30. 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  31. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  32. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 21 years ago
  33. c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  34. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 21 years ago
  35. 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 21 years ago
  36. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 21 years ago
  37. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  38. 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  39. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 21 years ago
  40. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 21 years ago
  41. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago
  42. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 21 years ago
  43. 0320464 Repaired typos in comments. by Tim Peters · 21 years ago
  44. d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 21 years ago
  45. 1d8d729 More comments about why not closing a dumddbm properly can be a disaster. by Tim Peters · 21 years ago
  46. 4a6302b SF 748201: time.strptime() should display format and date on error by Raymond Hettinger · 21 years ago
  47. 3898a70 _commit(): Modernization. by Tim Peters · 21 years ago
  48. 7dfd570 There's a persistent rumor on the spambayes mailing list that dumbdbm by Tim Peters · 21 years ago
  49. 541342f Patch #764470: Fix marshalling of faults. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  50. 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  51. cc39a13 Expose the 'master' instance mentioned in the docs. by Raymond Hettinger · 21 years ago
  52. b6d2f3e Don't include slash in search string; it's OS-specific. by Jeremy Hylton · 21 years ago
  53. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  54. a1e93e8 patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm by Andrew MacIntyre · 21 years ago
  55. c4bf893 [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX by Just van Rossum · 21 years ago
  56. ef6573e __setitem__: Use integer division for computing # of blocks. by Tim Peters · 21 years ago
  57. 663d1b6 Added a new randomized test. by Tim Peters · 21 years ago
  58. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  59. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  60. aefae55 Fix wrong header name. The framework looks for auth_header. by Jeremy Hylton · 21 years ago
  61. 71d74e8 Extend the pwd & grp emulations to support accessing the pwd/grp by Andrew MacIntyre · 21 years ago
  62. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  63. ad30fa0 fix to work on python <= 2.1 by Gregory P. Smith · 21 years ago
  64. df35bee bugfix: proper import bsddb exists below by Gregory P. Smith · 21 years ago
  65. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  66. bea57c6 SF Bug 767794 "Break or continue outside loop causes crash" by Kurt B. Kaiser · 21 years ago
  67. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  68. b5aa407 Use Boolean values for the capturestderr flag. by Fred Drake · 21 years ago
  69. d7ce86d Patch from Zooko to remove an experimental feature. by Jeremy Hylton · 21 years ago
  70. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  71. be56aae #765903: by Just van Rossum · 21 years ago
  72. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  73. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  74. 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
  75. 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
  76. 6802c6e fixed typo in comment by Just van Rossum · 21 years ago
  77. 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 21 years ago
  78. b7f6810 SF #764121, docstring for spawnlp incorrect by Neal Norwitz · 21 years ago
  79. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  80. bcc58e8 - added (c)StringIO tests; cStringIO usage failed in the previous by Just van Rossum · 21 years ago
  81. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  82. 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 21 years ago
  83. 0939fac Resolved minor XXX question in the obvious way. by Tim Peters · 21 years ago
  84. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  85. 37ca8c1 connector(): You can't use an empty string as an argument to connect() by Tim Peters · 21 years ago
  86. 1787a0b Fix SF bug #763770, test_socket_ssl crash by Neal Norwitz · 21 years ago
  87. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 21 years ago
  88. b42bb5a Add __all__ . by Brett Cannon · 21 years ago
  89. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 21 years ago
  90. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  91. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 21 years ago
  92. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  93. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  94. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  95. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  96. 0242070 More tests by Raymond Hettinger · 21 years ago
  97. b676952 Fix sf bug 666219: assertion error in httplib. by Jeremy Hylton · 21 years ago
  98. d1b108b Whitespace normalization. by Tim Peters · 21 years ago
  99. 89392c0 Remove stub settrace() and setprofile() calls. by Jeremy Hylton · 21 years ago
  100. e3a565e Fix grammar in comment. by Jeremy Hylton · 21 years ago