- 3ea7b41 Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because by Jeffrey Yasskin · 18 years ago
- cf25eb1 socket.error doesn't have a headers attribute like ProtocolError. by Neal Norwitz · 18 years ago
- 5b25bc0 Change isbasestring function as discussed on the cvs list a while ago by Christian Heimes · 18 years ago
- ed444e5 Try to handle socket.errors properly in is_unavailable by Neal Norwitz · 18 years ago
- ce8fd9d Remove effectless expression statement. by Georg Brandl · 18 years ago
- c519809 Update the comment and remove the close. If we close we can't flush anymore. by Neal Norwitz · 18 years ago
- 41ada16 Print periodic "still working" messages since this suite is slow. by Neal Norwitz · 18 years ago
- 183c534 Catch socket errors that are often the cause of transient failures. by Neal Norwitz · 18 years ago
- 9846de1 Retry connection in case it fails to reduce flakiness by Neal Norwitz · 18 years ago
- 041ee5d Add a tiny sleep and additional flush to force the file to really be synced. by Neal Norwitz · 18 years ago
- 63c77b6 Docstring nit by Raymond Hettinger · 18 years ago
- 3e1a373 Make rational.gcd() public and allow Rational to take decimal strings, per by Jeffrey Yasskin · 18 years ago
- 46c61b2 Try to prevent this test from being flaky. We might need a sleep in here by Neal Norwitz · 18 years ago
- 6e07081 Eliminate the sleeps that assume the server will start in .5 seconds. by Neal Norwitz · 18 years ago
- 3d785e2 Consistently use tempfile.tempdir for the db_home directory. by Neal Norwitz · 18 years ago
- 7f47d93 On some systems (e.g., Ubuntu on hppa) the flush() by Neal Norwitz · 18 years ago
- 3718429 Reduce the race condition by signalling when the server is ready by Neal Norwitz · 18 years ago
- a121508 Always try to remove the test file even if close raises an exception by Neal Norwitz · 18 years ago
- a2af212 Unit test fix from Giampaolo Rodola, #1938 by Christian Heimes · 18 years ago
- 0cdf9a3 #1473257: add generator.gi_code attribute that refers to by Georg Brandl · 18 years ago
- 4223199 Add missing things in re docstring. by Georg Brandl · 18 years ago
- 08b50eb The OS X buildbot had errors with the unavailable exceptions disabled. Restore it. by Neal Norwitz · 18 years ago
- 960efe9 Fix exception in tearDown on ppc buildbot. If there's no directory, by Neal Norwitz · 18 years ago
- 653272f Use a condition variable (threading.Event) rather than sleeps and checking a by Neal Norwitz · 18 years ago
- 5be3067 Prevent this test from failing if there are transient network problems by Neal Norwitz · 18 years ago
- 3dbd4c5 Changes 54857 and 54840 broke code and were reverted in Py2.5 just before by Raymond Hettinger · 18 years ago
- 769d0ee Make the test more robust by trying to reconnect up to 3 times by Neal Norwitz · 18 years ago
- 9ec7bc3 More design notes by Raymond Hettinger · 18 years ago
- 9c6d81f Fix-up signature for approximation. by Raymond Hettinger · 18 years ago
- 7ea8225 Add one other review comment. by Raymond Hettinger · 18 years ago
- 921cb5d Mark todos and review comments. by Raymond Hettinger · 18 years ago
- a621674 Add support for copy, deepcopy, and pickle. by Raymond Hettinger · 18 years ago
- 909e334 More code cleanup. Remove unnecessary indirection to useless class methods. by Raymond Hettinger · 18 years ago
- 16570f5 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 18 years ago
- 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
- 6170874 Expand tests to include nested graph structures. by Raymond Hettinger · 18 years ago
- 5b0e27e Add support for int(r) just like the other numeric classes. by Raymond Hettinger · 18 years ago
- 5ca9240 Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 18 years ago
- 5a05364 Add support for trunc(). by Raymond Hettinger · 18 years ago
- 70ec29d Revert 60189 and restore performance. by Raymond Hettinger · 18 years ago
- 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
- 37edeab Fix test67.py from issue #1303614. by Guido van Rossum · 18 years ago
- 4e3f124 Fi debug turd -- a call accidentally left out. by Guido van Rossum · 18 years ago
- 92aa2f8 Added optional delay argument to FileHandler and subclasses. by Vinay Sajip · 18 years ago
- 97ef165 Added optional delay argument to FileHandler and subclasses. by Vinay Sajip · 18 years ago
- 7b7ce78 Fix issue1789: The tutorial contained a misuse of the struct module. by Gregory P. Smith · 18 years ago
- 7070094 Fix the test_urllib2net failures that were caused by r58067. by Neal Norwitz · 18 years ago
- bf839e2 Fix the tests by restoring __import__. I think the test is still valid. by Neal Norwitz · 18 years ago
- f336c8b Cleanup by Raymond Hettinger · 18 years ago
- eb46190 Minor clean-up and more tests. by Raymond Hettinger · 18 years ago
- cf10926 Add first-cut at an approximation function (still needs rounding tweaks). Add continued fraction conversions. by Raymond Hettinger · 18 years ago
- 9acc387 Turn three recently fixed crashers into regular tests. by Guido van Rossum · 18 years ago
- f30ba3d There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 18 years ago
- b4aaa76 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 18 years ago
- 1d9a9ea Fix two crashers. by Guido van Rossum · 18 years ago
- 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
- 66b4ab7 I'm tired of these tests breaking at Google due to our large number of by Guido van Rossum · 18 years ago
- c226c31 Let pprint() support sets and frozensets (suggested by David Mertz). by Raymond Hettinger · 18 years ago
- 2230bcf docstring and comment updates suggested by Giampaolo Rodola' by Gregory P. Smith · 18 years ago
- d02fc48 Fix for #1087741 patch. by Georg Brandl · 18 years ago
- 95cd5c0 - Fix Issue #1703448: A joined thread could show up in the by Gregory P. Smith · 18 years ago
- 64c5677 Replace spam.acquire() try: ... finally: spam.release() with "with spam:" by Gregory P. Smith · 18 years ago
- c64386b accepts and closes issue #1221598: adds an optional callback to ftplib.FTP by Gregory P. Smith · 18 years ago
- c09b94e Reformat some ugly code. by Georg Brandl · 18 years ago
- 32a3fb5 Patch #1720595: add T_BOOL to the range of structmember types. by Georg Brandl · 18 years ago
- f00b38e Add the correct build dir when building with pydebug. by Georg Brandl · 18 years ago
- f2dae0e #1715: include sub-extension modules in pydoc text output. by Georg Brandl · 18 years ago
- 4a11a06 Follow PEP 8 in module docstring. by Walter Dörwald · 18 years ago
- 38d1715 Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 18 years ago
- 5016015 #1530959: change distutils build dir for --with-pydebug python builds. by Georg Brandl · 18 years ago
- e421691 Clarify $ behavior in re docstring. #1631394. by Georg Brandl · 18 years ago
- 1ea8cb4 #1726198: replace while 1: fp.readline() with file iteration. by Georg Brandl · 18 years ago
- 0751d1a Adapt pydoc to new doc URLs. by Georg Brandl · 18 years ago
- ae747dc Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski. by Vinay Sajip · 18 years ago
- 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 18 years ago
- 66e7363 #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. by Georg Brandl · 18 years ago
- 6f7e2d0 #1876: fix typos in test_operator. by Georg Brandl · 18 years ago
- 8584932 Fix test_pyclbr after urllib change. by Georg Brandl · 18 years ago
- 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 18 years ago
- 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 18 years ago
- d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 18 years ago
- 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 18 years ago
- 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
- dcd6b52 #1351692: in pprint, always call format() for dict and list items to enable by Georg Brandl · 18 years ago
- da40723 Document that zipfile decryption is insanely slow and fix a typo and by Gregory P. Smith · 18 years ago
- 0c63fc2 Fix zipfile decryption. The check for validity only worked on one by Gregory P. Smith · 18 years ago
- 88fbcf8 Add an interactive test script for exercising curses by Andrew M. Kuchling · 18 years ago
- 4a2762d Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. by Andrew M. Kuchling · 18 years ago
- 350d03b Fixes/Accepts Patch for issue1189216 - Work properly with archives by Gregory P. Smith · 18 years ago
- 70eb2f9 Fix issue 1300: Quote command line arguments that contain a '|' character in by Gregory P. Smith · 18 years ago
- 92ffc63 Undo an unnecessary else: and indentation that r60104 added. by Gregory P. Smith · 18 years ago
- 87d4979 Fixes issue1336 - a race condition could occur when forking if the gc by Gregory P. Smith · 18 years ago
- e047e6d fix comment typos, use not arg instead of arg == "", add test coverage by Gregory P. Smith · 18 years ago
- 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
- 15ce880 Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 18 years ago
- c6fde72 Fix #1146: TextWrap vs words 1-character shorter than the width. by Georg Brandl · 18 years ago
- 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 18 years ago
- 873c985 Fix #1693149. Now you can pass several modules separated by by Facundo Batista · 18 years ago
- 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 18 years ago
- 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 18 years ago