1. bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 21 years ago
  2. aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 21 years ago
  3. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  4. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  5. 29a1def Test script changed. by Greg Ward · 21 years ago
  6. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  7. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago
  8. b789a06 - Added a scheme whereby pimp can update itself, by importing a module by Jack Jansen · 21 years ago
  9. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  10. bc6e94a Wrap the cursor functions with dbutils.DeadlockWrap to deal with the by Gregory P. Smith · 21 years ago
  11. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  12. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  13. 68dcd34 Fixup bare try/except. by Raymond Hettinger · 21 years ago
  14. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  15. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  16. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  17. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  18. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  19. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  20. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  21. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  22. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  23. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  24. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  25. b98154e 'sum' is no longer a good variable name. Use 'total' instead. by Raymond Hettinger · 21 years ago
  26. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  27. 4ec4fa2 iteritems() should not have been used for self.timeout which changes during the loop. by Raymond Hettinger · 21 years ago
  28. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  29. b1f8bab [Bug #741171] pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 21 years ago
  30. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  31. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  32. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  33. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  34. 7de63f5 GNUTranslations._parse(): Fix SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  35. 5d6ad75 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail by Just van Rossum · 21 years ago
  36. 092b2a9 SF 740055: optional argument protocol in shelve.open is ignored by Raymond Hettinger · 21 years ago
  37. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  38. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
  39. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  40. c626658 Let Python inform the user what went wrong with the import. by Kurt B. Kaiser · 21 years ago
  41. 9a3a9f7 Consider \U-escapes in raw-unicode-escape. Fixes #444514. by Martin v. Löwis · 21 years ago
  42. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  43. df0d87a To be on the safe side, backed out any questionable iteritem changes and set back to item calls. by Brett Cannon · 21 years ago
  44. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  45. 282f122 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  46. ba39d9c Add another error case to the insert test. by Walter Dörwald · 21 years ago
  47. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  48. a2792be Show Freddy the mirror by Kurt B. Kaiser · 21 years ago
  49. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 21 years ago
  50. c8b188a Revert some changes back to dict.items made in a previous patch. by Brett Cannon · 21 years ago
  51. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  52. 108c40c Added icon for IDLE on OS X by Tony Lownds · 21 years ago
  53. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 21 years ago
  54. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  55. 63af08a Nigel Rowe's Patch [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent by Kurt B. Kaiser · 21 years ago
  56. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 21 years ago
  57. ab0053a simpler temp dir cleanup by Skip Montanaro · 21 years ago
  58. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 21 years ago
  59. eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 21 years ago
  60. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  61. 627728a Use test_support.run_doctest() by Raymond Hettinger · 21 years ago
  62. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  63. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  64. 2820125 Remove usage of re module from encodings package search function. by Marc-André Lemburg · 21 years ago
  65. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  66. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  67. 993bc3a Don't replace an empty line with "pass" when symbol == "eval", where by Guido van Rossum · 21 years ago
  68. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  69. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
  70. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
  71. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  72. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  73. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  74. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 21 years ago
  75. 9c43910 - add a dump_stats() method similar to that of the profile.Profile class by Fred Drake · 21 years ago
  76. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 21 years ago
  77. abe8eb0 Call time.tzset (if available) just before calculating possible timezones from time.tzname. by Brett Cannon · 21 years ago
  78. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  79. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  80. 065f7b8 Fixed test_anydbm_creates to use proper paths for the created db. by Brett Cannon · 21 years ago
  81. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  82. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  83. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  84. 24b2bc3 Remove assert that checked if a parameter was an instance of Request. Closes patch #639139. by Brett Cannon · 21 years ago
  85. 86503b1 Change Request.add_header to call string.capitalize in order to normalize by Brett Cannon · 21 years ago
  86. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 21 years ago
  87. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  88. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  89. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  90. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  91. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  92. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  93. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  94. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  95. a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 21 years ago
  96. 362310d Bump version number by Barry Warsaw · 21 years ago
  97. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  98. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  99. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  100. 2557100 Minor clarification of dedent(). by Greg Ward · 21 years ago