1. 041ee5d Add a tiny sleep and additional flush to force the file to really be synced. by Neal Norwitz · 18 years ago
  2. 63c77b6 Docstring nit by Raymond Hettinger · 18 years ago
  3. 3e1a373 Make rational.gcd() public and allow Rational to take decimal strings, per by Jeffrey Yasskin · 18 years ago
  4. 46c61b2 Try to prevent this test from being flaky. We might need a sleep in here by Neal Norwitz · 18 years ago
  5. 6e07081 Eliminate the sleeps that assume the server will start in .5 seconds. by Neal Norwitz · 18 years ago
  6. 3d785e2 Consistently use tempfile.tempdir for the db_home directory. by Neal Norwitz · 18 years ago
  7. 7f47d93 On some systems (e.g., Ubuntu on hppa) the flush() by Neal Norwitz · 18 years ago
  8. 3718429 Reduce the race condition by signalling when the server is ready by Neal Norwitz · 18 years ago
  9. a121508 Always try to remove the test file even if close raises an exception by Neal Norwitz · 18 years ago
  10. a2af212 Unit test fix from Giampaolo Rodola, #1938 by Christian Heimes · 18 years ago
  11. 0cdf9a3 #1473257: add generator.gi_code attribute that refers to by Georg Brandl · 18 years ago
  12. 4223199 Add missing things in re docstring. by Georg Brandl · 18 years ago
  13. 08b50eb The OS X buildbot had errors with the unavailable exceptions disabled. Restore it. by Neal Norwitz · 18 years ago
  14. 960efe9 Fix exception in tearDown on ppc buildbot. If there's no directory, by Neal Norwitz · 18 years ago
  15. 653272f Use a condition variable (threading.Event) rather than sleeps and checking a by Neal Norwitz · 18 years ago
  16. 5be3067 Prevent this test from failing if there are transient network problems by Neal Norwitz · 18 years ago
  17. 3dbd4c5 Changes 54857 and 54840 broke code and were reverted in Py2.5 just before by Raymond Hettinger · 18 years ago
  18. 769d0ee Make the test more robust by trying to reconnect up to 3 times by Neal Norwitz · 18 years ago
  19. 9ec7bc3 More design notes by Raymond Hettinger · 18 years ago
  20. 9c6d81f Fix-up signature for approximation. by Raymond Hettinger · 18 years ago
  21. 7ea8225 Add one other review comment. by Raymond Hettinger · 18 years ago
  22. 921cb5d Mark todos and review comments. by Raymond Hettinger · 18 years ago
  23. a621674 Add support for copy, deepcopy, and pickle. by Raymond Hettinger · 18 years ago
  24. 909e334 More code cleanup. Remove unnecessary indirection to useless class methods. by Raymond Hettinger · 18 years ago
  25. 16570f5 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 18 years ago
  26. 5310b69 Shorter pprint's for empty sets and frozensets. Fix indentation of frozensets. Add tests including two complex data structures. by Raymond Hettinger · 18 years ago
  27. 6170874 Expand tests to include nested graph structures. by Raymond Hettinger · 18 years ago
  28. 5b0e27e Add support for int(r) just like the other numeric classes. by Raymond Hettinger · 18 years ago
  29. 5ca9240 Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 18 years ago
  30. 5a05364 Add support for trunc(). by Raymond Hettinger · 18 years ago
  31. 70ec29d Revert 60189 and restore performance. by Raymond Hettinger · 18 years ago
  32. 7a6eacd Clean-up and speed-up code by accessing numerator/denominator directly. There's no reason to enforce readonliness by Raymond Hettinger · 18 years ago
  33. 37edeab Fix test67.py from issue #1303614. by Guido van Rossum · 18 years ago
  34. 4e3f124 Fi debug turd -- a call accidentally left out. by Guido van Rossum · 18 years ago
  35. 92aa2f8 Added optional delay argument to FileHandler and subclasses. by Vinay Sajip · 18 years ago
  36. 97ef165 Added optional delay argument to FileHandler and subclasses. by Vinay Sajip · 18 years ago
  37. 7b7ce78 Fix issue1789: The tutorial contained a misuse of the struct module. by Gregory P. Smith · 18 years ago
  38. 7070094 Fix the test_urllib2net failures that were caused by r58067. by Neal Norwitz · 18 years ago
  39. bf839e2 Fix the tests by restoring __import__. I think the test is still valid. by Neal Norwitz · 18 years ago
  40. f336c8b Cleanup by Raymond Hettinger · 18 years ago
  41. eb46190 Minor clean-up and more tests. by Raymond Hettinger · 18 years ago
  42. cf10926 Add first-cut at an approximation function (still needs rounding tweaks). Add continued fraction conversions. by Raymond Hettinger · 18 years ago
  43. 9acc387 Turn three recently fixed crashers into regular tests. by Guido van Rossum · 18 years ago
  44. f30ba3d There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 18 years ago
  45. b4aaa76 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 18 years ago
  46. 1d9a9ea Fix two crashers. by Guido van Rossum · 18 years ago
  47. 082c9b0 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. by Christian Heimes · 18 years ago
  48. 66b4ab7 I'm tired of these tests breaking at Google due to our large number of by Guido van Rossum · 18 years ago
  49. c226c31 Let pprint() support sets and frozensets (suggested by David Mertz). by Raymond Hettinger · 18 years ago
  50. 2230bcf docstring and comment updates suggested by Giampaolo Rodola' by Gregory P. Smith · 18 years ago
  51. d02fc48 Fix for #1087741 patch. by Georg Brandl · 18 years ago
  52. 95cd5c0 - Fix Issue #1703448: A joined thread could show up in the by Gregory P. Smith · 18 years ago
  53. 64c5677 Replace spam.acquire() try: ... finally: spam.release() with "with spam:" by Gregory P. Smith · 18 years ago
  54. c64386b accepts and closes issue #1221598: adds an optional callback to ftplib.FTP by Gregory P. Smith · 18 years ago
  55. c09b94e Reformat some ugly code. by Georg Brandl · 18 years ago
  56. 32a3fb5 Patch #1720595: add T_BOOL to the range of structmember types. by Georg Brandl · 18 years ago
  57. f00b38e Add the correct build dir when building with pydebug. by Georg Brandl · 18 years ago
  58. f2dae0e #1715: include sub-extension modules in pydoc text output. by Georg Brandl · 18 years ago
  59. 4a11a06 Follow PEP 8 in module docstring. by Walter Dörwald · 18 years ago
  60. 38d1715 Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 18 years ago
  61. 5016015 #1530959: change distutils build dir for --with-pydebug python builds. by Georg Brandl · 18 years ago
  62. e421691 Clarify $ behavior in re docstring. #1631394. by Georg Brandl · 18 years ago
  63. 1ea8cb4 #1726198: replace while 1: fp.readline() with file iteration. by Georg Brandl · 18 years ago
  64. 0751d1a Adapt pydoc to new doc URLs. by Georg Brandl · 18 years ago
  65. ae747dc Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski. by Vinay Sajip · 18 years ago
  66. 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 18 years ago
  67. 66e7363 #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. by Georg Brandl · 18 years ago
  68. 6f7e2d0 #1876: fix typos in test_operator. by Georg Brandl · 18 years ago
  69. 8584932 Fix test_pyclbr after urllib change. by Georg Brandl · 18 years ago
  70. 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 18 years ago
  71. 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 18 years ago
  72. d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 18 years ago
  73. 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 18 years ago
  74. 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
  75. dcd6b52 #1351692: in pprint, always call format() for dict and list items to enable by Georg Brandl · 18 years ago
  76. da40723 Document that zipfile decryption is insanely slow and fix a typo and by Gregory P. Smith · 18 years ago
  77. 0c63fc2 Fix zipfile decryption. The check for validity only worked on one by Gregory P. Smith · 18 years ago
  78. 88fbcf8 Add an interactive test script for exercising curses by Andrew M. Kuchling · 18 years ago
  79. 4a2762d Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. by Andrew M. Kuchling · 18 years ago
  80. 350d03b Fixes/Accepts Patch for issue1189216 - Work properly with archives by Gregory P. Smith · 18 years ago
  81. 70eb2f9 Fix issue 1300: Quote command line arguments that contain a '|' character in by Gregory P. Smith · 18 years ago
  82. 92ffc63 Undo an unnecessary else: and indentation that r60104 added. by Gregory P. Smith · 18 years ago
  83. 87d4979 Fixes issue1336 - a race condition could occur when forking if the gc by Gregory P. Smith · 18 years ago
  84. e047e6d fix comment typos, use not arg instead of arg == "", add test coverage by Gregory P. Smith · 18 years ago
  85. 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
  86. 15ce880 Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 18 years ago
  87. c6fde72 Fix #1146: TextWrap vs words 1-character shorter than the width. by Georg Brandl · 18 years ago
  88. 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 18 years ago
  89. 873c985 Fix #1693149. Now you can pass several modules separated by by Facundo Batista · 18 years ago
  90. 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 18 years ago
  91. 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 18 years ago
  92. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 18 years ago
  93. 95016e7 Update for threading.local test. by Christian Heimes · 18 years ago
  94. 71a0451 Added unit test to verify that threading.local doesn't cause ref leaks. It seems that the thread local storage always keeps the storage of the last stopped thread alive. Can anybody comment on it, please? by Christian Heimes · 18 years ago
  95. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 18 years ago
  96. 45169fb Several tweaks: add construction from strings and .from_decimal(), change by Jeffrey Yasskin · 18 years ago
  97. bf4c7c8 This got fixed for classic classes in r60057, and backported to 2.5.2 in 60056. by Guido van Rossum · 18 years ago
  98. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 18 years ago
  99. a26c73e Added LoggerAdapter class, changed copyright dates, made check for extra parameter passed to logging methods explicitly against None rather than a truth value. by Vinay Sajip · 18 years ago
  100. 44bd6c0 Issue #1861: Add read-only attribute listing upcoming events in the order they will be run. by Raymond Hettinger · 18 years ago