Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-15 | 1 | -0/+1 |
| | | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. | ||||
* | Merge issue #24129 from 3.4 | Nick Coghlan | 2015-08-05 | 1 | -0/+1 |
|\ | |||||
| * | Issue #24129: Clarify reference docs for name resolution. | Nick Coghlan | 2015-08-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi. | ||||
* | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -0/+1 |
| | | |||||
* | | Issue #24021: docstring for urllib.urlcleanup. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
|\ \ | |/ | | | | | Patch from Daniel Andrade Groppe and Peter Lovett | ||||
| * | Issue #24021: docstring for urllib.urlcleanup. | Robert Collins | 2015-08-04 | 1 | -0/+2 |
| | | | | | | | | Patch from Daniel Andrade Groppe and Peter Lovett | ||||
* | | Issue 24745: Add ACKS entry. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue 24745: Add ACKS entry. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. | Terry Jan Reedy | 2015-08-01 | 1 | -0/+1 |
| | | | | | | | | Do not print false prompts. Original patch by Adnan Umer. | ||||
* | | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch from Dmitry Shachnev. | ||||
| * | Issue #22932: Fix timezones in email.utils.formatdate. | Robert Collins | 2015-07-31 | 1 | -0/+1 |
| | | | | | | | | Patch from Dmitry Shachnev. | ||||
* | | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch from Craig Holmquist. | ||||
| * | Issue #23779: imaplib raises TypeError if authenticator tries to abort. | Robert Collins | 2015-07-30 | 1 | -0/+1 |
| | | | | | | | | Patch from Craig Holmquist. | ||||
* | | Merge 3.4 (Misc/ACKS) | Victor Stinner | 2015-07-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #23319: Add Matthieu Gautier to Misc/ACKS | Victor Stinner | 2015-07-29 | 1 | -0/+1 |
| | | |||||
* | | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. | Robert Collins | 2015-07-26 | 1 | -0/+1 |
| | | |||||
* | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -0/+1 |
| | | |||||
* | | - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. | Robert Collins | 2015-07-14 | 1 | -0/+2 |
|\ \ | |/ | | | | | Patch from Nicola Palumbo and Laurent De Buyst. | ||||
| * | - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. | Robert Collins | 2015-07-14 | 1 | -0/+2 |
| | | | | | | | | Patch from Nicola Palumbo and Laurent De Buyst. | ||||
| * | Issue #23985: Fixed integer overflow in iterator object. Patch by | Serhiy Storchaka | 2015-05-21 | 1 | -0/+1 |
| | | | | | | | | Clement Rouault. | ||||
* | | Issue #23661: unittest.mock side_effects can now be exceptions again. | Robert Collins | 2015-07-14 | 1 | -0/+1 |
| | | | | | | | | This was a regression vs Python 3.4. Patch from Ignacio Rossi | ||||
* | | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Known limitations of the current implementation: - documentation changes are incomplete - there's a reference leak I haven't tracked down yet The leak is most visible by running: ./python -m test -R3:3 test_importlib However, you can also see it by running: ./python -X showrefcount Importing the array or _testmultiphase modules, and then deleting them from both sys.modules and the local namespace shows significant increases in the total number of active references each cycle. By contrast, with _testcapi (which continues to use single-phase initialisation) the global refcounts stabilise after a couple of cycles. | ||||
* | | Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. | Raymond Hettinger | 2015-05-23 | 1 | -0/+1 |
| | | |||||
* | | Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-21 | 1 | -0/+1 |
| | | | | | | | | | | assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall. | ||||
* | | Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura ↵ | Antoine Pitrou | 2015-05-20 | 1 | -0/+1 |
| | | | | | | | | Rupprecht. | ||||
* | | #21083: add get_content_disposition method to email.message. | R David Murray | 2015-05-16 | 1 | -0/+1 |
| | | | | | | | | Patch by Abhilash Raj. | ||||
* | | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 1 | -0/+1 |
| | | | | | | | | Patch by Neil Girdhar. | ||||
* | | Issue #22619: Added negative limit support in the traceback module. | Serhiy Storchaka | 2015-05-03 | 1 | -0/+1 |
| | | | | | | | | Based on patch by Dmitry Kazakov. | ||||
* | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Also updates a few internal implementations of the same thing to use the new built-in code. Contributed by Arnon Yaari. | ||||
* | | #16914: add timestamps to smtplib debugging output via new debuglevel 2. | R David Murray | 2015-04-16 | 1 | -0/+2 |
| | | | | | | | | Patch by Gavin Chappell and Maciej Szulik. | ||||
* | | #7159: generalize urllib prior auth support. | R David Murray | 2015-04-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is a superset of the functionality introduced by the issue #19494 enhancement, and supersedes that fix. Instead of a new handler, we have a new password manager that tracks whether we should send the auth for a given uri. This allows us to say "always send", satisfying #19494, or track that we've succeeded in auth and send the creds right away on every *subsequent* request. The support for using the password manager is added to AbstractBasicAuth, which means the proxy handler also now can handle prior auth if passed the new password manager. Patch by Akshit Khurana, docs mostly by me. | ||||
* | | #18128: use standard +NNNN timezone format in POT-Creation-Date header. | R David Murray | 2015-04-16 | 1 | -0/+1 |
| | | | | | | | | Patch by Michael McFadden, with a few small style tweaks. | ||||
* | | Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and ↵ | Eric V. Smith | 2015-04-15 | 1 | -0/+1 |
| | | | | | | | | tarfile.TarFile.extractall(). | ||||
* | | add Allison Kaptur (#21217) | Benjamin Peterson | 2015-04-15 | 1 | -0/+1 |
| | | |||||
* | | Issue #21217: inspect.getsourcelines() now tries to compute the start and | Antoine Pitrou | 2015-04-14 | 1 | -0/+1 |
| | | | | | | | | | | end lines from the code object, fixing an issue when a lambda function is used as decorator argument. Patch by Thomas Ballinger. | ||||
* | | Merge 3.4 (#23310) | Łukasz Langa | 2015-04-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #23310: Fix MagicMock's initializer to work with __methods__. | Łukasz Langa | 2015-04-14 | 1 | -0/+1 |
| | | | | | | | | Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim. | ||||
* | | Issue #23310: Fix MagicMock's initializer to work with __methods__. | Łukasz Langa | 2015-04-14 | 1 | -0/+1 |
| | | | | | | | | Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim. | ||||
* | | #11754: test contents of string module attributes. | R David Murray | 2015-04-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | As noted in the comment, while the order of the items in the attributes is not technically guaranteed, after all this time there is almost certainly user code out there that relies on it, so we might as well test for it. Patch by Chalmer Lowe. | ||||
* | | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. | Larry Hastings | 2015-04-13 | 1 | -0/+1 |
| | | | | | | | | Patch courtesy of Joe Jevnik. | ||||
* | | Issue #21116: Avoid blowing memory when allocating a multiprocessing shared | Antoine Pitrou | 2015-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | array that's larger than 50% of the available RAM. Patch by Médéric Boquien. | ||||
* | | Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Attribute Michael Dorman for his initial patch on issue #18402. | Zachary Ware | 2015-04-13 | 1 | -0/+1 |
| | | |||||
* | | Issue #23338: Fixed formatting ctypes error messages on Cygwin. | Serhiy Storchaka | 2015-04-04 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Makoto Kato. | ||||
| * | Issue #23338: Fixed formatting ctypes error messages on Cygwin. | Serhiy Storchaka | 2015-04-04 | 1 | -0/+1 |
| | | | | | | | | Patch by Makoto Kato. | ||||
* | | #11468: merge with 3.4. | Ezio Melotti | 2015-03-24 | 1 | -0/+1 |
|\ \ | |/ |