- 05 Mar, 2015 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
- 04 Mar, 2015 7 commits
-
-
Robert Collins authored
-
Robert Collins authored
Provide a way to seed the linecache for a PEP-302 module without actually loading the code. Provide a new object API for traceback, including the ability to not lookup lines at all until the traceback is actually rendered, without any trace of the original objects being kept alive.
-
Antoine Pitrou authored
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
-
Antoine Pitrou authored
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
-
Victor Stinner authored
Fix handling of EINTR: don't return None if PyErr_CheckSignals() raised an exception. Initialize also the length outside the loop to only initialize it once.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 03 Mar, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Mar, 2015 25 commits
-
-
Ethan Furman authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Larry Hastings authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
These functions are not documented but used in third-party code.
-
Serhiy Storchaka authored
These functions are not documented but used in third-party code.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Patch by Alex Shkop.
-
Berker Peksag authored
Patch by Alex Shkop.
-
Berker Peksag authored
The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop.
-
Berker Peksag authored
The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop.
-
Berker Peksag authored
TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse.
-
Berker Peksag authored
TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse.
-
Berker Peksag authored
Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request.
-
Berker Peksag authored
Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request.
-