| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed decimal operator and comparison methods to return NotImplemented | Raymond Hettinger | 2005-03-27 | 1 | -7/+50 |
|
|
| * | Decimal special values did not hash properly. | Raymond Hettinger | 2005-03-15 | 1 | -0/+3 |
|
|
| * | Backport checkin: | Walter Dörwald | 2005-03-14 | 1 | -0/+11 |
|
|
| * | Backport of change to os.access to encode Unicode file names with | Martin v. Löwis | 2005-03-13 | 1 | -0/+2 |
|
|
| * | Patch #1159931: a test case for the buggy cases fixed by the last checkin. | Johannes Gijsbers | 2005-03-12 | 1 | -1/+1 |
|
|
| * | Fix test_socket's test for socket.getfqdn() to also accept the result from | Brett Cannon | 2005-03-12 | 1 | -1/+1 |
|
|
| * | SF #818006: revert addition of 'closed', 'mode', and 'name' attributes | Greg Ward | 2005-03-09 | 1 | -14/+0 |
|
|
| * | Build with --disable-unicode again. Fixes #1158607. | Martin v. Löwis | 2005-03-08 | 1 | -1/+1 |
|
|
| * | SF #818006: add useful read-only attributes to oss_audio_device object: | Greg Ward | 2005-03-07 | 2 | -8/+31 |
|
|
| * | Ensure that warnings.filters is properly restored after fiddling with it | Greg Ward | 2005-03-07 | 1 | -7/+10 |
|
|
| * | SF #1149508: ensure textwrap handles hyphenated numbers correctly, | Greg Ward | 2005-03-05 | 1 | -0/+18 |
|
|
| * | Convert "__init__ should return None" from an exception to a warning. | Raymond Hettinger | 2005-03-04 | 1 | -1/+7 |
|
|
| * | Only run extensive subprocess tests if -usubprocess to regrtest is specified.... | Peter Astrand | 2005-03-03 | 2 | -4/+7 |
|
|
| * | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 1 | -0/+13 |
|
|
| * | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 2 | -23/+5 |
|
|
| * | Patch #1117454: Remove code to special-case cookies without values | Martin v. Löwis | 2005-03-03 | 1 | -0/+19 |
|
|
| * | Patch #1117339: Add cookielib special name tests. | Martin v. Löwis | 2005-03-03 | 1 | -3/+26 |
|
|
| * | Clear internal call error in 'L' format. Fixes #723201. | Martin v. Löwis | 2005-03-03 | 1 | -1/+13 |
|
|
| * | Backport: Fix | Michael W. Hudson | 2005-02-17 | 1 | -0/+3 |
|
|
| * | fix decoding in _stringify to not depend on the default encoding | Fred Drake | 2005-02-11 | 1 | -0/+42 |
|
|
| * | Fix typo | Andrew M. Kuchling | 2005-02-10 | 1 | -1/+1 |
|
|
| * | forwardport of 2.3.5 fixes to copy.py | Alex Martelli | 2005-02-07 | 1 | -0/+101 |
|
|
| * | Backport checkin: | Walter Dörwald | 2005-01-10 | 1 | -0/+30 |
|
|
| * | Backport patch #712317: In URLs such as http://www.example.com?query=spam, | Johannes Gijsbers | 2005-01-09 | 1 | -28/+51 |
|
|
| * | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -0/+10 |
|
|
| * | Backport checkin: | Walter Dörwald | 2004-12-21 | 1 | -13/+80 |
|
|
| * | Back-ported: marshal.dumps() with the new optional argument 'version' just | Armin Rigo | 2004-12-20 | 1 | -0/+5 |
|
|
| * | Backport fix for bug #1083645 have test_imp be skipped if threading is not | Brett Cannon | 2004-12-18 | 1 | -1/+5 |
|
|
| * | Bug #1083645 | Raymond Hettinger | 2004-12-18 | 1 | -2/+12 |
|
|
| * | Backport checkin: Fix copy & paste error in comments. | Walter Dörwald | 2004-12-14 | 1 | -2/+2 |
|
|
| * | Backport from trunk: use os.geteuid() for checking whether we are root, | Johannes Gijsbers | 2004-12-12 | 1 | -1/+1 |
|
|
| * | Backport of fix for SF bug #1076467: don't run test_on_error as root, as | Johannes Gijsbers | 2004-12-06 | 1 | -1/+2 |
|
|
| * | Don't have test_mkalias_relative run if sys.prefix does not exist. Backport of | Brett Cannon | 2004-12-06 | 1 | -0/+2 |
|
|
| * | Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl... | Peter Astrand | 2004-12-05 | 1 | -0/+11 |
|
|
| * | Fix argument order in pure python version of nsmallest() and nlargest(). | Raymond Hettinger | 2004-11-29 | 1 | -2/+5 |
|
|
| * | SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 | Raymond Hettinger | 2004-11-24 | 1 | -4/+4 |
|
|
| * | Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the | Brett Cannon | 2004-11-24 | 1 | -1/+3 |
|
|
| * | Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there | Johannes Gijsbers | 2004-11-23 | 1 | -1/+5 |
|
|
| * | Add 'linux2' as one of the platforms that does not use the echo service as one | Brett Cannon | 2004-11-20 | 1 | -1/+2 |
|
|
| * | Remove tempfile after use in test_call_string. | Peter Astrand | 2004-11-17 | 1 | -1/+2 |
|
|
| * | SF bug 1065388: calendar day/month name lookup too slow | Tim Peters | 2004-11-13 | 1 | -8/+6 |
|
|
| * | Patch #1050475: Fix various x86_64 build issues | Martin v. Löwis | 2004-11-13 | 1 | -0/+4 |
|
|
| * | Add options to regrtest.py to make it possible to specify where to put | Walter Dörwald | 2004-11-12 | 1 | -8/+18 |
|
|
| * | Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 | Peter Astrand | 2004-11-12 | 1 | -1/+6 |
|
|
| * | On second thought: "Errors should never pass silently", so barf when a | Just van Rossum | 2004-11-12 | 1 | -7/+10 |
|
|
| * | testing control chars and non-dict root objects | Just van Rossum | 2004-11-12 | 1 | -0/+16 |
|
|
| * | SF patch #1062279: deque pickling problems | Raymond Hettinger | 2004-11-09 | 1 | -4/+36 |
|
|
| * | SF 1062353: set pickling problems | Raymond Hettinger | 2004-11-09 | 1 | -3/+9 |
|
|
| * | test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton | Tim Peters | 2004-11-08 | 1 | -3/+90 |
|
|
| * | test for fixedness of bug #1057835. | Michael W. Hudson | 2004-11-08 | 1 | -0/+2 |
|
|