summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written byVictor Stinner2014-02-171-0/+1
* Merge with 3.3Terry Jan Reedy2014-02-171-2/+2
|\
| * whitespaceTerry Jan Reedy2014-02-171-2/+2
* | Untokenize, bad assert: Merge with 3.3Terry Jan Reedy2014-02-172-2/+18
|\ \ | |/
| * Untokenize: An logically incorrect assert tested user input validity.Terry Jan Reedy2014-02-172-2/+18
* | Close #20652: asyncio doc: close the event loop in run_forever() example. FixVictor Stinner2014-02-171-3/+6
* | Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner2014-02-1610-62/+179
* | Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-164-7/+59
* | merge 3.3Benjamin Peterson2014-02-162-6/+8
|\ \ | |/
| * backout fafac90b69c4Benjamin Peterson2014-02-162-7/+9
* | merge backout for #20621Benjamin Peterson2014-02-162-321/+67
|\ \ | |/
| * backout 2807a5f011e4 for causing #20621Benjamin Peterson2014-02-162-323/+66
| * backout d28242a636c7 so I can backout 2807a5f011e4Benjamin Peterson2014-02-161-1/+3
* | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251)Benjamin Peterson2014-02-163-12/+23
* | merge 3.3Benjamin Peterson2014-02-160-0/+0
|\ \ | |/
| * do not line break referenceBenjamin Peterson2014-02-161-7/+7
* | Merge from 3.3Andrew Kuchling2014-02-162-6/+1
|\ \ | |/
| * #12211: remove paragraph about NaNsAndrew Kuchling2014-02-162-6/+1
* | Merge from 3.3Andrew Kuchling2014-02-162-3/+10
|\ \ | |/
| * #12211: clarify math.copysign() documentation and docstringAndrew Kuchling2014-02-162-3/+10
* | Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymoreGeorg Brandl2014-02-165-64/+15
* | Merge from 3.3Andrew Kuchling2014-02-152-1/+9
|\ \ | |/
| * #20241: use correct RFC numberAndrew Kuchling2014-02-151-1/+1
| * #16728: Mention collections.abc.Sequence in 'sequence' glossary entryAndrew Kuchling2014-02-151-0/+8
* | Merge from 3.3Andrew Kuchling2014-02-151-2/+1
|\ \ | |/
| * Clarify versionchanged sentence. Closes #20497.Andrew Kuchling2014-02-151-2/+1
* | merge 3.3Benjamin Peterson2014-02-151-38/+35
|\ \ | |/
| * #20237: make a revision pass over the XML vulnerabilities sectionAndrew Kuchling2014-02-151-38/+35
* | merge 3.3 (#20080)Benjamin Peterson2014-02-151-0/+1
|\ \ | |/
| * add missing test assertion (closes #20080)Benjamin Peterson2014-02-151-0/+1
* | merge 3.3 (#20507)Benjamin Peterson2014-02-151-1/+1
|\ \ | |/
| * give non-iterable TypeError a message (closes #20507)Benjamin Peterson2014-02-151-1/+1
* | #19890: merge with 3.3.Ezio Melotti2014-02-151-1/+1
|\ \ | |/
| * #19890: fix typo in multiprocessing docs. Patch by Mike Short.Ezio Melotti2014-02-151-1/+1
* | #20634: merge with 3.3.Ezio Melotti2014-02-151-1/+1
|\ \ | |/
| * #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.Ezio Melotti2014-02-151-1/+1
* | Issue #19744: Handle missing SSL/TLS in ensurepipNick Coghlan2014-02-143-0/+17
* | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-142-2/+13
|\ \ | |/
| * Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-142-2/+10
* | set line and column numbers for keyword-only arg nodes (closes #20619)Benjamin Peterson2014-02-143-2/+7
* | Issue #20526, #19466: Revert changes of issue #19466 which introduces aVictor Stinner2014-02-133-64/+9
* | Issue #20599: Don't clear environment in test_cleanup() of test_builtinVictor Stinner2014-02-131-2/+1
* | Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the hostVictor Stinner2014-02-131-1/+5
* | Merge headsSerhiy Storchaka2014-02-135-13/+59
|\ \
| * | ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-135-13/+59
* | | Fixed typo in previous commit (issue #6815).Serhiy Storchaka2014-02-131-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fixed typo in previous commit (issue #6815).Serhiy Storchaka2014-02-131-1/+1
* | Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-135-42/+96
|\ \ | |/
| * Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-135-42/+96
* | asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fix...Guido van Rossum2014-02-132-21/+55