1. 6f3fceb Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, by Jack Jansen · 24 years ago
  2. bf32583 string_join(): Fix memory leaks discovered by Charles Waldman (and a by Barry Warsaw · 24 years ago
  3. 7f3cfd5 In getdef(), don't die when the section doesn't exist. by Guido van Rossum · 24 years ago
  4. 074d6e1 Don't use 1.6-isms (s.startswith()) -- we want to distribute this by Guido van Rossum · 24 years ago
  5. 9552665 Rewrote 'newer_pairwise(): more natural (and incompatible) interface, by Greg Ward · 24 years ago
  6. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 24 years ago
  7. eb3f75e Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 24 years ago
  8. 4ba5da4 Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 24 years ago
  9. 272cbb4 superceded by IdleConf/config.txt by Jeremy Hylton · 24 years ago
  10. e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 24 years ago
  11. 583abb8 default to cwd if os.environ['HOME'] does not exist by Jeremy Hylton · 24 years ago
  12. daca630 a ConfigParser for idle and three configuration files by Jeremy Hylton · 24 years ago
  13. 820314e allow comments beginning with ; in key: value as well as key = value by Jeremy Hylton · 24 years ago
  14. 1b7a70f Fixed parameters to a few time and timebase calls: InOut parameters were by Jack Jansen · 24 years ago
  15. 6dc8ce9 Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at by Jack Jansen · 24 years ago
  16. 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 24 years ago
  17. 9428fa6 Patch by Tim Peters: by Guido van Rossum · 24 years ago
  18. 56359f5 Typo fix. by Greg Ward · 24 years ago
  19. 96182d7 Fixed 'mkpath()' to accept empty string silently (it's just the current dir). by Greg Ward · 24 years ago
  20. 63c2b25 paren matching extension. warning: in current version of IDLE, can by Jeremy Hylton · 24 years ago
  21. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 24 years ago
  22. 0b55670 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError by Guido van Rossum · 24 years ago
  23. 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 24 years ago
  24. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  25. 60f6433 If the "build_lib" command built any C libraries, link with them all by Greg Ward · 24 years ago
  26. 833dfd5 Added command description. by Greg Ward · 24 years ago
  27. 49ffce1 In the 'compile()' method: preserve the directory portion of source by Greg Ward · 24 years ago
  28. b48bc17 Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R by Greg Ward · 24 years ago
  29. 9217fcb Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when by Greg Ward · 24 years ago
  30. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  31. f114657 In compile/link methods: ensure that the directory we expect to be writing to by Greg Ward · 24 years ago
  32. 013f0c8 Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds by Greg Ward · 24 years ago
  33. 611850b Added call to 'ensure_ready()' on the command object in by Greg Ward · 24 years ago
  34. 585df89 Added 'get_platform()' to construct a string that identifies the current by Greg Ward · 24 years ago
  35. e51d69e Build reorg: by Greg Ward · 24 years ago
  36. 42a3bf5 Build reorg: by Greg Ward · 24 years ago
  37. e691651 Build reorg: change 'build_dir' option to 'build_lib'. by Greg Ward · 24 years ago
  38. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 24 years ago
  39. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  40. a9b2b4b Remove some redundant logic from walk() -- there's no need to check by Guido van Rossum · 24 years ago
  41. 1b6d21b Correct type error in getopt.error handling code. by Guido van Rossum · 24 years ago
  42. aacf5ce Script by Tim Peters to discover illegal append() calls. by Guido van Rossum · 24 years ago
  43. 67dd17f Fix multi-arg append(). by Guido van Rossum · 24 years ago
  44. 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 24 years ago
  45. 39d3bfc Fix a typo in a comment by Andrew M. Kuchling · 24 years ago
  46. 1ab41fc Fix comments relating to the specific regexs used to parse section and by Fred Drake · 24 years ago
  47. 619c337 Patch by Piers Lauder, who writes: by Guido van Rossum · 24 years ago
  48. c517b9b (Finally!) Changes related to the ConfigParser/INI-file topics by Fred Drake · 24 years ago
  49. 048e610 Drop the support level for stdwin a notch -- the contents of by Guido van Rossum · 24 years ago
  50. 01b3aa4 Fix use of list.append() with multiple arguments by Andrew M. Kuchling · 24 years ago
  51. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  52. ee28c3a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  53. 46c6b20 Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This by Guido van Rossum · 24 years ago
  54. cecb27a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  55. 84a7459 Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk(). by Guido van Rossum · 24 years ago
  56. 0ba3300 Fix a typo in Barry's checkin. Reported both by Gerrit Holl and Mark Favas. by Guido van Rossum · 24 years ago
  57. d28de23 Fixed a multi-arg append() call, discovered by Mark Favas. by Guido van Rossum · 24 years ago
  58. 7733e12 Two buglet fixes. Peter Funk caught the bug in make_escapes: by Barry Warsaw · 24 years ago
  59. c8f0892 Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to by Barry Warsaw · 24 years ago
  60. abc5216 The "Distributing Python Modules" manual; currently empty (I'll get to it by Greg Ward · 24 years ago
  61. 7a0620c Try to deal with pre-1.5.2 IOError exception objects. by Greg Ward · 24 years ago
  62. 4f08e4f Unfinished, untested implementation of the lovely baroque installation scheme by Greg Ward · 24 years ago
  63. b6f6e95 Better fix for mpzmodule problem reported by Peter Funk: just use by Andrew M. Kuchling · 24 years ago
  64. 7d3f27c Changes inspired by Randall Hooper to allow callbacks when an by Barry Warsaw · 24 years ago
  65. 02a1c40 Pat Knight: by Guido van Rossum · 24 years ago
  66. f7221c3 Test case for fork1() behavior. by Guido van Rossum · 24 years ago
  67. 4985e40 Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was by Guido van Rossum · 24 years ago
  68. e6674e6 Gerrit forgot to remove the "import string". by Guido van Rossum · 24 years ago
  69. a395ced Gerrit Holl's patch to move attribution from the docstring to a by Fred Drake · 24 years ago
  70. 2341794 Fix a couple broken append() calls, spotted by Tim. by Guido van Rossum · 24 years ago
  71. b4624b9 Fix a couple dozen broken ci.append(x, y, z) calls, spotted by Tim. by Guido van Rossum · 24 years ago
  72. 3af7b05 Fix a broken r.append(name, value) call, spotted by Tim. by Guido van Rossum · 24 years ago
  73. c00a938 OKOK, Greg's right, I should've used the :name option in the argument by Guido van Rossum · 24 years ago
  74. e7ef74d Peter Funk: by Guido van Rossum · 24 years ago
  75. 4aa24f9 Made all list methods use PyArg_ParseTuple(), for more accurate diagnostics. by Guido van Rossum · 24 years ago
  76. d5062ba Moshe Zadka: Added docstrings to tkSimpleDialog.py by Guido van Rossum · 24 years ago
  77. 4840112 Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. by Greg Ward · 24 years ago
  78. 9811861 Mark Favas discovered this: getatime() accidentally returned the MTIME! by Guido van Rossum · 24 years ago
  79. 19ce91b Piers Lauder: by Guido van Rossum · 24 years ago
  80. 5ebfa2a Add tests to exercise sequence operations (multiplication, indexing, by Andrew M. Kuchling · 24 years ago
  81. 0f223d2 Allow using long integers as arguments to PyObject_GetItem(), _SetItem(), by Andrew M. Kuchling · 24 years ago
  82. 2194b16 Allow using long integers as slice indexes by Andrew M. Kuchling · 24 years ago
  83. 52fccfd dict_has_key(): Accept only one parameter. PR#210 reported by by Fred Drake · 24 years ago
  84. 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 24 years ago
  85. 3c227ee Added dependency on libtabnanny.tex. by Fred Drake · 24 years ago
  86. 155348b Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor by Fred Drake · 24 years ago
  87. 6e0a28f Deleting tabpolice.py; it was superceded by tabnanny.py long ago. by Guido van Rossum · 24 years ago
  88. a02c898 Moved tabnanny.py to standard library status. by Guido van Rossum · 24 years ago
  89. dc68833 Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the by Guido van Rossum · 24 years ago
  90. 89af077 This branch is for 1.6 & forward. by Fred Drake · 24 years ago
  91. 8c95c27 Added a new command: Check module (Alt-F5) It does a full syntax check by Guido van Rossum · 24 years ago
  92. 772dd41 satisfy the tabnanny (thanks to MH for noticing the problem) by Jeremy Hylton · 24 years ago
  93. 0dd7507 What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. by Fred Drake · 24 years ago
  94. 145c26e Remove comment that Guido agree's doesn't make sense: by Fred Drake · 24 years ago
  95. c29e41d Script to help locate markup that LaTeX2HTML has a problem with. by Fred Drake · 24 years ago
  96. 584b16a Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong by Guido van Rossum · 24 years ago
  97. 957d07a Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings. by Jack Jansen · 24 years ago
  98. 42b9bc7 add TODO section by Greg Stein · 24 years ago
  99. fc9d225 Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> by Andrew M. Kuchling · 24 years ago
  100. 0c7822e Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: by Andrew M. Kuchling · 24 years ago