summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() onVictor Stinner2014-02-182-0/+13
| | | | OpenBSD older than 5.5
* Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written byVictor Stinner2014-02-171-0/+1
| | | | Vajrasky Kok.
* 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
| | | | | | | | | | | | Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method.
* | Close #20652: asyncio doc: close the event loop in run_forever() example. FixVictor Stinner2014-02-171-3/+6
| | | | | | | | also typo. Patch written by Vajrasky Kok.
* | Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner2014-02-1610-62/+179
| | | | | | | | | | | | aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test.
* | 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
| | | | | | | | | | | | | | | | | | Nowadays it is likely that people will have Sphinx installed, and if not, they will know how to install it. This also simplifies life a lot for distribution packagers, who typically do not want the doc build process to connect to external web resources.
* | 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
| | | | | | | | Patch by Vajrasky Kok.
* | 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
| | | | | | | | | | - now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS
* | 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
| | | | | | | | | | regression: don't clear anymore the state of Python threads early during the Python shutdown.
* | 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
| | | | | | | | | | | | | | | the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families.
* | | 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
|\ \ | |/ | | | | variables names and values.
| * Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-135-42/+96
| | | | | | | | variables names and values.