1. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  2. 92f3377 Catch up with change to CCompiler API: call 'create_static_lib()', not by Greg Ward · 24 years ago
  3. 169f91b [from 2000-02-25] Second attempt at describing an installation scheme; this is by Greg Ward · 24 years ago
  4. 7c1e5f6 [from 2000-02-23] Description of the baroque and already-obsolete by Greg Ward · 24 years ago
  5. 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 24 years ago
  6. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 24 years ago
  7. 329e4be a simple client-server framework for executing code in a different process by Jeremy Hylton · 24 years ago
  8. c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 24 years ago
  9. 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 24 years ago
  10. add03b6 Handles were never disposed. Added an AutoDispose(onoff) method to control this. by Jack Jansen · 24 years ago
  11. a17e0f1 A bunch of changes, primarily to command line argument parsing by Barry Warsaw · 24 years ago
  12. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  13. 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 24 years ago
  14. 6fbd1f8 replace : with = by Jeremy Hylton · 24 years ago
  15. ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 24 years ago
  16. 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 24 years ago
  17. ba23bed Tweak the goto file/line command (in the right button menu in PyShell by Guido van Rossum · 24 years ago
  18. 9611e0b Patch by Moshe Zadka: remove the string special case in by Guido van Rossum · 24 years ago
  19. 9284a57 Patch by Moshe Zadka: move the string special case from abstract.c here. by Guido van Rossum · 24 years ago
  20. da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 24 years ago
  21. 2663c13 Sjoerd Mullender: by Guido van Rossum · 24 years ago
  22. 801296c Added a bunch of TODO items that recently came up in the idle-dev list. by Guido van Rossum · 24 years ago
  23. fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 24 years ago
  24. e066134 Fixed inet_ntoa() docstring. by Fred Drake · 24 years ago
  25. 911d866 Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): by Greg Ward · 24 years ago
  26. 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 24 years ago
  27. 5091929 Added 'native_path()' for use on pathnames from the setup script: split on by Greg Ward · 24 years ago
  28. e2b4452 Added '_nt_quote_args()' to deal with whitespace in command-line arguments by Greg Ward · 24 years ago
  29. 7344741 test_contains output by Guido van Rossum · 24 years ago
  30. 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 24 years ago
  31. e85c93f Sjoerd Mullender: by Guido van Rossum · 24 years ago
  32. 0c3208a compiler command-line interface moved here from compiler.pycodegen by Jeremy Hylton · 24 years ago
  33. f728f9a1 import compile function form pycodegen by Jeremy Hylton · 24 years ago
  34. 7fab23e rename compile.py to pycodegen.py by Jeremy Hylton · 24 years ago
  35. 8c78341 add a doc string import some useful functions from contained modules by Jeremy Hylton · 24 years ago
  36. 9812e7b fix import to refer to compiler package by Jeremy Hylton · 24 years ago
  37. abd7ebf revise arguments for addCode method on lnotab. take several numbers by Jeremy Hylton · 24 years ago
  38. fa974a9 change node Classdef to Class by Jeremy Hylton · 24 years ago
  39. ed95861 factor out the tree walking/visitor code that was in compile.py by Jeremy Hylton · 24 years ago
  40. 9cb083b Defer all the work to idle.py, which has recently become too by Guido van Rossum · 24 years ago
  41. 6f3fceb Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, by Jack Jansen · 24 years ago
  42. bf32583 string_join(): Fix memory leaks discovered by Charles Waldman (and a by Barry Warsaw · 24 years ago
  43. 7f3cfd5 In getdef(), don't die when the section doesn't exist. by Guido van Rossum · 24 years ago
  44. 074d6e1 Don't use 1.6-isms (s.startswith()) -- we want to distribute this by Guido van Rossum · 24 years ago
  45. 9552665 Rewrote 'newer_pairwise(): more natural (and incompatible) interface, by Greg Ward · 24 years ago
  46. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 24 years ago
  47. eb3f75e Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 24 years ago
  48. 4ba5da4 Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 24 years ago
  49. 272cbb4 superceded by IdleConf/config.txt by Jeremy Hylton · 24 years ago
  50. e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 24 years ago
  51. 583abb8 default to cwd if os.environ['HOME'] does not exist by Jeremy Hylton · 24 years ago
  52. daca630 a ConfigParser for idle and three configuration files by Jeremy Hylton · 24 years ago
  53. 820314e allow comments beginning with ; in key: value as well as key = value by Jeremy Hylton · 24 years ago
  54. 1b7a70f Fixed parameters to a few time and timebase calls: InOut parameters were by Jack Jansen · 24 years ago
  55. 6dc8ce9 Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at by Jack Jansen · 24 years ago
  56. 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 24 years ago
  57. 9428fa6 Patch by Tim Peters: by Guido van Rossum · 24 years ago
  58. 56359f5 Typo fix. by Greg Ward · 24 years ago
  59. 96182d7 Fixed 'mkpath()' to accept empty string silently (it's just the current dir). by Greg Ward · 24 years ago
  60. 63c2b25 paren matching extension. warning: in current version of IDLE, can by Jeremy Hylton · 24 years ago
  61. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 24 years ago
  62. 0b55670 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError by Guido van Rossum · 24 years ago
  63. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 24 years ago
  64. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  65. 60f6433 If the "build_lib" command built any C libraries, link with them all by Greg Ward · 24 years ago
  66. 833dfd5 Added command description. by Greg Ward · 24 years ago
  67. 49ffce1 In the 'compile()' method: preserve the directory portion of source by Greg Ward · 24 years ago
  68. b48bc17 Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R by Greg Ward · 24 years ago
  69. 9217fcb Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when by Greg Ward · 24 years ago
  70. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  71. f114657 In compile/link methods: ensure that the directory we expect to be writing to by Greg Ward · 24 years ago
  72. 013f0c8 Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds by Greg Ward · 24 years ago
  73. 611850b Added call to 'ensure_ready()' on the command object in by Greg Ward · 24 years ago
  74. 585df89 Added 'get_platform()' to construct a string that identifies the current by Greg Ward · 24 years ago
  75. e51d69e Build reorg: by Greg Ward · 24 years ago
  76. 42a3bf5 Build reorg: by Greg Ward · 24 years ago
  77. e691651 Build reorg: change 'build_dir' option to 'build_lib'. by Greg Ward · 24 years ago
  78. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 24 years ago
  79. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  80. a9b2b4b Remove some redundant logic from walk() -- there's no need to check by Guido van Rossum · 24 years ago
  81. 1b6d21b Correct type error in getopt.error handling code. by Guido van Rossum · 24 years ago
  82. aacf5ce Script by Tim Peters to discover illegal append() calls. by Guido van Rossum · 24 years ago
  83. 67dd17f Fix multi-arg append(). by Guido van Rossum · 24 years ago
  84. 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 24 years ago
  85. 39d3bfc Fix a typo in a comment by Andrew M. Kuchling · 24 years ago
  86. 1ab41fc Fix comments relating to the specific regexs used to parse section and by Fred Drake · 24 years ago
  87. 619c337 Patch by Piers Lauder, who writes: by Guido van Rossum · 24 years ago
  88. c517b9b (Finally!) Changes related to the ConfigParser/INI-file topics by Fred Drake · 24 years ago
  89. 048e610 Drop the support level for stdwin a notch -- the contents of by Guido van Rossum · 24 years ago
  90. 01b3aa4 Fix use of list.append() with multiple arguments by Andrew M. Kuchling · 24 years ago
  91. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  92. ee28c3a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  93. 46c6b20 Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This by Guido van Rossum · 24 years ago
  94. cecb27a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  95. 84a7459 Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk(). by Guido van Rossum · 24 years ago
  96. 0ba3300 Fix a typo in Barry's checkin. Reported both by Gerrit Holl and Mark Favas. by Guido van Rossum · 24 years ago
  97. d28de23 Fixed a multi-arg append() call, discovered by Mark Favas. by Guido van Rossum · 24 years ago
  98. 7733e12 Two buglet fixes. Peter Funk caught the bug in make_escapes: by Barry Warsaw · 24 years ago
  99. c8f0892 Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to by Barry Warsaw · 24 years ago
  100. abc5216 The "Distributing Python Modules" manual; currently empty (I'll get to it by Greg Ward · 24 years ago