1. ce88db0 Fixed bug that disallowed processing instructions before and after by Paul Prescod · 24 years ago
  2. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  3. 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
  4. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
  5. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
  6. ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 24 years ago
  7. d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
  8. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  9. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  10. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  11. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  12. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  13. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  14. 30a8181 cope with weird Content-Length values returned from servers by by Jeremy Hylton · 24 years ago
  15. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  16. e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
  17. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  18. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  19. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  20. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  21. 94bf62f Deleted ancient file. by Guido van Rossum · 24 years ago
  22. 526a182 Untabify. When compiling in -tt mode, an inconsistent Tab use error by Fred Drake · 24 years ago
  23. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  24. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  25. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  26. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  27. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  28. b37bdc2 Do not try to fix bugs while sleeping. by Fred Drake · 24 years ago
  29. 16c4aa4 Kevin Jacobs <jacobs@darwin.cwru.edu>: by Fred Drake · 24 years ago
  30. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  31. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  32. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 24 years ago
  33. 904ca11 Changes: by Thomas Heller · 24 years ago
  34. a249f16 Older Tk versions don't support mousewheel support. Set event.delta by Fredrik Lundh · 24 years ago
  35. f156a44 Added Unicode objects to the copy mechanism. Since these are immutable, by Marc-André Lemburg · 24 years ago
  36. 8d5b5ec Typo fix. by Greg Ward · 24 years ago
  37. 00c0925 Removing this file again to set its status to 'dead'. by Guido van Rossum · 24 years ago
  38. 5fad268 Bullet-proofing of 'make_release_tree()': by Greg Ward · 24 years ago
  39. d3b76a8 Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a by Greg Ward · 24 years ago
  40. 6a2035d Typo fix. by Greg Ward · 24 years ago
  41. e2ab145 The usual. by Guido van Rossum · 24 years ago
  42. d125239 Add new builtin commands "copyright", "license", "credits" which by Guido van Rossum · 24 years ago
  43. 1d105d1 For this server to work on Windows, directories should use "/" as the by Guido van Rossum · 24 years ago
  44. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  45. 2cb176f Correct docstring about return value when group didn't participate in match by Andrew M. Kuchling · 24 years ago
  46. 1d62f49 Hack the Windows code to use os.popen(). by Guido van Rossum · 24 years ago
  47. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 24 years ago
  48. acee486 Repair failing test_sre.py. by Tim Peters · 24 years ago
  49. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
  50. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  51. 1728942 SourceForge patch 101396, by an anonymous friend. by Tim Peters · 24 years ago
  52. 92f3972 patch by Neil Schemenauer to improve (fix?) line number generation by Jeremy Hylton · 24 years ago
  53. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  54. 2051608 Update magic number. by Jeremy Hylton · 24 years ago
  55. 6f8f92f Adding new files, removing some. by Guido van Rossum · 24 years ago
  56. 8d691c8 The usual by Guido van Rossum · 24 years ago
  57. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  58. 5bf94a0 Applied patch #101350, closing it. by Barry Warsaw · 24 years ago
  59. 100d81e Added support for RFC 959's REST command (restart), closing SF patch by Barry Warsaw · 24 years ago
  60. 6aefd91 Now that StreamRequestHandler defaults rfile to buffered, make it by Guido van Rossum · 24 years ago
  61. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  62. c638791 Repaired comment. by Tim Peters · 24 years ago
  63. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  64. cec1568 Rene Liebscher: by Greg Ward · 24 years ago
  65. 7483d68 Rene Liebscher: comment fixes. by Greg Ward · 24 years ago
  66. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  67. b3b6d39 Bump version to 0.9.2. by Greg Ward · 24 years ago
  68. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  69. 9a2d9d7 GNUTranslations._parse(): Fix portability problems on 64-bit machines by Barry Warsaw · 24 years ago
  70. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  71. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  72. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  73. b76a55c GNUTranslations.BE_MAGIC: don't be so clever in calculating this from by Barry Warsaw · 24 years ago
  74. 1c8feae New method getnamespace. by Sjoerd Mullender · 24 years ago
  75. 34bef26 tg@freebsd.org close SF patch #101354 by Jeremy Hylton · 24 years ago
  76. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  77. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  78. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  79. ad3bc44 patches from David Goodger. Closes patch 101085. by Skip Montanaro · 24 years ago
  80. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  81. 33d8d70 Finalize this module for Python 2.0 based on feedback and input from by Barry Warsaw · 24 years ago
  82. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  83. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  84. e504c0c Patch by tg@FreeBSD.org to try /var/tmp first. by Guido van Rossum · 24 years ago
  85. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  86. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  87. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  88. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  89. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  90. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  91. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  92. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  93. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  94. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  95. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  96. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  97. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  98. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  99. fa488ec _expand_lang(), _find(): Added support for unaliasing and expanded the by Barry Warsaw · 24 years ago
  100. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago