| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 1 | -3/+0 |
|
|
* | Add a workaround for file.ftell() to raise IOError for ttys. | Hye-Shik Chang | 2005-12-13 | 1 | -0/+3 |
|
|
* | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -0/+4 |
|
|
* | Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module | Hye-Shik Chang | 2005-12-12 | 1 | -0/+3 |
|
|
* | Patch #1276356: Implement new resource "urlfetch" for regrtest. | Hye-Shik Chang | 2005-12-10 | 1 | -0/+3 |
|
|
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
|
|
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM... | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+3 |
|
|
* | [Bug #792570] Under Windows, socket.read() seems to run into trouble when | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+3 |
|
|
* | [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin... | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+3 |
|
|
* | Patch #1350409: Port signal handling to VS 2005. | Martin v. Löwis | 2005-11-28 | 2 | -0/+3 |
|
|
* | Patch #1162825: Support non-ASCII characters in IDLE window titles. | Martin v. Löwis | 2005-11-27 | 1 | -0/+2 |
|
|
* | bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno... | Georg Brandl | 2005-11-26 | 1 | -0/+2 |
|
|
* | bug #1281408: make Py_BuildValue work with unsigned longs and long longs | Georg Brandl | 2005-11-24 | 1 | -0/+3 |
|
|
* | Prevent threading.Thread.join() from blocking when a previous call raised an | Brett Cannon | 2005-11-23 | 2 | -0/+5 |
|
|
* | Bug #869197: setgroups rejects long integer argument | Georg Brandl | 2005-11-22 | 1 | -0/+2 |
|
|
* | Typo fix | Andrew M. Kuchling | 2005-11-22 | 1 | -1/+1 |
|
|
* | Use basestring instead of type.StringType for checking whether a input | Walter Dörwald | 2005-11-21 | 1 | -0/+2 |
|
|
* | Fix a few more memory leaks | Neal Norwitz | 2005-11-20 | 1 | -1/+15 |
|
|
* | Updated gentoo to 2005.0 | Neal Norwitz | 2005-11-13 | 1 | -94/+100 |
|
|
* | - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" | Neal Norwitz | 2005-11-09 | 1 | -0/+4 |
|
|
* | Fix typo in envvar name. | Brett Cannon | 2005-11-07 | 1 | -1/+1 |
|
|
* | Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint | Neal Norwitz | 2005-11-03 | 1 | -0/+2 |
|
|
* | Change time.strptime() to raise ValueError whenever there is an error in the | Brett Cannon | 2005-11-02 | 1 | -0/+3 |
|
|
* | Fix SF #1345263, colorsys tests, bug in frange | Neal Norwitz | 2005-11-02 | 1 | -0/+1 |
|
|
* | Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport. | Neal Norwitz | 2005-11-02 | 1 | -0/+2 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -3/+3 |
|
|
* | Patch #1338314, Bug #1336623: fix tarfile so it can extract | Neal Norwitz | 2005-10-28 | 1 | -0/+3 |
|
|
* | Add news item for the new charmap codecs. | Marc-André Lemburg | 2005-10-23 | 1 | -0/+8 |
|
|
* | add some notes about recent checkins | Neal Norwitz | 2005-10-21 | 1 | -0/+6 |
|
|
* | Get the bug # write | Neal Norwitz | 2005-10-21 | 1 | -1/+1 |
|
|
* | Incorrect code was generated for: | Neal Norwitz | 2005-10-21 | 1 | -0/+3 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+1 |
|
|
* | Drop permissions for Gregory K Johnson. | Raymond Hettinger | 2005-10-17 | 1 | -0/+4 |
|
|
* | Add Nick Coghlan | Raymond Hettinger | 2005-10-16 | 1 | -0/+4 |
|
|
* | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified | Walter Dörwald | 2005-10-09 | 1 | -0/+2 |
|
|
* | Remove trailing spaces. | Walter Dörwald | 2005-10-09 | 1 | -3/+3 |
|
|
* | Fix indentation. | Walter Dörwald | 2005-10-09 | 1 | -1/+1 |
|
|
* | Part of SF patch #1313939: Speedup charmap decoding by extending | Walter Dörwald | 2005-10-06 | 1 | -0/+5 |
|
|
* | Patch #754022: Greatly enhanced webbrowser.py. | Georg Brandl | 2005-10-03 | 1 | -0/+2 |
|
|
* | suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANG... | Neal Norwitz | 2005-10-03 | 1 | -0/+118 |
|
|
* | Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 | Neal Norwitz | 2005-10-03 | 1 | -0/+2 |
|
|
* | SF bug #887946, segfault if redirecting directory | Neal Norwitz | 2005-10-03 | 1 | -0/+3 |
|
|
* | SF patch #1227568, Expression AST node not documented. | Neal Norwitz | 2005-10-03 | 1 | -0/+1 |
|
|
* | - Fix segfault with invalid coding. | Neal Norwitz | 2005-10-02 | 1 | -0/+4 |
|
|
* | bug [ 729103 ] Cannot retrieve name of super object | Georg Brandl | 2005-10-01 | 1 | -0/+3 |
|
|
* | Patch #1309009, Fix segfault in pyexpat when the XML document is | Neal Norwitz | 2005-09-30 | 2 | -0/+4 |
|
|
* | patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding | Georg Brandl | 2005-09-29 | 1 | -0/+3 |
|
|
* | bug [ 1296004 ] MemoryError in httplib | Georg Brandl | 2005-09-29 | 1 | -0/+3 |
|
|
* | Fix parse errors in readline module when compiling without threads. | Georg Brandl | 2005-09-29 | 1 | -0/+2 |
|
|
* | Convert iterator __len__() methods to a private API. | Raymond Hettinger | 2005-09-24 | 1 | -0/+4 |
|
|