Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 3 | -5/+18 | |
| | | | | ||||||
* | | | | merge 3.4 (#23476) | Benjamin Peterson | 2015-03-05 | 2 | -0/+12 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) | Benjamin Peterson | 2015-03-05 | 2 | -0/+12 | |
| | | | | ||||||
* | | | | Remaining fallout from 17911 | Robert Collins | 2015-03-05 | 3 | -28/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code module was using a private function from traceback in order to skip a frame - used the direct interface to do that instead, The decimal module suffered minor fallout from formatting changes ('None' as a value is now not printed by traceback, the same as None was not before). The cgitb module was passing a bogus exception type (type.__name__) into format_exception, which uncovered that format_exception and print_exception had been ignoring the etype for some time, so the compatibility thunk to the new code now does the same thing. | |||||
* | | | | Merge 3.4 (test_subprocess) | Victor Stinner | 2015-03-05 | 1 | -6/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21619: Try to fix test_broken_pipe_cleanup() | Victor Stinner | 2015-03-05 | 1 | -6/+9 | |
| | | | | ||||||
* | | | | Fix brownbag in issue 17911 commit | Robert Collins | 2015-03-04 | 1 | -3/+2 | |
| | | | | ||||||
* | | | | Issue #17911: traceback module overhaul | Robert Collins | 2015-03-04 | 7 | -157/+794 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the ↵ | Antoine Pitrou | 2015-03-04 | 2 | -20/+3 | |
|\ \ \ \ | |/ / / | | | | | | | | | SSL layer but the underlying connection hasn't been closed. | |||||
| * | | | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the ↵ | Antoine Pitrou | 2015-03-04 | 2 | -20/+3 | |
| | | | | | | | | | | | | | | | | SSL layer but the underlying connection hasn't been closed. | |||||
* | | | | Issue #23285: Fix handling of EINTR in fileio.c | Victor Stinner | 2015-03-04 | 1 | -28/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | Issue #23504: Added an __all__ to the types module. | Serhiy Storchaka | 2015-03-04 | 2 | -0/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23504: Added an __all__ to the types module. | Serhiy Storchaka | 2015-03-04 | 2 | -0/+5 | |
| | | | | ||||||
* | | | | Issue #23563: Optimized utility functions in urllib.parse. | Serhiy Storchaka | 2015-03-03 | 2 | -60/+30 | |
| | | | | ||||||
* | | | | Minor neatening-up. Make assignments in same order a struct fields. ↵ | Raymond Hettinger | 2015-03-03 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | Line-up comments. | |||||
* | | | | Switch the state variable to unsigned for defined wrap-around behavior. | Raymond Hettinger | 2015-03-03 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Minor beautification. Move struct definitions to the top. Fix-up a comment. | Raymond Hettinger | 2015-03-03 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | Minor code beautification. Replace macro with in-lineable functions. | Raymond Hettinger | 2015-03-03 | 1 | -20/+35 | |
| | | | | ||||||
* | | | | Beautify and better document the use of the size_t cast for bounds checking. | Raymond Hettinger | 2015-03-03 | 1 | -6/+12 | |
| | | | | ||||||
* | | | | issue19075: add visual sorting algorithms to turtledemo; original code from ↵ | Ethan Furman | 2015-03-02 | 3 | -0/+210 | |
| | | | | | | | | | | | | | | | | Jason Yeo | |||||
* | | | | merge heads | Benjamin Peterson | 2015-03-02 | 1 | -3/+0 | |
|\ \ \ \ | ||||||
| * | | | | Issue #21293: Remove unnecessary "capsule hack". | Larry Hastings | 2015-03-02 | 1 | -3/+0 | |
| | | | | | ||||||
* | | | | | merge 3.4 (null) | Benjamin Peterson | 2015-03-02 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | merge 3.3 (#23362) | Benjamin Peterson | 2015-03-02 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | use PyMem_NEW to detect overflow (closes #23362) | Benjamin Peterson | 2015-03-02 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge 3.4 (#23367) | Benjamin Peterson | 2015-03-02 | 2 | -3/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.3 (#23367) | Benjamin Peterson | 2015-03-02 | 2 | -3/+12 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | fix possible overflow bugs in unicodedata (closes #23367) | Benjamin Peterson | 2015-03-02 | 2 | -3/+12 | |
| | | | | | ||||||
* | | | | | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ↵ | Steve Dower | 2015-03-02 | 1 | -2/+11 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | later | |||||
| * | | | | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ↵ | Steve Dower | 2015-03-02 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | later | |||||
* | | | | | Issue #23451: Update pyconfig.h for Windows to require Vista headers and ↵ | Steve Dower | 2015-03-02 | 6 | -68/+29 | |
| | | | | | | | | | | | | | | | | | | | | remove unnecessary version checks. | |||||
* | | | | | merge 3.4 (#23561) | Benjamin Peterson | 2015-03-02 | 1 | -100/+100 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | wrap everything at 80 chars | Benjamin Peterson | 2015-03-02 | 1 | -98/+97 | |
| | | | | | ||||||
| * | | | | link to the correct dis method or function (closes #23561) | Benjamin Peterson | 2015-03-02 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Added more tests for urllib.parse utility functions. | Serhiy Storchaka | 2015-03-02 | 2 | -69/+129 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | These functions are not documented but used in third-party code. | |||||
| * | | | | Added more tests for urllib.parse utility functions. | Serhiy Storchaka | 2015-03-02 | 2 | -69/+129 | |
| | | | | | | | | | | | | | | | | | | | | These functions are not documented but used in third-party code. | |||||
* | | | | | Issue #23527: Update Gmail port number for STARTTLS to 587. | Berker Peksag | 2015-03-02 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Patch by Alex Shkop. | |||||
| * | | | | Issue #23527: Update Gmail port number for STARTTLS to 587. | Berker Peksag | 2015-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Alex Shkop. | |||||
* | | | | | Issue #23477: Improve test coverage of wsgiref.simple_server. | Berker Peksag | 2015-03-02 | 1 | -0/+25 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop. | |||||
| * | | | | Issue #23477: Improve test coverage of wsgiref.simple_server. | Berker Peksag | 2015-03-02 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test checks that the environ argument contains correct headers, querystring and path information. Patch by Alex Shkop. | |||||
* | | | | | Issue #20521: Change ``TOS`` to TOS in dis documentation. | Berker Peksag | 2015-03-02 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. | |||||
| * | | | | Issue #20521: Change ``TOS`` to TOS in dis documentation. | Berker Peksag | 2015-03-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TOS is an abbreviation of top-of-stack. Patch by Sven Berkvens-Matthijsse. | |||||
* | | | | | Issue #23387: Skip test_issue16464 if it raises an 5xx error. | Berker Peksag | 2015-03-02 | 2 | -21/+13 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request. | |||||
| * | | | | Issue #23387: Skip test_issue16464 if it raises an 5xx error. | Berker Peksag | 2015-03-02 | 2 | -21/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, remove support.run_doctest() since there is no doctests in test_urllib2 and urllib.request. | |||||
* | | | | | Add a versionadded directive for PEP 486. | Berker Peksag | 2015-03-02 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | merge 3.4 | Benjamin Peterson | 2015-03-02 | 1 | -6/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | remove mention of Python 2.2 and 2.3 | Benjamin Peterson | 2015-03-02 | 1 | -6/+5 | |
| | | | | | ||||||
* | | | | | Issue #7830: Flatten nested functools.partial. | Alexander Belopolsky | 2015-03-01 | 4 | -7/+68 | |
| | | | | | ||||||
* | | | | | Closes issue #22791: Improved datetime from timestamp methods documentation. | Alexander Belopolsky | 2015-03-01 | 3 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | Original patch by Akira Li. | |||||
* | | | | | Fixed pydoc tests when run with -OO. | Serhiy Storchaka | 2015-03-01 | 1 | -0/+4 | |
|\ \ \ \ \ | |/ / / / |