1. e2ab145 The usual. by Guido van Rossum · 24 years ago
  2. d125239 Add new builtin commands "copyright", "license", "credits" which by Guido van Rossum · 24 years ago
  3. 1d105d1 For this server to work on Windows, directories should use "/" as the by Guido van Rossum · 24 years ago
  4. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  5. 2cb176f Correct docstring about return value when group didn't participate in match by Andrew M. Kuchling · 24 years ago
  6. 1d62f49 Hack the Windows code to use os.popen(). by Guido van Rossum · 24 years ago
  7. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 24 years ago
  8. acee486 Repair failing test_sre.py. by Tim Peters · 24 years ago
  9. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
  10. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  11. 1728942 SourceForge patch 101396, by an anonymous friend. by Tim Peters · 24 years ago
  12. 92f3972 patch by Neil Schemenauer to improve (fix?) line number generation by Jeremy Hylton · 24 years ago
  13. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  14. 2051608 Update magic number. by Jeremy Hylton · 24 years ago
  15. 6f8f92f Adding new files, removing some. by Guido van Rossum · 24 years ago
  16. 8d691c8 The usual by Guido van Rossum · 24 years ago
  17. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  18. 5bf94a0 Applied patch #101350, closing it. by Barry Warsaw · 24 years ago
  19. 100d81e Added support for RFC 959's REST command (restart), closing SF patch by Barry Warsaw · 24 years ago
  20. 6aefd91 Now that StreamRequestHandler defaults rfile to buffered, make it by Guido van Rossum · 24 years ago
  21. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  22. c638791 Repaired comment. by Tim Peters · 24 years ago
  23. 1ac9802 Rene Liebscher/Thomas Heller: by Greg Ward · 24 years ago
  24. cec1568 Rene Liebscher: by Greg Ward · 24 years ago
  25. 7483d68 Rene Liebscher: comment fixes. by Greg Ward · 24 years ago
  26. 66e966f Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. by Greg Ward · 24 years ago
  27. b3b6d39 Bump version to 0.9.2. by Greg Ward · 24 years ago
  28. e3644e2 Added 'run_setup()' to allow outsiders to run a setup script under by Greg Ward · 24 years ago
  29. 9a2d9d7 GNUTranslations._parse(): Fix portability problems on 64-bit machines by Barry Warsaw · 24 years ago
  30. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  31. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  32. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  33. b76a55c GNUTranslations.BE_MAGIC: don't be so clever in calculating this from by Barry Warsaw · 24 years ago
  34. 1c8feae New method getnamespace. by Sjoerd Mullender · 24 years ago
  35. 34bef26 tg@freebsd.org close SF patch #101354 by Jeremy Hylton · 24 years ago
  36. 8a98cd9 Add /GX to 'compile_options'. This is definitely needed for C++ source; by Greg Ward · 24 years ago
  37. 408e9ae Add ".cxx" to the list of known C++ extensions. by Greg Ward · 24 years ago
  38. 46a69b9 Added docstring for 'wrap()' function. by Greg Ward · 24 years ago
  39. ad3bc44 patches from David Goodger. Closes patch 101085. by Skip Montanaro · 24 years ago
  40. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  41. 33d8d70 Finalize this module for Python 2.0 based on feedback and input from by Barry Warsaw · 24 years ago
  42. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  43. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  44. e504c0c Patch by tg@FreeBSD.org to try /var/tmp first. by Guido van Rossum · 24 years ago
  45. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  46. 9821bf4 Added 'script_name' and 'script_args' instance attributes to Distribution. by Greg Ward · 24 years ago
  47. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  48. 6f9320b Fix line-endings. by Greg Ward · 24 years ago
  49. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  50. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  51. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  52. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  53. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  54. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  55. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  56. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  57. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  58. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  59. fa488ec _expand_lang(), _find(): Added support for unaliasing and expanded the by Barry Warsaw · 24 years ago
  60. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  61. 84314b7 Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  62. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  63. e332c1f updated test output by Barry Warsaw · 24 years ago
  64. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  65. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago
  66. 95be23d Initial revision of gettext support for Python. This will undergo some changes. by Barry Warsaw · 24 years ago
  67. d7b86f0 Pass data on to retrieve method. Don't people *test* their changes? by Sjoerd Mullender · 24 years ago
  68. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  69. 6af3b37 Add missing opcodes. Thanx to jeremy for reminding me ;) by Thomas Wouters · 24 years ago
  70. fa12e13 simple typo that makes regression test test_userstring fail by Peter Schneider-Kamp · 24 years ago
  71. e1519a1 Update for augmented assignment, tested & approved by Guido. by Thomas Wouters · 24 years ago
  72. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  73. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  74. ba31138 Promote the server version from a local variable to a class variable, by Guido van Rossum · 24 years ago
  75. ff5364a Whitespace cleanup; now passes the regression test (the last checkin made by Fred Drake · 24 years ago
  76. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  77. 0b29b11 Updated version of Cookie.py (rev. 2.29) from timo by Andrew M. Kuchling · 24 years ago
  78. 316a793 Randall Hopper <aa8vb@yahoo.com>>: by Fred Drake · 24 years ago
  79. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  80. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  81. cf29bb2 style nits by Jeremy Hylton · 24 years ago
  82. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 24 years ago
  83. 4d746fc add docstring explaining makefile limitation by Jeremy Hylton · 24 years ago
  84. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  85. 640f483 new test - like test_ntpath but without splitunc test cases by Skip Montanaro · 24 years ago
  86. 877d62e added commonprefix test cases by Skip Montanaro · 24 years ago
  87. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  88. 03c06ee Restored commonprefix() semantics. by Jack Jansen · 24 years ago
  89. a48b526 Rehabilitate autotest.py. by Tim Peters · 24 years ago
  90. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  91. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  92. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  93. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  94. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  95. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  96. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  97. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  98. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 24 years ago
  99. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  100. 203da6d Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago