| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Missed a spot where the new optional optionflags argument needed to get | Tim Peters | 2003-06-29 | 1 | -1/+1 |
|
|
* | Use http://www.python.org/packman as the base URL. Also upped the version | Jack Jansen | 2003-06-29 | 1 | -3/+3 |
|
|
* | SF 662923: iterator for dbm keys | Raymond Hettinger | 2003-06-28 | 1 | -1/+2 |
|
|
* | Add take() to examples. Tighten the islice() example | Raymond Hettinger | 2003-06-28 | 1 | -1/+7 |
|
|
* | SF patch #756996: Bare except in ZipFile.testzip() | Raymond Hettinger | 2003-06-27 | 2 | -1/+22 |
|
|
* | SF patch #761519: Fixes for bugs 760703 and 757821 | Raymond Hettinger | 2003-06-27 | 3 | -17/+26 |
|
|
* | A hack to ease compatibility with pre-2.3 Pythons: by default, doctest | Tim Peters | 2003-06-27 | 1 | -17/+58 |
|
|
* | Do not add extra "\n" after bang line. | Gustavo Niemeyer | 2003-06-27 | 1 | -2/+2 |
|
|
* | fix typo | Fred Drake | 2003-06-27 | 1 | -1/+1 |
|
|