summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | More complete documentation of event loops and policies.Eli Bendersky2014-02-091-15/+54
* | | Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-093-6/+6
* | | Fix typo in library/ipc.rstEli Bendersky2014-02-091-1/+1
* | | Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.Victor Stinner2014-02-091-0/+3
* | | Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0915-63/+34
|\ \ \ | |/ /
| * | Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-0916-63/+34
* | | Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-0928-327/+825
* | | asyncio: Remove more relics of resolution/granularity.Guido van Rossum2014-02-092-6/+0
* | | Issue #20500: clarify that invocation may be indirectNick Coghlan2014-02-091-2/+3
* | | Issue #20500: Note other public APIs with the new assertionNick Coghlan2014-02-093-7/+18
* | | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-093-29/+1