1. 5ff8cb4 Whitespace cleanup. by Guido van Rossum · 22 years ago
  2. af64263 Fix typo by Neal Norwitz · 22 years ago
  3. 63cd9bf Python 10 was a success, commemorate it\! by Fred Drake · 22 years ago
  4. 65f5015 www.google.com is better than google.com. by Guido van Rossum · 22 years ago
  5. 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 22 years ago
  6. bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 22 years ago
  7. 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 22 years ago
  8. dc724d6 Cosmetics. by Marc-André Lemburg · 22 years ago
  9. e7c6ee4 Whitespace fixes. by Marc-André Lemburg · 22 years ago
  10. 3688a88 Fix for the UTF-8 memory allocation bug and the UTF-8 encoding by Marc-André Lemburg · 22 years ago
  11. 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 22 years ago
  12. e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 22 years ago
  13. 5bb8f78 Added support for unicode strings (utxt). by Jack Jansen · 22 years ago
  14. 085eb1b further work on config system and config saving by Steven M. Gava · 22 years ago
  15. c121745 Update the instructions on reporting bugs to reflect that anonymous reports by Fred Drake · 22 years ago
  16. baf43c5 When linking to an index page, explicitly name index.html instead of by Fred Drake · 22 years ago
  17. 210d3cc Update version number to match Include/patchlevel.h. by Fred Drake · 22 years ago
  18. 375bbc3 Update version number to match Include/patchlevel.h. by Fred Drake · 22 years ago
  19. 4014401 Added minimal support for floating windows. by Just van Rossum · 22 years ago
  20. bf0a908 Don't append quit menu when on OSX, it is special and automatic there. by Just van Rossum · 22 years ago
  21. 4e72038 Flush screen buffer upon console.flush() and output.flush(). by Just van Rossum · 22 years ago
  22. 2dcec0c Quick build: clarify that you have to do "make install" as root; OS by Guido van Rossum · 22 years ago
  23. 2cec354 Change the version string from "2.2+" to "2.3a0". disutils peels off by Tim Peters · 22 years ago
  24. a762f4c Got rid of an extra level of {} and funny formatting that was still by Jack Jansen · 22 years ago
  25. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 22 years ago
  26. 8cb6540 Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 by Guido van Rossum · 22 years ago
  27. d4c76bf A new dynload_next, which actually only works on OSX but isn't renamed yet. by Jack Jansen · 22 years ago
  28. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  29. e75bfde Bugfix candidate. by Guido van Rossum · 22 years ago
  30. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 22 years ago
  31. 0c350bf package_dir must be converted from the distutils path conventions to by Thomas Heller · 22 years ago
  32. 7cff66d improve user config dir handling by Steven M. Gava · 22 years ago
  33. a498af2 more work on configuration saving by Steven M. Gava · 22 years ago
  34. 11bd994 New tempfile and os.open() gimmicks for Windows. by Tim Peters · 22 years ago
  35. b24231e Restrict the mode to the lowest four octal positions; higher positions by Andrew M. Kuchling · 22 years ago
  36. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 22 years ago
  37. c318260 added handle_error method description by Skip Montanaro · 22 years ago
  38. 1453754 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 22 years ago
  39. cf6bfe4 Oh look, another one. by Michael W. Hudson · 22 years ago
  40. 67fb0c3 I think this fixes by Michael W. Hudson · 22 years ago
  41. c7dd34b Added a note about compiler warnings. by Jack Jansen · 22 years ago
  42. 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 22 years ago
  43. c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 22 years ago
  44. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 22 years ago
  45. c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 22 years ago
  46. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 22 years ago
  47. c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 22 years ago
  48. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  49. 2d7bb3f further work on config saving by Steven M. Gava · 22 years ago
  50. 150d09d Fix missing space between words. Bugfix candidate. by Neal Norwitz · 22 years ago
  51. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  52. 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 22 years ago
  53. fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 22 years ago
  54. 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 22 years ago
  55. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 22 years ago
  56. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 22 years ago
  57. 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 22 years ago
  58. ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 22 years ago
  59. fb0da9d Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. by Martin v. Löwis · 22 years ago
  60. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 22 years ago
  61. 402dd6e Added contributors. by Jack Jansen · 22 years ago
  62. 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 22 years ago
  63. c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 22 years ago
  64. b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 22 years ago
  65. 744f67f Add keyword.kwlist to the public API. by Fred Drake · 22 years ago
  66. db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 22 years ago
  67. bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 22 years ago
  68. f9bb90e further work on saving configs by Steven M. Gava · 22 years ago
  69. 813b56e dialog for getting a new config file section name by Steven M. Gava · 22 years ago
  70. 30022ea Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher by Tim Peters · 22 years ago
  71. 8cf2704 staying current with python idle fixes by Steven M. Gava · 22 years ago
  72. 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 22 years ago
  73. c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 22 years ago
  74. bd8ce79 smart_backspace_event(): remove now-pointless int() call. by Tim Peters · 22 years ago
  75. ff06671 Fix for by Michael W. Hudson · 22 years ago
  76. 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 22 years ago
  77. af14289 Fix for by Michael W. Hudson · 22 years ago
  78. 5b10910 Sjoerd Mullender pointed out that setup.py contained some tabs, by Michael W. Hudson · 22 years ago
  79. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 22 years ago
  80. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 22 years ago
  81. d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 22 years ago
  82. 4509168 classifyws(): Fix a "/" to work under -Qnew (as well as without it). by Tim Peters · 22 years ago
  83. 685d46f Newer names for various error include files. by Jack Jansen · 22 years ago
  84. a618c3f Build _tkinter for Carbon too. by Jack Jansen · 22 years ago
  85. 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 22 years ago
  86. 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 22 years ago
  87. d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 22 years ago
  88. bbf5ef5 more on config saving by Steven M. Gava · 22 years ago
  89. c112cd8 further work on config saving by Steven M. Gava · 22 years ago
  90. 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 22 years ago
  91. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 22 years ago
  92. a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  93. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 22 years ago
  94. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 22 years ago
  95. aae728f Fix typo reported by François Pinard. by Fred Drake · 22 years ago
  96. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 22 years ago
  97. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 22 years ago
  98. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 22 years ago
  99. c628a06 further work on keybinding configuration by Steven M. Gava · 22 years ago
  100. 68d7336 keybinding configuration by Steven M. Gava · 22 years ago