1. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 21 years ago
  2. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  3. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  4. 8b34e7c - add title attributes to the navigation icons on the navigation bars; by Fred Drake · 21 years ago
  5. d77bee1 fixed typo by Just van Rossum · 21 years ago
  6. 4e2d232 Install automatic GIL switcher upon IDE startup. by Just van Rossum · 21 years ago
  7. 96f7d87 build the new autoGIL module on OSX by Just van Rossum · 21 years ago
  8. 6767eed Short and sweet module doing something very useful: for event loop by Just van Rossum · 21 years ago
  9. d797e7b Fixed age-old beginner's error: don't start the main loop as a side by Just van Rossum · 21 years ago
  10. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  11. 8fd3f87 Add StopIteration tests. Simplify test_main(). by Raymond Hettinger · 21 years ago
  12. 05404c3 add link types for the remaining links in the navigation panels by Fred Drake · 21 years ago
  13. 4f45011 CWI moved websites around without me knowing it, and together with by Jack Jansen · 21 years ago
  14. 834f463 Note itertools.islice() bugfix. by Raymond Hettinger · 21 years ago
  15. bf8ec3e - add link relationships to some of the links in the navigation panels by Fred Drake · 21 years ago
  16. 5466296 Research notes and explorations for optimizing Python dictionaries. by Raymond Hettinger · 21 years ago
  17. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  18. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  19. e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 21 years ago
  20. 98b2576 Avoid extraneous blank line generated in the middle of the document head. by Fred Drake · 21 years ago
  21. f06b905 Remove section number from the title for use in the by Fred Drake · 21 years ago
  22. 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 21 years ago
  23. 6dc4a8e add note about building with bsddb185 and making it appear as bsddb. by Skip Montanaro · 21 years ago
  24. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  25. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  26. 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 21 years ago
  27. fc61f9a Silence compiler warnings in VC 7. by Jeremy Hylton · 21 years ago
  28. 2448f1b Slightly more lenient pdbtrack prompt recognition, for people who use eg "pdb>". by Ken Manheimer · 21 years ago
  29. 595adce Allow for multiple parens around pdb prompt for (new) nested debugging by Ken Manheimer · 21 years ago
  30. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  31. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 21 years ago
  32. 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 21 years ago
  33. 9e29625 Patch #729300: Disable error message if Python is not built for threads. by Martin v. Löwis · 21 years ago
  34. fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 21 years ago
  35. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 21 years ago
  36. 16ec34e Mark CVS as 2.3b1+. by Guido van Rossum · 21 years ago
  37. 90fc0b3 At the site of an indexed reference to print, point to the relevant by Fred Drake · 21 years ago
  38. b876bcc work around mostly-minor formatting problems; the encodings.idna by Fred Drake · 21 years ago
  39. d4be747 - comment out \moduleauthor that broke formatting until the formatting by Fred Drake · 21 years ago
  40. c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 21 years ago
  41. 1bc2fdd Delete comment my last checkin rendered obsolete. by Michael W. Hudson · 21 years ago
  42. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  43. 13da5fa Make time.sleep calls go to 0 for common testing. by Brett Cannon · 21 years ago
  44. e6b7033 Flesh out test_support docs. by Brett Cannon · 21 years ago
  45. 533366b improved CRLF regex for previous fix by Piers Lauder · 21 years ago
  46. 47404ff added code to canonicalise line endings in data sent via "append" - fix for bug report 723962 by Piers Lauder · 21 years ago
  47. 75ab146 Allow "@" in unquoted attribute values. by Fred Drake · 21 years ago
  48. b616f17 Added a note about Stefan Deibels list of contacts. by Jack Jansen · 21 years ago
  49. 8ddc3f0 The new bundlebuilder-generated applets contain an absolute reference by Jack Jansen · 21 years ago
  50. d6abf5d By default be verbose. by Jack Jansen · 21 years ago
  51. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  52. 4a7751c document socket speed reclamation. Patch 729293. by Skip Montanaro · 21 years ago
  53. 1b0be2d Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() by Walter Dörwald · 21 years ago
  54. 1a4a9d0 Add doctest for example in the library reference. by Raymond Hettinger · 21 years ago
  55. 70d566b Extract the errno value to use from the errno module if possible. by Fred Drake · 21 years ago
  56. 24ccca1 When an unhandled exception happens, report the repr() of the function by Guido van Rossum · 21 years ago
  57. c689918 Regain throughput lost with the _socketobject wrapper. The by Skip Montanaro · 21 years ago
  58. 26848a3 Use Tim's suggestion to fix by Michael W. Hudson · 21 years ago
  59. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 21 years ago
  60. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  61. a649e9c Remove file that was moved to ../Include by Guido van Rossum · 21 years ago
  62. c95628e - clean up some extra punctuation hidden in indexing markup by Fred Drake · 21 years ago
  63. 83c19ee Clarify that the timeout argument to read_until() is in seconds. by Fred Drake · 21 years ago
  64. a3c253e Removing new files accidentally checked in on the trunk rather than on the by Guido van Rossum · 21 years ago
  65. 767d9fe Add back files that were accidentally deleted on the trunk rather than by Guido van Rossum · 21 years ago
  66. 57cd21f Checking in IDLEFORK exactly as it appears in the idlefork CVS. by Guido van Rossum · 21 years ago
  67. 1969136 Added tests for urlretrieve. Also made sure urlopen tests cleaned up properly after themselves. by Brett Cannon · 21 years ago
  68. 6e887bb SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 21 years ago
  69. a2f8737 Add comment that urlopen opens local files without universal newlines by Brett Cannon · 21 years ago
  70. a1af767 Reworded fabs() for consistency with the others. Noted that all by Tim Peters · 21 years ago
  71. 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
  72. a390c6e walk() docs: Emphasize that the recursive-delete example is dangerous. by Tim Peters · 21 years ago
  73. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  74. bf89b3a walk() docs: Worked "walking" into the description and the text. Added by Tim Peters · 21 years ago
  75. 4aebbb0 Make tests clean up after themselves better. This means: by Brett Cannon · 21 years ago
  76. caf1c9d - Included detailed documentation in _sre.c explaining how, when, and why by Gustavo Niemeyer · 21 years ago
  77. 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 21 years ago
  78. c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 21 years ago
  79. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  80. c23fb77 Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the by Gustavo Niemeyer · 21 years ago
  81. 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 21 years ago
  82. 965697f Clarified new text about math exceptions. by Tim Peters · 21 years ago
  83. 4931130 A start on news for 2.3b2. by Tim Peters · 21 years ago
  84. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 21 years ago
  85. 5118341 Add note about platform-specific behavior arising from discussion on bug 711019. by Skip Montanaro · 21 years ago
  86. 8b7beb6 Use os.walk() to find files to delete. by Tim Peters · 21 years ago
  87. 2f36b3e Version updates for Python 2.3. by Fred Drake · 21 years ago
  88. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  89. fa1eddf Update version number and release date. by Guido van Rossum · 21 years ago
  90. c2f77dd New feature: when saving a file, keep the eol convention of the by Guido van Rossum · 21 years ago
  91. 9635268 organizational and markup cleansing by Fred Drake · 21 years ago
  92. 9a90e70 Update for release into Python NEWS.txt idlever.py by Kurt B. Kaiser · 21 years ago
  93. c440af5 Updated information on package metadata to reflect recent additions. by Fred Drake · 21 years ago
  94. 40f19e3 Update for 2.3b1 Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg by Kurt B. Kaiser · 21 years ago
  95. d198f38 - add availability statements for some of the new APIs - lots of general cleanup by Fred Drake · 21 years ago
  96. 5ba0054 final bit of tests converted from test_sre by Skip Montanaro · 21 years ago
  97. 9593792 test_sre is dead! long live test_re! by Skip Montanaro · 21 years ago
  98. 35b9ff3 deleted more tests which were either already in test_re or that I migrated by Skip Montanaro · 21 years ago
  99. 1e703c6 more tests converted from test_sre by Skip Montanaro · 21 years ago
  100. 53e5b71 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 21 years ago