summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #20505: use also the monotonic time to decide if asyncio debug tracesVictor Stinner2014-02-111-3/+4
* Issue #20505: Oops, only print debug info if selector.select(timeout) took lessVictor Stinner2014-02-111-1/+1
* Issue #20505: Improve debug info in asyncio event loopVictor Stinner2014-02-111-5/+18
* Merge headsSerhiy Storchaka2014-02-1115-25/+41
|\
| * Merge Python 3.4.0rc1 release branch.Larry Hastings2014-02-1122-65/+199
| |\
| | * Issue #20505: Fix TestLoop, set the clock resolutionVictor Stinner2014-02-111-0/+1
| * | Python 3.4.0rc1: Post-release updates.Larry Hastings2014-02-112-1/+13
| * | Added tag v3.4.0rc1 for changeset 5e088cea8660Larry Hastings2014-02-101-0/+1
| * | Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings2014-02-106-9/+9
| * | Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.Larry Hastings2014-02-102-0/+2
| * | Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.Larry Hastings2014-02-105-13/+13
* | | Issue #19856: shutil.move() failed to move a directory to other directorySerhiy Storchaka2014-02-113-1/+14
|\ \ \ | |_|/ |/| |
| * | Issue #19856: shutil.move() failed to move a directory to other directorySerhiy Storchaka2014-02-113-1/+14
* | | merge 3.3 (#20588)Benjamin Peterson2014-02-113-4/+14
|\ \ \ | |/ /
| * | don't put runtime values in array initializer for C89 compliance (closes #20588)Benjamin Peterson2014-02-113-4/+14
* | | whatsnew: slice.index no longer accepts negative values (or overflows).R David Murray2014-02-111-0/+5
* | | Fix PYTHONPATH wording. It's just PATH, not "normal posix convention".R David Murray2014-02-111-5/+4
* | | whatsnew: bytes/bytearray.join args, PYTHONPATH= is same as not set.R David Murray2014-02-111-0/+17
* | | Issue #20505: BaseEventLoop uses again the resolution of the clock to decide ifVictor Stinner2014-02-102-8/+9
* | | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy.Terry Jan Reedy2014-02-101-0/+6
* | | merge with 3.3Georg Brandl2014-02-106-5/+43
|\ \ \ | |/ /
| * | Fix trailing whitespace.Georg Brandl2014-02-101-2/+1
| * | merge with 3.3.4 releasing repoGeorg Brandl2014-02-1015-152/+300
| |\ \
| | * | Post-release updates.Georg Brandl2014-02-102-1/+13
| | * | Added tag v3.3.4 for changeset 7ff62415e426Georg Brandl2014-02-091-0/+1
| | * | news entryv3.3.4Georg Brandl2014-02-091-1/+4
| | * | Issue #20374: delete spurious empty lineNed Deily2014-02-061-1/+0
| | * | Issue #20374: Avoid compiler warnings when compiling readline with libedit.Ned Deily2014-02-061-0/+9
| | * | Bump to 3.3.4 finalGeorg Brandl2014-02-096-14/+10
| | * | Post release update.Georg Brandl2014-01-272-1/+13
| | * | Added tag v3.3.4rc1 for changeset fa92f5f940c6Georg Brandl2014-01-271-0/+1
| | * | Remove old tag.v3.3.4rc1Georg Brandl2014-01-271-1/+0
| | * | .hgtouch: add a rule for Include/Python-ast.hGeorg Brandl2014-01-271-1/+2
| | * | Closes #19966: allow hgtouch to operate on a base dir that is != the repo root.Georg Brandl2014-01-271-12/+23
| | * | Added tag v3.3.4rc1 for changeset 7f32e55f161bGeorg Brandl2014-01-251-0/+1
| | * | Bump to 3.3.4rc1.Georg Brandl2014-01-256-11/+11
| | * | Update IDLE news from Misc/NEWS.Georg Brandl2014-01-251-0/+62
| | * | doc: pydoc topic and suspicious markup updateGeorg Brandl2014-01-252-74/+75
| | * | #20311: revert changes to 3.3 branch for now until experts have decided how t...Georg Brandl2014-01-253-18/+1
| | * | #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socketGeorg Brandl2014-01-254-4/+43
* | | | Issue #20505: Use even shorter sleep in test_timeout_rounding() to make theVictor Stinner2014-02-101-3/+5
* | | | issue12085: Use more Pythonic way to check _child_created.Serhiy Storchaka2014-02-101-7/+6
|\ \ \ \ | |/ / /
| * | | issue12085: Use more Pythonic way to check _child_created.Serhiy Storchaka2014-02-101-7/+6
* | | | Temporary silence test broken by issue19255.Serhiy Storchaka2014-02-102-3/+2
* | | | Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-107-40/+97
| |_|/ |/| |
* | | Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-106-173/+7
* | | Issue #20505: Add debug info to analyze sporaric failures ofVictor Stinner2014-02-102-1/+10
* | | Issue #20530: The signatures for slot builtins have been updatedLarry Hastings2014-02-102-42/+45
* | | Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-1010-73/+380
* | | asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-096-14/+9