1. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  2. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  3. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 21 years ago
  4. e6b7033 Flesh out test_support docs. by Brett Cannon · 21 years ago
  5. 533366b improved CRLF regex for previous fix by Piers Lauder · 21 years ago
  6. 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 21 years ago
  7. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 21 years ago
  8. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  9. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 21 years ago
  10. 1a4a9d0 Add doctest for example in the library reference. by Raymond Hettinger · 21 years ago
  11. 70d566b Extract the errno value to use from the errno module if possible. by Fred Drake · 21 years ago
  12. c689918 Regain throughput lost with the _socketobject wrapper. The by Skip Montanaro · 21 years ago
  13. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 21 years ago
  14. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 21 years ago
  15. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  16. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  17. 2b6dfec Raise a ValueError when there is data that was not covered in the format string. Done to match behavior of pre-existing C-based strptime implementations. by Brett Cannon · 21 years ago
  18. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  19. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 21 years ago
  20. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 21 years ago
  21. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 21 years ago
  22. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  23. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 21 years ago
  24. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  25. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  26. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 21 years ago
  27. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 21 years ago
  28. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 21 years ago
  29. 9593792 test_sre is dead! long live test_re! by Skip Montanaro · 21 years ago
  30. 35b9ff3 deleted more tests which were either already in test_re or that I migrated by Skip Montanaro · 21 years ago
  31. 1e703c6 more tests converted from test_sre by Skip Montanaro · 21 years ago
  32. bf7ad96 Remove tests which were migrated to test_re.py. There are still more tests by Skip Montanaro · 21 years ago
  33. f4001ee Skip testing inet_ntop() an inet_pton() if they aren't defined. by Guido van Rossum · 21 years ago
  34. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 21 years ago
  35. 1448d47 rework Sniffer api significantly by Skip Montanaro · 21 years ago
  36. 48816c6 some sniffer tests by Skip Montanaro · 21 years ago
  37. 2726fcd more tests from test_sre by Skip Montanaro · 21 years ago
  38. 7c852f3 Attempt to deal with some obvious errors in the code. These were all by Fred Drake · 21 years ago
  39. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  40. 7d9963f copy a few tests from test_sre by Skip Montanaro · 21 years ago
  41. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  42. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 21 years ago
  43. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  44. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  45. 45f4130 test_re is no longer needed by Guido van Rossum · 21 years ago
  46. 46144be Fix test_limitations(). The match there is *expected* to raise RuntimeError. by Guido van Rossum · 21 years ago
  47. 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 21 years ago
  48. a4c2b74 [Patch #628208] Add optional support for the 'nil' extension by Andrew M. Kuchling · 21 years ago
  49. da4ec5a csv is a module again by Skip Montanaro · 21 years ago
  50. 04ae705 cvs is going to be a module again by Skip Montanaro · 21 years ago
  51. b34ef94 SF bug 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  52. bfcbfa7 move imports in Binary class to top level to avoid repeated imports. by Skip Montanaro · 21 years ago
  53. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 21 years ago
  54. 8ed06da first cut at unittest version of re tests by Skip Montanaro · 21 years ago
  55. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 21 years ago
  56. 142da98 remove test_socketserver from the skip lists by Skip Montanaro · 21 years ago
  57. c4acc2b GNUTranslations: by Barry Warsaw · 21 years ago
  58. edb155f UnicodeTranslationsTest.setUp(): Removed the coerce flag to the by Barry Warsaw · 21 years ago
  59. 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 21 years ago
  60. 47c2ab6 Fix docstring typo by Andrew M. Kuchling · 21 years ago
  61. 54aa578 This test now uses the separate getargs_X functions from _testcapimodule. by Thomas Heller · 21 years ago
  62. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  63. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago
  64. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 21 years ago
  65. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  66. 9f4eb6b [Patch #679505] Silence DeprecationWarning when testing rotor module by Andrew M. Kuchling · 21 years ago
  67. 366a0fe Reformatted a bit to remove the lengthy re.compile() from the function by Marc-André Lemburg · 21 years ago
  68. 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 21 years ago
  69. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  70. 7d618c7 Fix docstring for URLOpener.retrieve() in regards to opening a local file by Brett Cannon · 21 years ago
  71. ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 21 years ago
  72. 6eca358 SF 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  73. a256f7d Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes by Neal Norwitz · 21 years ago
  74. f297bd1 SF patch #725904, Minor changes to logging from module author (Vinay Sajip) by Neal Norwitz · 21 years ago
  75. 2b4b5a5 Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix by Jack Jansen · 21 years ago
  76. b28271f Do a little more searching for the data file for the test: this allows by Fred Drake · 21 years ago
  77. c8c8b94 Only produce a dotted module name when writing output to a separate directory. by Jeremy Hylton · 21 years ago
  78. d69b744 If not icon file is specified use the default Python Applet icons. Fixes 719303. by Jack Jansen · 21 years ago
  79. 6432f78 Only return a warning message about not all files being unpacked if there by Jack Jansen · 21 years ago
  80. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 21 years ago
  81. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  82. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  83. dfbfe73 Add helper function to get module name taking packages into account. by Jeremy Hylton · 21 years ago
  84. 38732e1 Holistic refactoring. by Jeremy Hylton · 21 years ago
  85. 5549322 Test suite for optparse. This is a slightly-edited copy of by Greg Ward · 21 years ago
  86. 2492fcf Update to Optik 1.4.1; here are the relevant bits of the change log: by Greg Ward · 21 years ago
  87. be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 21 years ago
  88. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 21 years ago
  89. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  90. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  91. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  92. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  93. b4cb664 New file. by Martin v. Löwis · 21 years ago
  94. 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 21 years ago
  95. 53d93ad Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. by Martin v. Löwis · 21 years ago
  96. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 21 years ago
  97. 482c5f7 as_string(): Added some text to the docstring to make it clear that by Barry Warsaw · 21 years ago
  98. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 21 years ago
  99. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 21 years ago
  100. d7e83a1 Patch #718049: Setting exe_extension for cygwin by Jason Tishler · 21 years ago