| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Boolean values for the capturestderr flag. | Fred Drake | 2003-07-07 | 1 | -3/+3 |
|
|
* | Patch from Zooko to remove an experimental feature. | Jeremy Hylton | 2003-07-07 | 1 | -9/+4 |
|
|
* | New function sys.getcheckinterval(), to complement setcheckinterval(). | Tim Peters | 2003-07-06 | 1 | -2/+4 |
|
|
* | #765903: | Just van Rossum | 2003-07-04 | 1 | -5/+22 |
|
|
* | If a --python option is used to specify the Python to use in the #! | Jack Jansen | 2003-07-04 | 1 | -1/+4 |
|
|
* | Fixes bug of timezone value being left as -1 when ``time.tzname[0] == | Brett Cannon | 2003-07-03 | 2 | -7/+8 |
|
|
* | Addendum to #764548: restore 2.1 compatibility. | Just van Rossum | 2003-07-02 | 2 | -3/+9 |
|
|
* | Fix and test for bug #764548: | Just van Rossum | 2003-07-02 | 3 | -7/+17 |
|
|
* | fixed typo in comment | Just van Rossum | 2003-07-02 | 1 | -1/+1 |
|
|
* | On those systems lacking the AFMT_S16_NE symbol, the test was failing | Andrew MacIntyre | 2003-07-02 | 1 | -1/+1 |
|
|
* | SF #764121, docstring for spawnlp incorrect | Neal Norwitz | 2003-07-02 | 1 | -1/+1 |
|
|
* | Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel | Neal Norwitz | 2003-07-01 | 1 | -2/+4 |
|
|
* | - added (c)StringIO tests; cStringIO usage failed in the previous | Just van Rossum | 2003-07-01 | 1 | -0/+16 |
|
|
* | - replaced a couple of asserts with proper exceptions | Just van Rossum | 2003-07-01 | 1 | -4/+5 |
|
|
* | Make the classes exposed by threading.py new-style classes. This is | Tim Peters | 2003-07-01 | 1 | -3/+7 |
|
|
* | Resolved minor XXX question in the obvious way. | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | Fix SF bug #763023, difflib.py: ratio() zero division not caught | Neal Norwitz | 2003-07-01 | 2 | -3/+20 |
|
|
* | connector(): You can't use an empty string as an argument to connect() | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | Fix SF bug #763770, test_socket_ssl crash | Neal Norwitz | 2003-07-01 | 1 | -2/+2 |
|
|
* | Test Brett's addition of __all__ to Queue. | Raymond Hettinger | 2003-07-01 | 1 | -0/+1 |
|
|
* | Add __all__ . | Brett Cannon | 2003-07-01 | 1 | -0/+2 |
|
|
* | Fix SF #763362, test_posixpath failed | Neal Norwitz | 2003-07-01 | 1 | -4/+6 |
|
|
* | Fix typo in error message | Neal Norwitz | 2003-06-30 | 1 | -1/+1 |
|
|
* | Don't require that a RuntimeError is raised when playing a second | Walter Dörwald | 2003-06-30 | 1 | -5/+9 |
|
|
* | Fix SF 762891: "del p[key]" on proxy object raises SystemError() | Raymond Hettinger | 2003-06-30 | 1 | -0/+11 |
|
|
* | Fix SF #754870, SSL crash interpreter when remote side closes during connect | Neal Norwitz | 2003-06-30 | 1 | -1/+37 |
|
|
* | restore 2.2 compatibility: | Just van Rossum | 2003-06-29 | 1 | -11/+11 |
|
|
* | - added --semi-standalone option that builds apps that depend on an | Just van Rossum | 2003-06-29 | 1 | -26/+50 |
|
|
* | More tests | Raymond Hettinger | 2003-06-29 | 1 | -3/+59 |
|
|
* | Fix sf bug 666219: assertion error in httplib. | Jeremy Hylton | 2003-06-29 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -2/+2 |
|
|
* | Remove stub settrace() and setprofile() calls. | Jeremy Hylton | 2003-06-29 | 1 | -8/+0 |
|
|
* | Fix grammar in comment. | Jeremy Hylton | 2003-06-29 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2003-06-29 | 1 | -1/+1 |
|
|
* | Add settrace() and setprofile() functions to the threading library. | Jeremy Hylton | 2003-06-29 | 1 | -0/+20 |
|
|
* | Provide dummy (do-nothing) settrace() and setprofile() functions until | Tim Peters | 2003-06-29 | 1 | -1/+9 |
|
|
* | Removed invalid test. | Raymond Hettinger | 2003-06-29 | 1 | -3/+0 |
|
|
* | SF bug #762455: Python segfaults when sys.stdout is changed in getattr | Raymond Hettinger | 2003-06-29 | 1 | -0/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 5 | -8/+8 |
|
|
* | Some nifty doctest extensions from Jim Fulton, currently used in Zope3. | Tim Peters | 2003-06-29 | 1 | -0/+268 |
|
|
* | SF bug #430160: CGIHTTPServer.py POST bug using IE | Raymond Hettinger | 2003-06-29 | 1 | -2/+4 |
|
|
* | Add missing self. before curNode. This may need to be committed | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | SF patch #760257: add socket.timeout exception | Raymond Hettinger | 2003-06-29 | 1 | -2/+57 |
|
|
* | Fix arguments for instantiating InterpolationSyntaxError | Neal Norwitz | 2003-06-29 | 1 | -3/+3 |
|
|
* | Comment out cap, it was unused. | Neal Norwitz | 2003-06-29 | 1 | -1/+2 |
|
|
* | whitespace normalization | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | remove unused import math | Neal Norwitz | 2003-06-29 | 1 | -1/+0 |
|
|
* | remove extra parameter from _java_getprop, remove duplicate imports | Neal Norwitz | 2003-06-29 | 1 | -2/+2 |
|
|
* | use == like all the other conditionals | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | fix problems found by pychecker | Neal Norwitz | 2003-06-29 | 1 | -2/+3 |
|
|