1. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 21 years ago
  2. c8b188a Revert some changes back to dict.items made in a previous patch. by Brett Cannon · 21 years ago
  3. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  4. 108c40c Added icon for IDLE on OS X by Tony Lownds · 21 years ago
  5. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 21 years ago
  6. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  7. 63af08a Nigel Rowe's Patch [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent by Kurt B. Kaiser · 21 years ago
  8. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 21 years ago
  9. ab0053a simpler temp dir cleanup by Skip Montanaro · 21 years ago
  10. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 21 years ago
  11. eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 21 years ago
  12. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  13. 627728a Use test_support.run_doctest() by Raymond Hettinger · 21 years ago
  14. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  15. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  16. 2820125 Remove usage of re module from encodings package search function. by Marc-André Lemburg · 21 years ago
  17. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  18. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  19. 993bc3a Don't replace an empty line with "pass" when symbol == "eval", where by Guido van Rossum · 21 years ago
  20. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  21. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
  22. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
  23. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  24. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  25. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  26. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 21 years ago
  27. 9c43910 - add a dump_stats() method similar to that of the profile.Profile class by Fred Drake · 21 years ago
  28. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 21 years ago
  29. abe8eb0 Call time.tzset (if available) just before calculating possible timezones from time.tzname. by Brett Cannon · 21 years ago
  30. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  31. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  32. 065f7b8 Fixed test_anydbm_creates to use proper paths for the created db. by Brett Cannon · 21 years ago
  33. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  34. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  35. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  36. 24b2bc3 Remove assert that checked if a parameter was an instance of Request. Closes patch #639139. by Brett Cannon · 21 years ago
  37. 86503b1 Change Request.add_header to call string.capitalize in order to normalize by Brett Cannon · 21 years ago
  38. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 21 years ago
  39. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  40. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  41. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  42. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  43. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  44. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  45. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  46. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  47. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  48. 362310d Bump version number by Barry Warsaw · 21 years ago
  49. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  50. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  51. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  52. 2557100 Minor clarification of dedent(). by Greg Ward · 21 years ago
  53. 9e082f4 Add DedentTestCase to test dedent() function. by Greg Ward · 21 years ago
  54. 478cd48 SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  55. 4656ed4 Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). by Greg Ward · 21 years ago
  56. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  57. a409f7c SF #596434: tweak wordsep_re so the definition of an em-dash is by Greg Ward · 21 years ago
  58. cc55cb9 SF #596434: add test_funky_parens() to probe some more of the tricky by Greg Ward · 21 years ago
  59. 21820cd SF #726446: raise ValueError if width <= 0. by Greg Ward · 21 years ago
  60. 4912857 SF #726446: ensure wrap() raises ValueError when width <= 0. by Greg Ward · 21 years ago
  61. 02cd365 detect old version 2 hash files and return "bsddb185" as the appropriate by Skip Montanaro · 21 years ago
  62. 6967f2c don't need to worry about file endianness by Skip Montanaro · 21 years ago
  63. f0776d2 Data file for bsddb185 test by Skip Montanaro · 21 years ago
  64. 46f4e79 test case for bsddb185 module by Skip Montanaro · 21 years ago
  65. 823ba28 the new bsddb185 module is an expected skip on most platforms (this may not by Skip Montanaro · 21 years ago
  66. 1a56665 add not-yet-supported Unicode test just so it doesn't get lost. by Skip Montanaro · 21 years ago
  67. c7c78ae Allow for Version, Flavor and Download-URL not being set. by Jack Jansen · 21 years ago
  68. 705553a When doing a forced install of a package depending on a pseudo-package by Jack Jansen · 21 years ago
  69. 411e5a2 Port test_uu.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  70. ce6829a On Mac OS X pwd.getpwall() might return the tuples by Walter Dörwald · 21 years ago
  71. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  72. 581c367 typo by Skip Montanaro · 21 years ago
  73. 0389295 Better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 21 years ago
  74. f6b444e Add comment explaining try/except for endheaders(). by Jeremy Hylton · 21 years ago
  75. 828023b Repair redirect handling and raise URLError on host-not-found. by Jeremy Hylton · 21 years ago
  76. f1cfb62 'forget' now also deletes any proper .pyo files. by Brett Cannon · 21 years ago
  77. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  78. 4d28d96 Refer to __builtin__.file, not __builtins__.file by Martin v. Löwis · 21 years ago
  79. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  80. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  81. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  82. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  83. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 21 years ago
  84. 4f45011 CWI moved websites around without me knowing it, and together with by Jack Jansen · 21 years ago
  85. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  86. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  87. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  88. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  89. 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 21 years ago
  90. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  91. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 21 years ago
  92. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 21 years ago
  93. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  94. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  95. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 21 years ago
  96. e6b7033 Flesh out test_support docs. by Brett Cannon · 21 years ago
  97. 533366b improved CRLF regex for previous fix by Piers Lauder · 21 years ago
  98. 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 21 years ago
  99. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 21 years ago
  100. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago