| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #10911: Add tests on CGI with non-ASCII characters | Victor Stinner | 2011-03-01 | 2 | -24/+54 |
| | | | | | Patch written by Pierre Quentel | ||||
| * | Followup to issue #11140 and r88682: also patch _dummy_thread. | Antoine Pitrou | 2011-03-01 | 4 | -8/+5 |
| | | | | | Patch by Aymeric Augustin. | ||||
| * | Issue #11246: Fix PyUnicode_FromFormat("%V") | Victor Stinner | 2011-03-01 | 3 | -7/+36 |
| | | | | | | Decode the byte string from UTF-8 (with replace error handler) instead of ISO-8859-1 (in strict mode). Patch written by Ray Allen. | ||||
| * | Remove outdated pointer to optparse (fixes #11360). | Éric Araujo | 2011-03-01 | 1 | -3/+0 |
| | | | | | The doc already points to argparse. | ||||
| * | Endly, fix UnboundLocalError in telnetlib | Antoine Pitrou | 2011-03-01 | 1 | -1/+2 |
| | | |||||
| * | Recommend inspecting the errno attribute of socket.error objects, | Antoine Pitrou | 2011-02-28 | 1 | -21/+26 |
| | | | | | and improve wording. | ||||
| * | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-28 | 7 | -12/+82 |
| | | |||||
| * | Add credit for r88682. | Antoine Pitrou | 2011-02-28 | 2 | -1/+3 |
| | | |||||
| * | No need to put this at top | Antoine Pitrou | 2011-02-28 | 1 | -11/+12 |
| | | |||||
| * | Issue #11140: Lock.release() now raises a RuntimeError when attempting | Antoine Pitrou | 2011-02-28 | 4 | -1/+14 |
| | | | | | | to release an unacquired lock, as claimed in the threading documentation. The _thread.error exception is now an alias of RuntimeError. | ||||
| * | Issue 11348: skip os.setpriority() test if current nice level is >= 19. | Giampaolo Rodolà | 2011-02-28 | 1 | -1/+7 |
| | | |||||
| * | Fix issue 8594: adds a source_address parameter to ftplib module. | Giampaolo Rodolà | 2011-02-28 | 4 | -12/+49 |
| | | |||||
| * | Follow up to r88664: non-blocking connect-ex() can return EWOULDBLOCK under ↵ | Antoine Pitrou | 2011-02-27 | 1 | -1/+2 |
| | | | | | Windows | ||||
| * | make this a link #11345 | Benjamin Peterson | 2011-02-27 | 1 | -1/+1 |
| | | |||||
| * | Issue #11326: Add the missing connect_ex() implementation for SSL sockets, | Antoine Pitrou | 2011-02-26 | 3 | -8/+68 |
| | | | | | and make it work for non-blocking connects. | ||||
| * | Merged revisions 88661 via svnmerge from | Benjamin Peterson | 2011-02-26 | 3 | -10/+14 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88661 | benjamin.peterson | 2011-02-26 16:06:24 -0600 (Sat, 26 Feb 2011) | 6 lines fix refactoring on formfeed characters #11250 This is because text.splitlines() is not the same as list(StringIO.StringIO(text)). ........ | ||||
| * | revert accidental formatting change | Benjamin Peterson | 2011-02-26 | 1 | -2/+3 |
| | | |||||
| * | this isn't true anymore | Benjamin Peterson | 2011-02-26 | 2 | -6/+3 |
| | | |||||
| * | Make sendfile tests more robust | Antoine Pitrou | 2011-02-26 | 1 | -1/+6 |
| | | |||||
| * | Issue #11330: Updated tests for correct asctime handling. | Vinay Sajip | 2011-02-26 | 2 | -3/+3 |
| | | |||||
| * | Issue #11330: Added regression test. | Vinay Sajip | 2011-02-26 | 1 | -0/+8 |
| | | |||||
| * | Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. | Antoine Pitrou | 2011-02-26 | 2 | -0/+37 |
| | | | | | Patch by Hirokazu Yamamoto. | ||||
| * | Replace links to the old dev doc with links to the new devguide. | Éric Araujo | 2011-02-26 | 4 | -7/+9 |
| | | |||||
| * | Issue #11323: fix sendfile tests under 64-bit Solaris. | Antoine Pitrou | 2011-02-26 | 1 | -9/+16 |
| | | |||||
| * | Removed typo. | Vinay Sajip | 2011-02-26 | 1 | -1/+1 |
| | | |||||
| * | Issue #11331: fixed documentation in logging cookbook. | Vinay Sajip | 2011-02-26 | 1 | -2/+0 |
| | | |||||
| * | Issue #11330: asctime format bug fixed. | Vinay Sajip | 2011-02-26 | 1 | -1/+4 |
| | | |||||
| * | Check error return from _parse_off_t(), and remove cruft from the 2->3 ↵ | Antoine Pitrou | 2011-02-26 | 1 | -5/+4 |
| | | | | | transition. | ||||
| * | Revert r88639 (the optimization changes behaviour and breaks buildbots) | Antoine Pitrou | 2011-02-26 | 4 | -22/+7 |
| | | |||||
| * | Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch | Antoine Pitrou | 2011-02-26 | 4 | -7/+22 |
| | | | | | by Jonas H. | ||||
| * | test_logging: Changed TimedRotatingFileHandler tests to use UTC time rather ↵ | Vinay Sajip | 2011-02-26 | 1 | -3/+3 |
| | | | | | than local time. | ||||
| * | Add __bool__ method. Add tests. Fix-up broken test. | Raymond Hettinger | 2011-02-26 | 2 | -8/+17 |
| | | |||||
| * | test_logging: diagnostic code changes. | Vinay Sajip | 2011-02-26 | 1 | -0/+1 |
| | | |||||
| * | Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are ↵ | Senthil Kumaran | 2011-02-26 | 1 | -1/+1 |
| | | | | | available (Patch by Ray.Allen) | ||||
| * | Make Py3.x style "import builtins" | Raymond Hettinger | 2011-02-26 | 1 | -2/+2 |
| | | |||||
| * | PEP 7 conformance changes (whitespace only). | Alexander Belopolsky | 2011-02-26 | 1 | -284/+350 |
| | | |||||
| * | Issue #11297: Add collections.ChainMap() | Raymond Hettinger | 2011-02-26 | 6 | -7/+123 |
| | | |||||
| * | Fix AttributeError. | Antoine Pitrou | 2011-02-26 | 1 | -1/+1 |
| | | |||||
| * | Fix compilation warning in Modules/posixmodule.c. | Antoine Pitrou | 2011-02-26 | 1 | -0/+3 |
| | | |||||
| * | Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-25 | 7 | -5/+108 |
| | | |||||
| * | Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix | Antoine Pitrou | 2011-02-25 | 7 | -544/+1560 |
| | | | | | module. Patch by Ross Lagerwall. | ||||
| * | Issue #7322: Trying to read from a socket's file-like object after a timeout | Antoine Pitrou | 2011-02-25 | 3 | -0/+26 |
| | | | | | | occurred now raises an error instead of silently losing data. Patch by Ross Lagerwall. | ||||
| * | test_logging: Added more diagnostics for buildbot failures. | Vinay Sajip | 2011-02-25 | 1 | -2/+31 |
| | | |||||
| * | Issue 11291: poplib suppresses errors on QUIT. | Giampaolo Rodolà | 2011-02-25 | 3 | -9/+25 |
| | | |||||
| * | Issue 11177: asyncore's create_socket() arguments can now be omitted. | Giampaolo Rodolà | 2011-02-25 | 4 | -14/+18 |
| | | |||||
| * | Issue #6064: Add a `daemon` keyword argument to the threading.Thread | Antoine Pitrou | 2011-02-25 | 7 | -21/+59 |
| | | | | | | | and multiprocessing.Process constructors in order to override the default behaviour of inheriting the daemonic property from the current thread/process. | ||||
| * | (issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). ↵ | Giampaolo Rodolà | 2011-02-25 | 1 | -2/+3 |
| | | | | | Also fixed an AttributeError in get/set priority tests. | ||||
| * | Add missing read() in distutils doc. | Éric Araujo | 2011-02-25 | 1 | -1/+4 |
| | | |||||
| * | Issue #10956: Buffered I/O classes retry reading or writing after a signal | Antoine Pitrou | 2011-02-25 | 4 | -7/+173 |
| | | | | | has arrived and the handler returned successfully. | ||||
| * | Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. | Giampaolo Rodolà | 2011-02-25 | 1 | -0/+2 |
| | | |||||
