1. a3c253e Removing new files accidentally checked in on the trunk rather than on the by Guido van Rossum · 21 years ago
  2. 767d9fe Add back files that were accidentally deleted on the trunk rather than by Guido van Rossum · 21 years ago
  3. 57cd21f Checking in IDLEFORK exactly as it appears in the idlefork CVS. by Guido van Rossum · 21 years ago
  4. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  5. 6e887bb SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 21 years ago
  6. a2f8737 Add comment that urlopen opens local files without universal newlines by Brett Cannon · 21 years ago
  7. a1af767 Reworded fabs() for consistency with the others. Noted that all by Tim Peters · 21 years ago
  8. 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
  9. a390c6e walk() docs: Emphasize that the recursive-delete example is dangerous. by Tim Peters · 21 years ago
  10. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  11. bf89b3a walk() docs: Worked "walking" into the description and the text. Added by Tim Peters · 21 years ago
  12. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 21 years ago
  13. caf1c9d - Included detailed documentation in _sre.c explaining how, when, and why by Gustavo Niemeyer · 21 years ago
  14. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 21 years ago
  15. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 21 years ago
  16. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  17. c23fb77 Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the by Gustavo Niemeyer · 21 years ago
  18. 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 21 years ago
  19. 965697f Clarified new text about math exceptions. by Tim Peters · 21 years ago
  20. 4931130 A start on news for 2.3b2. by Tim Peters · 21 years ago
  21. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 21 years ago
  22. 5118341 Add note about platform-specific behavior arising from discussion on bug 711019. by Skip Montanaro · 21 years ago
  23. 8b7beb6 Use os.walk() to find files to delete. by Tim Peters · 21 years ago
  24. 2f36b3e Version updates for Python 2.3. by Fred Drake · 21 years ago
  25. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  26. fa1eddf Update version number and release date. by Guido van Rossum · 21 years ago
  27. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  28. 9635268 organizational and markup cleansing by Fred Drake · 21 years ago
  29. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 21 years ago
  30. c440af5 Updated information on package metadata to reflect recent additions. by Fred Drake · 21 years ago
  31. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 21 years ago
  32. d198f38 - add availability statements for some of the new APIs - lots of general cleanup by Fred Drake · 21 years ago
  33. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 21 years ago
  34. 9593792 test_sre is dead! long live test_re! by Skip Montanaro · 21 years ago
  35. 35b9ff3 deleted more tests which were either already in test_re or that I migrated by Skip Montanaro · 21 years ago
  36. 1e703c6 more tests converted from test_sre by Skip Montanaro · 21 years ago
  37. 53e5b71 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 21 years ago
  38. b016752 Fix a copy-paste error: the paragraph about inet_ntop's use was copied by Guido van Rossum · 21 years ago
  39. bf7ad96 Remove tests which were migrated to test_re.py. There are still more tests by Skip Montanaro · 21 years ago
  40. 5d0136e reflect csv's change back to a module. Document the new sniffer api. by Skip Montanaro · 21 years ago
  41. 9f48045 Use a simpler \note instead of a "See also" section to refer to the by Fred Drake · 21 years ago
  42. f4001ee Skip testing inet_ntop() an inet_pton() if they aren't defined. by Guido van Rossum · 21 years ago
  43. 51735b0 Fix the tests on Windows, by writing the test data file in binary mode. by Guido van Rossum · 21 years ago
  44. 6eb502f Add versionadded for has_ipv6 attribute by Neal Norwitz · 21 years ago
  45. cabf56f Fix markup by Neal Norwitz · 21 years ago
  46. 2194a4e markup adjustments by Fred Drake · 21 years ago
  47. 1448d47 rework Sniffer api significantly by Skip Montanaro · 21 years ago
  48. 48816c6 some sniffer tests by Skip Montanaro · 21 years ago
  49. 2726fcd more tests from test_sre by Skip Montanaro · 21 years ago
  50. 7c852f3 Attempt to deal with some obvious errors in the code. These were all by Fred Drake · 21 years ago
  51. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  52. 7d9963f copy a few tests from test_sre by Skip Montanaro · 21 years ago
  53. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  54. 74bfd70 Complete rewrite of module. Only has tests using temporary files; net tests by Brett Cannon · 21 years ago
  55. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  56. e7adda9 Move socket news to 2.3b1 section! And mention has_ipv6. by Guido van Rossum · 21 years ago
  57. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  58. 45f4130 test_re is no longer needed by Guido van Rossum · 21 years ago
  59. 46144be Fix test_limitations(). The match there is *expected* to raise RuntimeError. by Guido van Rossum · 21 years ago
  60. f8d0c07 [Patch #628208] Document the allow_none argument by Andrew M. Kuchling · 21 years ago
  61. 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 21 years ago
  62. a4c2b74 [Patch #628208] Add optional support for the 'nil' extension by Andrew M. Kuchling · 21 years ago
  63. abea7ea Try to recover from changes in the structure of the CSV package/module. by Tim Peters · 21 years ago
  64. 2af713c Squashed new compiler wngs about trying to compare pointers to by Tim Peters · 21 years ago
  65. da4ec5a csv is a module again by Skip Montanaro · 21 years ago
  66. 04ae705 cvs is going to be a module again by Skip Montanaro · 21 years ago
  67. b34ef94 SF bug 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  68. bfcbfa7 move imports in Binary class to top level to avoid repeated imports. by Skip Montanaro · 21 years ago
  69. fa01261 new method: has_function() - returns a boolean indicating whether the by Skip Montanaro · 21 years ago
  70. 8ed06da first cut at unittest version of re tests by Skip Montanaro · 21 years ago
  71. d839ecd if the test is run directly (__name__ == "__main__") don't actually require by Skip Montanaro · 21 years ago
  72. 142da98 remove test_socketserver from the skip lists by Skip Montanaro · 21 years ago
  73. 3bd3c84 * minor tweaks relating to the package nature of the beast by Skip Montanaro · 21 years ago
  74. 5088923 Updated a bunch of docs to describe how message ids and strings are by Barry Warsaw · 21 years ago
  75. c4acc2b GNUTranslations: by Barry Warsaw · 21 years ago
  76. edb155f UnicodeTranslationsTest.setUp(): Removed the coerce flag to the by Barry Warsaw · 21 years ago
  77. e81866e Remove unneeded continuation chars by Andrew M. Kuchling · 21 years ago
  78. f64509e Move all the imports to the top; use md5.new() by Andrew M. Kuchling · 21 years ago
  79. 30dd9bc Run this demo script through reindent.py; output has been verified to remain the same by Andrew M. Kuchling · 21 years ago
  80. 9b12d9d Modernize the code a bit: use re module make chomp() use rstrip() by Andrew M. Kuchling · 21 years ago
  81. b7878d0 Modernize the code a bit: use re module use .split() string method by Andrew M. Kuchling · 21 years ago
  82. 946c53e Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged. by Andrew M. Kuchling · 21 years ago
  83. 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 21 years ago
  84. 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 21 years ago
  85. 91007e2 Bump Windows build number for 2.3b1. by Tim Peters · 21 years ago
  86. 9928571 SF bug 665835: filter() treatment of str and tuple inconsistent by Raymond Hettinger · 21 years ago
  87. 3209410 Bump version number to 2.3b1. by Tim Peters · 21 years ago
  88. 4e42b31 Fix case by Andrew M. Kuchling · 21 years ago
  89. 035272b Add some more items by Andrew M. Kuchling · 21 years ago
  90. c11076e Bump the release information. by Fred Drake · 21 years ago
  91. 47c2ab6 Fix docstring typo by Andrew M. Kuchling · 21 years ago
  92. d859d47 Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 21 years ago
  93. 54aa578 This test now uses the separate getargs_X functions from _testcapimodule. by Thomas Heller · 21 years ago
  94. 3457e4b New support functions for test_getargs2. by Thomas Heller · 21 years ago
  95. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  96. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago
  97. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 21 years ago
  98. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  99. 1d5854f Note the platform module. by Fred Drake · 21 years ago
  100. c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 21 years ago