1. 572bdce change 2-space indent to 4-space indent by Jeremy Hylton · 24 years ago
  2. 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
  3. ceeda0e Treat trailing colon in os.path.join("a:", "b") same way for DOS as in by Tim Peters · 24 years ago
  4. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  5. 0eeba5b Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield by Tim Peters · 24 years ago
  6. f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
  7. 7b393fc SF patch 101391: implemented UserList.__contains__. by Tim Peters · 24 years ago
  8. 4c79919 Fix test errors. by Paul Prescod · 24 years ago
  9. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago
  10. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
  11. 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 24 years ago
  12. 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
  13. 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
  14. a05fa1d Support sizehint in StringIO.readlines, as documented. by Martin v. Löwis · 24 years ago
  15. a3c6a8a Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my by Guido van Rossum · 24 years ago
  16. e7d6b0a An honest attempt to make this work on Unix, Windows, and even by Guido van Rossum · 24 years ago
  17. d9a8e96 Only supply popen2, popen3 when fork exists. by Guido van Rossum · 24 years ago
  18. 30f8674 Do not close socket when a Content-Length is 0. This make the by Jeremy Hylton · 24 years ago
  19. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
  20. fd64c59 Fix serious typo! Add the new constants to the module docstring. by Fred Drake · 24 years ago
  21. 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
  22. 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 24 years ago
  23. a12adfe Reduce the number of imports needed. by Fred Drake · 24 years ago
  24. 6b2320f Richard Mortier <rmm1002@users.sourceforge.net>: by Fred Drake · 24 years ago
  25. 6f6d51d Remove two unnecessary imports. by Fred Drake · 24 years ago
  26. c40cdf7 Once we're done with the sys module, remove it from the namespace so by Fred Drake · 24 years ago
  27. 09cad08 sys.setdefaultencoding() should only be called in case the standard by Marc-André Lemburg · 24 years ago
  28. 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
  29. df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
  30. d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
  31. 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
  32. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
  33. 57d51f2 Improve the test output a bit. by Guido van Rossum · 24 years ago
  34. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
  35. 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
  36. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
  37. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
  38. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  39. 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
  40. 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
  41. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  42. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
  43. 47ec207 Remove some debugging output from the last change. by Greg Ward · 24 years ago
  44. ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
  45. f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
  46. b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
  47. fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
  48. c1d65c3 Repair senseless random.seed docstring (reported on c.l.py). by Tim Peters · 24 years ago
  49. 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
  50. e918b6f Typo fix. by Greg Ward · 24 years ago
  51. 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
  52. 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
  53. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
  54. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
  55. 5c6bd31 Fixed some typos. Removed one obsolete comment. by Paul Prescod · 24 years ago
  56. ce88db0 Fixed bug that disallowed processing instructions before and after by Paul Prescod · 24 years ago
  57. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  58. 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
  59. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
  60. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
  61. ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 24 years ago
  62. d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
  63. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  64. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  65. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  66. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  67. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  68. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  69. 30a8181 cope with weird Content-Length values returned from servers by by Jeremy Hylton · 24 years ago
  70. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  71. e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
  72. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  73. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  74. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  75. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  76. 94bf62f Deleted ancient file. by Guido van Rossum · 24 years ago
  77. 526a182 Untabify. When compiling in -tt mode, an inconsistent Tab use error by Fred Drake · 24 years ago
  78. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  79. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  80. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  81. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  82. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  83. b37bdc2 Do not try to fix bugs while sleeping. by Fred Drake · 24 years ago
  84. 16c4aa4 Kevin Jacobs <jacobs@darwin.cwru.edu>: by Fred Drake · 24 years ago
  85. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  86. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  87. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 24 years ago
  88. 904ca11 Changes: by Thomas Heller · 24 years ago
  89. a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 24 years ago
  90. f156a44 Added Unicode objects to the copy mechanism. Since these are immutable, by Marc-André Lemburg · 24 years ago
  91. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  92. 00c0925 Removing this file again to set its status to 'dead'. by Guido van Rossum · 24 years ago
  93. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  94. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  95. 6a2035d Typo fix. by Greg Ward · 24 years ago
  96. e2ab145 The usual. by Guido van Rossum · 24 years ago
  97. d125239 Add new builtin commands "copyright", "license", "credits" which by Guido van Rossum · 24 years ago
  98. 1d105d1 For this server to work on Windows, directories should use "/" as the by Guido van Rossum · 24 years ago
  99. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  100. 2cb176f Correct docstring about return value when group didn't participate in match by Andrew M. Kuchling · 24 years ago