Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 3 | -0/+13 | |
| | | | | | | | | | | | | | | | | Patch by Dave Sawyer. | |||||
* | | | | Issue #27188: Merge from 3.5 | Berker Peksag | 2016-06-12 | 2 | -18/+31 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 2 | -18/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. | |||||
* | | | | Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Use exc role for ValueError in multiprocessing.rst | Berker Peksag | 2016-06-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #27221: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -6/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27221: Delete an outdated paragraph about pickle support of Process | Berker Peksag | 2016-06-12 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | | | Initial patch by Jelle Zijlstra. | |||||
* | | | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 3 | -18/+61 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 3 | -18/+61 | |
| | | | | ||||||
* | | | | Null merge | Serhiy Storchaka | 2016-06-12 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge heads | Serhiy Storchaka | 2016-06-12 | 4 | -6/+7 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge heads | Serhiy Storchaka | 2016-06-12 | 5 | -10/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add grammatical article to “an ASCII letter” | Martin Panter | 2016-06-12 | 2 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Merge typo fixes from 3.5 | Martin Panter | 2016-06-12 | 3 | -4/+4 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 3 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Issue #27030: Merge RE fix from 3.5 | Martin Panter | 2016-06-12 | 1 | -2/+3 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 | Martin Panter | 2016-06-12 | 1 | -2/+3 | |
| | | | | | | ||||||
* | | | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 3 | -4/+25 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 3 | -4/+25 | |
| | | | | | | ||||||
* | | | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 7 | -105/+119 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | |||||
| * | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 7 | -107/+121 | |
| |/ / / | | | | | | | | | | | | | | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | |||||
* | | | | Issue #16484: Merge pydoc Windows fixes from 3.5 | Martin Panter | 2016-06-12 | 3 | -3/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 3 | -3/+8 | |
| |/ / | ||||||
* | | | Drop unused import | Martin Panter | 2016-06-12 | 1 | -1/+0 | |
| | | | ||||||
* | | | Issue #24136: Adjust f-strings doc for interable unpacking | Martin Panter | 2016-06-12 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue #24136: Merge unpacking doc from 3.5 | Martin Panter | 2016-06-12 | 5 | -30/+66 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 5 | -30/+66 | |
| | | | | | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | |||||
* | | | merge heads | Łukasz Langa | 2016-06-12 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Clarify that md5 is in the algorithms_guaranteed list despite what | Gregory P. Smith | 2016-06-12 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | some upstream vendors may do to their odd "FIPS compliant" builds. issue15468. | |||||
* | | | | Merge 3.5, issue #14209 | Łukasz Langa | 2016-06-12 | 3 | -4/+81 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages | Łukasz Langa | 2016-06-12 | 3 | -4/+81 | |
| | | | | | | | | | | | | Patch by James Pickering. | |||||
* | | | merge heads | Gregory P. Smith | 2016-06-12 | 2 | -2/+3 | |
|\ \ \ | ||||||
| * \ \ | Merge 3.5, issue #27194 | Łukasz Langa | 2016-06-11 | 2 | -2/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #27194: superfluous truncate calls in tarfile.py slow down extraction | Łukasz Langa | 2016-06-11 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | Patch by Jason Fried. | |||||
* | | | | issue15468 - use sha256 instead of md5 or sha1 in the examples. | Gregory P. Smith | 2016-06-12 | 1 | -8/+10 | |
|/ / / | | | | | | | | | | | | | | | | document that md5 may be missing in the rare case someone is using a "FIPS compliant" build. I've only ever heard of Redhat creating one of those - CPython itself offers no such build mode out of the box. | |||||
* | | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 10 | -1187/+1361 | |
| | | | ||||||
* | | | Issue #27294: Improved repr for Tkinter event objects. | Serhiy Storchaka | 2016-06-11 | 2 | -2/+75 | |
| | | | ||||||
* | | | merge 3.5 (#26556) | Benjamin Peterson | 2016-06-11 | 4 | -6/+26 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 (#26556) | Benjamin Peterson | 2016-06-11 | 4 | -6/+26 | |
| |\ \ | | |/ | ||||||
| | * | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 4 | -6/+26 | |
| | | | ||||||
* | | | merge 3.5 | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 | |
| |\ \ | | |/ | ||||||
| | * | raise an error when STARTTLS fails | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 | |
| | | | ||||||
* | | | Merge from 3.5 | Berker Peksag | 2016-06-11 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix typo and silence a Sphinx warning in Doc/glossary.rst | Berker Peksag | 2016-06-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge from 3.5 | Berker Peksag | 2016-06-11 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Silence 'make suspicious' warnings | Berker Peksag | 2016-06-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ | Berker Peksag | 2016-06-11 | 3 | -2/+6 | |
| | | | | | | | | | | | | Patch by Gareth Rees. | |||||
* | | | Issue #21386: Merge from 3.5 | Berker Peksag | 2016-06-11 | 3 | -0/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #21386: Implement missing IPv4Address.is_global property | Berker Peksag | 2016-06-11 | 3 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi. |