Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Modernize sqlite3 tests | Berker Peksag | 2016-06-12 | 6 | -257/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update current tests that use old pattern with assertRaises to make them more maintainable. | |||||
| | * | | | | Fix typo in _sqlite/module.h | Berker Peksag | 2016-06-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Issue #15657: Delete incorrect statement from PyMethodDef documentation | Berker Peksag | 2016-06-12 | 1 | -3/+2 | |
| | | | | | | ||||||
| | * | | | | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib | Berker Peksag | 2016-06-12 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | functools.partial objects. | |||||
| | * | | | | 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: 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. | |||||
| | * | | | | Use exc role for ValueError in multiprocessing.rst | Berker Peksag | 2016-06-12 | 1 | -1/+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 | |
| | | | | | | ||||||
| | * | | | | Merge heads | Serhiy Storchaka | 2016-06-12 | 4 | -6/+7 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 3 | -4/+4 | |
| | | | | | | | ||||||
| | | * | | | | 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 #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: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 3 | -3/+8 | |
| | | | | | | ||||||
* | | | | | | Post-release fixups for Python 3.5.2. | Larry Hastings | 2016-06-27 | 2 | -3/+15 | |
| | | | | | | ||||||
* | | | | | | Added tag v3.5.2 for changeset 4def2a2901a5 | Larry Hastings | 2016-06-25 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Version number bump for 3.5.2 final.v3.5.2 | Larry Hastings | 2016-06-25 | 2 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | Update pydoc topics for 3.5.2 final. | Larry Hastings | 2016-06-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. | Terry Jan Reedy | 2016-06-22 | 2 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | alter header; '%' really throws latex through a loop | Benjamin Peterson | 2016-06-22 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 4 | -5/+14 | |
| | | | | | | ||||||
* | | | | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. | Matthias Klose | 2016-06-13 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Post-release fixups for Python 3.5.2rc1. | Larry Hastings | 2016-06-13 | 2 | -2/+14 | |
| | | | | | ||||||
* | | | | | Added tag v3.5.2rc1 for changeset 68feec6488b2 | Larry Hastings | 2016-06-12 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Updated header for README for 3.5.2rc1.v3.5.2rc1 | Larry Hastings | 2016-06-12 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Release bump for 3.5.2rc1. | Larry Hastings | 2016-06-12 | 3 | -6/+6 | |
| | | | | | ||||||
* | | | | | Regenerated pydoc topics for 3.5.2rc1. | Larry Hastings | 2016-06-12 | 1 | -20/+20 | |
|/ / / / | ||||||
* | | | | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 5 | -30/+66 | |
| | | | | | | | | | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | |||||
* | | | | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages | Łukasz Langa | 2016-06-12 | 3 | -4/+81 | |
| | | | | | | | | | | | | | | | | Patch by James Pickering. | |||||
* | | | | Issue #27194: superfluous truncate calls in tarfile.py slow down extraction | Łukasz Langa | 2016-06-11 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | Patch by Jason Fried. | |||||
* | | | | 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.4 | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | raise an error when STARTTLS fails | Benjamin Peterson | 2016-06-11 | 2 | -0/+8 | |
| | | | | ||||||
* | | | | Fix typo and silence a Sphinx warning in Doc/glossary.rst | Berker Peksag | 2016-06-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Silence 'make suspicious' warnings | Berker Peksag | 2016-06-11 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | 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. | |||||
* | | | | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 224 | -136/+539 | |
| | | | | | | | | | | | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | |||||
* | | | | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. | Yury Selivanov | 2016-06-11 | 3 | -1/+35 | |
| | | | | | | | | | | | | | | | | Patch by David Coles. | |||||
* | | | | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. | Yury Selivanov | 2016-06-11 | 3 | -18/+29 | |
| | | | | | | | | | | | | | | | | Patch by Łukasz Langa. | |||||
* | | | | Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 2 | -0/+8 | |
| | | | | ||||||
* | | | | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 2 | -1/+85 | |
| | | | | | | | | | | | | | | | | | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. | |||||
* | | | | Issue #20900: distutils register command now decodes HTTP responses correctly | Berker Peksag | 2016-06-10 | 4 | -4/+21 | |
| | | | | | | | | | | | | | | | | Initial patch by ingrid. | |||||
* | | | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove | doko@ubuntu.com | 2016-06-10 | 3 | -609/+6 | |
| | | | | | | | | | | | | | | | | unused and outdated icons. | |||||
* | | | | Issue #27280: Fix typo in IPv6Network documentation | Berker Peksag | 2016-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Patch by Arthur Carcano. | |||||
* | | | | Issue #24617: Add comment for os.mkdir about mode quirks | Tommy Beadle | 2016-06-02 | 1 | -4/+10 | |
| | | | | ||||||
* | | | | Fix typo and move comment to appropriate condition | Martin Panter | 2016-06-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #8491: Add link to Gnu Readline configuration documentation | Martin Panter | 2016-06-10 | 1 | -0/+7 | |
| | | | |