| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add references for Xcode and the Python Developer's Guide | Ned Deily | 2014-02-12 | 1 | -0/+7 |
|
|
* | | whatsnew: object.__format__ raises TypeError on non-empty string. | R David Murray | 2014-02-11 | 3 | -4/+18 |
|
|
* | | Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than | Victor Stinner | 2014-02-11 | 1 | -0/+2 |
|
|
* | | whatsnew: undocumented Popen.wait endtime is deprecated. | R David Murray | 2014-02-11 | 1 | -0/+4 |
|
|
* | | Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. | Gregory P. Smith | 2014-02-11 | 1 | -0/+5 |
|
|
* | | Issue #20505: Remove debug code | Victor Stinner | 2014-02-11 | 1 | -20/+0 |
|
|
* | | merge 3.3 (#20594) | Benjamin Peterson | 2014-02-11 | 2 | -2/+8 |
|\ \
| |/ |
|
| * | avoid name clash with posix_close (closes #20594) | Benjamin Peterson | 2014-02-11 | 2 | -2/+8 |
|
|
* | | remove dynamic initializer lists for c89 compliance (closes #20595) | Benjamin Peterson | 2014-02-11 | 2 | -3/+13 |
|
|
* | | whatsnew: __complex__ may not return float, .so may have multiple python modules | R David Murray | 2014-02-11 | 2 | -3/+12 |
|
|
* | | asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if | Victor Stinner | 2014-02-11 | 2 | -0/+30 |
|
|
* | | asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell | Victor Stinner | 2014-02-11 | 3 | -7/+64 |
|
|
* | | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 | 6 | -13/+39 |
|
|
* | | Issue #20505: use also the monotonic time to decide if asyncio debug traces | Victor Stinner | 2014-02-11 | 1 | -3/+4 |
|
|
* | | Issue #20505: Oops, only print debug info if selector.select(timeout) took less | Victor Stinner | 2014-02-11 | 1 | -1/+1 |
|
|
* | | Issue #20505: Improve debug info in asyncio event loop | Victor Stinner | 2014-02-11 | 1 | -5/+18 |
|
|
* | | Merge heads | Serhiy Storchaka | 2014-02-11 | 15 | -25/+41 |
|\ \ |
|
| * \ | Merge Python 3.4.0rc1 release branch. | Larry Hastings | 2014-02-11 | 22 | -65/+199 |
| |\ \ |
|
| | * | | Issue #20505: Fix TestLoop, set the clock resolution | Victor Stinner | 2014-02-11 | 1 | -0/+1 |
|
|
| * | | | Python 3.4.0rc1: Post-release updates. | Larry Hastings | 2014-02-11 | 2 | -1/+13 |
|
|
| * | | | Added tag v3.4.0rc1 for changeset 5e088cea8660 | Larry Hastings | 2014-02-10 | 1 | -0/+1 |
|
|
| * | | | Python 3.4.0rc1: Version bump.v3.4.0rc1 | Larry Hastings | 2014-02-10 | 6 | -9/+9 |
|
|
| * | | | Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. | Larry Hastings | 2014-02-10 | 2 | -0/+2 |
|
|
| * | | | Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. | Larry Hastings | 2014-02-10 | 5 | -13/+13 |
|
|
* | | | | Issue #19856: shutil.move() failed to move a directory to other directory | Serhiy Storchaka | 2014-02-11 | 3 | -1/+14 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Issue #19856: shutil.move() failed to move a directory to other directory | Serhiy Storchaka | 2014-02-11 | 3 | -1/+14 |
|
|
* | | | merge 3.3 (#20588) | Benjamin Peterson | 2014-02-11 | 3 | -4/+14 |
|\ \ \
| |/ / |
|
| * | | don't put runtime values in array initializer for C89 compliance (closes #20588) | Benjamin Peterson | 2014-02-11 | 3 | -4/+14 |
|
|
* | | | whatsnew: slice.index no longer accepts negative values (or overflows). | R David Murray | 2014-02-11 | 1 | -0/+5 |
|
|
* | | | Fix PYTHONPATH wording. It's just PATH, not "normal posix convention". | R David Murray | 2014-02-11 | 1 | -5/+4 |
|
|
* | | | whatsnew: bytes/bytearray.join args, PYTHONPATH= is same as not set. | R David Murray | 2014-02-11 | 1 | -0/+17 |
|
|
* | | | Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if | Victor Stinner | 2014-02-10 | 2 | -8/+9 |
|
|
* | | | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy. | Terry Jan Reedy | 2014-02-10 | 1 | -0/+6 |
|
|
* | | | merge with 3.3 | Georg Brandl | 2014-02-10 | 6 | -5/+43 |
|\ \ \
| |/ / |
|
| * | | Fix trailing whitespace. | Georg Brandl | 2014-02-10 | 1 | -2/+1 |
|
|
| * | | merge with 3.3.4 releasing repo | Georg Brandl | 2014-02-10 | 15 | -152/+300 |
| |\ \ |
|
| | * | | Post-release updates. | Georg Brandl | 2014-02-10 | 2 | -1/+13 |
|
|
| | * | | Added tag v3.3.4 for changeset 7ff62415e426 | Georg Brandl | 2014-02-09 | 1 | -0/+1 |
|
|
| | * | | news entryv3.3.4 | Georg Brandl | 2014-02-09 | 1 | -1/+4 |
|
|
| | * | | Issue #20374: delete spurious empty line | Ned Deily | 2014-02-06 | 1 | -1/+0 |
|
|
| | * | | Issue #20374: Avoid compiler warnings when compiling readline with libedit. | Ned Deily | 2014-02-06 | 1 | -0/+9 |
|
|
| | * | | Bump to 3.3.4 final | Georg Brandl | 2014-02-09 | 6 | -14/+10 |
|
|
| | * | | Post release update. | Georg Brandl | 2014-01-27 | 2 | -1/+13 |
|
|
| | * | | Added tag v3.3.4rc1 for changeset fa92f5f940c6 | Georg Brandl | 2014-01-27 | 1 | -0/+1 |
|
|
| | * | | Remove old tag.v3.3.4rc1 | Georg Brandl | 2014-01-27 | 1 | -1/+0 |
|
|
| | * | | .hgtouch: add a rule for Include/Python-ast.h | Georg Brandl | 2014-01-27 | 1 | -1/+2 |
|
|
| | * | | Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. | Georg Brandl | 2014-01-27 | 1 | -12/+23 |
|
|
| | * | | Added tag v3.3.4rc1 for changeset 7f32e55f161b | Georg Brandl | 2014-01-25 | 1 | -0/+1 |
|
|
| | * | | Bump to 3.3.4rc1. | Georg Brandl | 2014-01-25 | 6 | -11/+11 |
|
|
| | * | | Update IDLE news from Misc/NEWS. | Georg Brandl | 2014-01-25 | 1 | -0/+62 |
|
|