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. 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 21 years ago
  17. 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 21 years ago
  18. 2820125 Remove usage of re module from encodings package search function. by Marc-André Lemburg · 21 years ago
  19. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  20. 047c54b Missing parenthesis. by Raymond Hettinger · 21 years ago
  21. 1f32556 Added some missing PyObject* casts in the deallocators. by Jim Fulton · 21 years ago
  22. a24d73d Added a missing PyObject* cast to the dealloc examples. by Jim Fulton · 21 years ago
  23. 19472b2 Removed the out of date and no-longer-referenced xxobject.c example by Jim Fulton · 21 years ago
  24. aea763b Removed reference to the out-of-date (and not very useful) by Jim Fulton · 21 years ago
  25. ac826aa Patch #738325: Install optimized idlelib files. by Martin v. Löwis · 21 years ago
  26. 6e0f5e0 * Added file globbing to make it easier to check many LaTeX files. by Raymond Hettinger · 21 years ago
  27. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  28. 8f512a2 Add docs for MessageBeep. by Guido van Rossum · 21 years ago
  29. 993bc3a Don't replace an empty line with "pass" when symbol == "eval", where by Guido van Rossum · 21 years ago
  30. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  31. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
  32. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
  33. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  34. f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 21 years ago
  35. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  36. 071b0bc Forward slash warnings now only occur for potentially valid LaTeX commands. by Raymond Hettinger · 21 years ago
  37. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  38. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 21 years ago
  39. 7696344 [Bug #471893] Replace security material with a warning against unpickling by Andrew M. Kuchling · 21 years ago
  40. 126d366 document Stats.dump_stats(), new for Python 2.3 by Fred Drake · 21 years ago
  41. 9c43910 - add a dump_stats() method similar to that of the profile.Profile class by Fred Drake · 21 years ago
  42. c868d16 When an external application we use exits normally, exit with the same by Fred Drake · 21 years ago
  43. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 21 years ago
  44. abe8eb0 Call time.tzset (if available) just before calculating possible timezones from time.tzname. by Brett Cannon · 21 years ago
  45. ac6df95 Fix use of 'file' as a variable name. by Andrew M. Kuchling · 21 years ago
  46. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  47. a2f7728 Prevent script from allowing '-r12' by Andrew M. Kuchling · 21 years ago
  48. 4693d46 Rename sum5.py to md5sum.py, because sum5.py is more interesting by Andrew M. Kuchling · 21 years ago
  49. fb9653a Don't use 'file' as a variable name Modernize the code a bit Add docstring by Andrew M. Kuchling · 21 years ago
  50. 87ddce1 [Bug #724767] Avoid use of 'file' as a variable name by Andrew M. Kuchling · 21 years ago
  51. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  52. e9a54a3 [Bug #713722] Delete dangling references to unwritten sections by Andrew M. Kuchling · 21 years ago
  53. 47172b4 [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore. by Andrew M. Kuchling · 21 years ago
  54. c85bf58 [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' by Andrew M. Kuchling · 21 years ago
  55. 8d17709 Remove more markup from headers by Andrew M. Kuchling · 21 years ago
  56. 433307b [Bug #729297] Remove markup in section headers by Andrew M. Kuchling · 21 years ago
  57. eabd9a1 [Bug #729817] Document the rexec and Bastion modules as dead by Andrew M. Kuchling · 21 years ago
  58. 032bd0a Fix typo by Andrew M. Kuchling · 21 years ago
  59. 065f7b8 Fixed test_anydbm_creates to use proper paths for the created db. by Brett Cannon · 21 years ago
  60. 1213bdd Fix and add reference to urllib.urlencode for parse_qsl? functions. by Brett Cannon · 21 years ago
  61. 62aa994 * Added separate checks for matching braces. by Raymond Hettinger · 21 years ago
  62. b539d05 John J. Lee contributed two urllib2 patches. by Brett Cannon · 21 years ago
  63. b566289 Fix broken API descriptions in comments. by Fred Drake · 21 years ago
  64. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  65. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  66. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  67. 12d55a7 cmp_type(): The grammar stopped allowing '=' as a comparison operator by Tim Peters · 21 years ago
  68. d2eadc6 Updated simple example. This should have been checked in the other by Jim Fulton · 21 years ago
  69. 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 21 years ago
  70. 24b2bc3 Remove assert that checked if a parameter was an instance of Request. Closes patch #639139. by Brett Cannon · 21 years ago
  71. 86503b1 Change Request.add_header to call string.capitalize in order to normalize by Brett Cannon · 21 years ago
  72. bf3a752 Fix minor typos. by Raymond Hettinger · 21 years ago
  73. 73414a2 Update for SF 71033 and changes to subprocess threading by Kurt B. Kaiser · 21 years ago
  74. 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 21 years ago
  75. 8f51526 Patch #735613: Pass install-purelib to idleinstall. by Martin v. Löwis · 21 years ago
  76. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  77. 172d9ef Beefed up timezone support. UTC and GMT are now always recognized timezones by Brett Cannon · 21 years ago
  78. c2409b4 Update patch #732284: Correct versions of OpenUNIX, UnixWare, add OpenServer. by Martin v. Löwis · 21 years ago
  79. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  80. 4f0c6b2 Minor fixups. by Raymond Hettinger · 21 years ago
  81. b4c1d9b Fix unbalanced parethesis. by Raymond Hettinger · 21 years ago
  82. 0fd525f Add table level validation and made minor fix-ups. by Raymond Hettinger · 21 years ago
  83. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  84. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  85. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  86. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  87. eca984f Fix missing parenthesis. by Raymond Hettinger · 21 years ago
  88. 52136a8 Fixed spacing and unbalanced brackets or parenthesis. by Raymond Hettinger · 21 years ago
  89. 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 21 years ago
  90. a053f33 [ SF 710733 - Martin v. Loewis] Improving source encoding dialog by Kurt B. Kaiser · 21 years ago
  91. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  92. 9f545c4 Make this format again. by Fred Drake · 21 years ago
  93. a30dffb add a note about accessing user-defined functions with an import statement by Skip Montanaro · 21 years ago
  94. 3ec4dfd Make this format again. by Fred Drake · 21 years ago
  95. 93724db Replace line somehow deleted before last checkin. by Jeremy Hylton · 21 years ago
  96. 0f7b161 help with MSVC 7 support in distutils by Jeremy Hylton · 21 years ago
  97. 9ddf6c3 Variant of SF patch 614770: MSVC 7 support by Jeremy Hylton · 21 years ago
  98. bc06fea Pydoc also needs its #! line massaged. Fixes #733199. by Jack Jansen · 21 years ago
  99. a226b57 Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and by Jack Jansen · 21 years ago
  100. 8b6ed26 - remove bogus \end{description} - fix two typos by Fred Drake · 21 years ago