| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug #1052503: pdb runcall should accept keyword arguments | Raymond Hettinger | 2004-10-24 | 2 | -4/+4 |
|
|
* | SF bug #1048870: call arg of lambda not updating | Raymond Hettinger | 2004-10-24 | 1 | -0/+9 |
|
|
* | Fixed bug in handling of args in LogRecord.__init__. | Vinay Sajip | 2004-10-21 | 1 | -1/+1 |
|
|
* | Removed test_close_fds, because it's too unreliable. We simply cannot | Peter Astrand | 2004-10-21 | 1 | -10/+0 |
|
|
* | [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ... | Andrew M. Kuchling | 2004-10-20 | 1 | -27/+34 |
|
|
* | Add test case for bug #1017553 | Andrew M. Kuchling | 2004-10-20 | 1 | -0/+9 |
|
|
* | when only using half of the return value of os.path.split(), use | Fred Drake | 2004-10-20 | 1 | -1/+1 |
|
|
* | Changed handling of args in LogRecord.__init__. | Vinay Sajip | 2004-10-20 | 1 | -2/+17 |
|
|
* | SF bug #902037: relative on-disk SYSTEM id handling is incorrect | Raymond Hettinger | 2004-10-20 | 1 | -4/+5 |
|
|
* | SF patch #1038388: __main__ for whichdb.py | Raymond Hettinger | 2004-10-20 | 1 | -0/+5 |
|
|
* | SF bug #1048728: Bug fixes and cleanup for decimal.py | Raymond Hettinger | 2004-10-20 | 1 | -13/+7 |
|
|
* | Display helpful message; print repr() of return value so the whitespace is cl... | Andrew M. Kuchling | 2004-10-19 | 1 | -1/+2 |
|
|
* | [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St... | Andrew M. Kuchling | 2004-10-19 | 1 | -0/+2 |
|
|
* | Make magic coordinates more readable | Andrew M. Kuchling | 2004-10-19 | 1 | -3/+7 |
|
|
* | Fix comments. | Brett Cannon | 2004-10-18 | 1 | -2/+4 |
|
|
* | Add support for %U and %W to contribute to calculating the date when the year | Brett Cannon | 2004-10-18 | 2 | -1/+65 |
|
|
* | SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() | Hye-Shik Chang | 2004-10-17 | 2 | -2/+13 |
|
|
* | Fix and test weak referencing of itertools.tee objects. | Raymond Hettinger | 2004-10-17 | 1 | -0/+8 |
|
|
* | Fix docstring formatting of escape sequences. | Raymond Hettinger | 2004-10-17 | 1 | -1/+1 |
|
|
* | Invalid patterns to substitute and safe_substitute would crash since pattern | Neal Norwitz | 2004-10-17 | 2 | -2/+16 |
|
|
* | Use proper value for False | Neal Norwitz | 2004-10-17 | 1 | -1/+1 |
|
|
* | Remove unnecessary imports | Neal Norwitz | 2004-10-17 | 1 | -2/+2 |
|
|
* | return codes are available on all platforms, not just on Unix | Fredrik Lundh | 2004-10-17 | 1 | -4/+3 |
|
|
* | release shenanigans | Anthony Baxter | 2004-10-15 | 1 | -0/+6 |
|
|
* | make sure to check for this limit even if we're running with -O | Fredrik Lundh | 2004-10-15 | 1 | -2/+4 |
|
|
* | SF bug #1046855: httplib index out of range | Raymond Hettinger | 2004-10-14 | 1 | -1/+1 |
|
|
* | Patch 1046644 - improved distutils support for SWIG. | Anthony Baxter | 2004-10-14 | 3 | -5/+29 |
|
|
* | remove_stderr_debug_decorations(): Always try the substitution. Else | Tim Peters | 2004-10-14 | 1 | -3/+1 |
|
|
* | Get test to pass on amd64 (opteron). This is pretty hacky, but | Neal Norwitz | 2004-10-14 | 1 | -2/+7 |
|
|
* | Require minimally PyXML 0.8.4. | Martin v. Löwis | 2004-10-13 | 1 | -1/+1 |
|
|
* | Replace dynamic try/except with "if 0", to keep py2exe happy. If you | Fredrik Lundh | 2004-10-13 | 1 | -10/+10 |
|
|
* | Patch 983206: distutils obeys LDSHARED env var. Removed the code in | Anthony Baxter | 2004-10-13 | 1 | -0/+2 |
|
|
* | Fixed a small bug. doctest didn't handle unicode docstrings containing | Jim Fulton | 2004-10-13 | 3 | -3/+26 |
|
|
* | oops. how did _that_ happen? | Anthony Baxter | 2004-10-13 | 1 | -0/+1 |
|
|
* | Backing out the basic dependency checking (from pycon sprint). | Anthony Baxter | 2004-10-13 | 5 | -145/+3 |
|
|
* | Don't spend quite as much time looking for leaks on Windows, where | Fredrik Lundh | 2004-10-13 | 1 | -2/+4 |
|
|
* | normalize case when comparing directory names (problem reported by | Fredrik Lundh | 2004-10-13 | 1 | -1/+2 |
|
|
* | removed info@pythonware.com reference | Fredrik Lundh | 2004-10-13 | 1 | -2/+1 |
|
|
* | Add a comment explaining -kb. | Martin v. Löwis | 2004-10-13 | 1 | -0/+1 |
|
|
* | New helper remove_stderr_debug_decorations(). This test passes in a | Tim Peters | 2004-10-13 | 1 | -7/+24 |
|
|
* | Kill several problems at once: test_poll() failed sometimes for me. | Tim Peters | 2004-10-13 | 2 | -8/+11 |
|
|
* | test_stdout_none(): Don't print "banana" to the screen in the middle | Tim Peters | 2004-10-13 | 1 | -2/+5 |
|
|
* | Windows test_creationflags() test: print msg to stderr informing the | Tim Peters | 2004-10-13 | 1 | -1/+2 |
|
|
* | Folded long lines. | Tim Peters | 2004-10-13 | 1 | -23/+42 |
|
|
* | XXX about extreme expense of test_no_leaking() on Windows. I'm not sure | Tim Peters | 2004-10-13 | 1 | -0/+1 |
|
|
* | Experience with Zope2's tests showed it's a Bad Idea to make unittest | Tim Peters | 2004-10-12 | 1 | -45/+35 |
|
|
* | Wrap long lines. | Tim Peters | 2004-10-12 | 1 | -43/+67 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 4 | -47/+43 |
|
|
* | Improvements when running pdb as a script. | Johannes Gijsbers | 2004-10-12 | 1 | -16/+81 |
|
|
* | Typo fix | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 |
|
|