summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Modernize sqlite3 testsBerker Peksag2016-06-126-257/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update current tests that use old pattern with assertRaises to make them more maintainable.
| | * | | | Fix typo in _sqlite/module.hBerker Peksag2016-06-121-1/+1
| | | | | |
| | * | | | Issue #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
| | | | | |
| | * | | | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplibBerker Peksag2016-06-121-1/+2
| | | | | |
| | * | | | Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | functools.partial objects.
| | * | | | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-123-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Dave Sawyer.
| | * | | | Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-122-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.rstBerker Peksag2016-06-121-1/+1
| | | | | |
| | * | | | Issue #27221: Delete an outdated paragraph about pickle support of ProcessBerker Peksag2016-06-121-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Jelle Zijlstra.
| | * | | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-123-18/+61
| | | | | |
| | * | | | Merge headsSerhiy Storchaka2016-06-124-6/+7
| | |\ \ \ \
| | | * | | | Fix typos and English grammar in documentation and code commentMartin Panter2016-06-123-4/+4
| | | | | | |
| | | * | | | Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030Martin Panter2016-06-121-2/+3
| | | | | | |
| | * | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-123-4/+25
| | | | | | |
| | * | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-127-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 NadikuditiMartin Panter2016-06-123-3/+8
| | | | | |
* | | | | | Post-release fixups for Python 3.5.2.Larry Hastings2016-06-272-3/+15
| | | | | |
* | | | | | Added tag v3.5.2 for changeset 4def2a2901a5Larry Hastings2016-06-251-0/+1
| | | | | |
* | | | | | Version number bump for 3.5.2 final.v3.5.2Larry Hastings2016-06-252-5/+5
| | | | | |
* | | | | | Update pydoc topics for 3.5.2 final.Larry Hastings2016-06-251-1/+1
| | | | | |
* | | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.Terry Jan Reedy2016-06-222-3/+3
| | | | | |
* | | | | | alter header; '%' really throws latex through a loopBenjamin Peterson2016-06-221-2/+2
| | | | | |
* | | | | | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-154-5/+14
| | | | | |
* | | | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
|/ / / / /
* | | | | Post-release fixups for Python 3.5.2rc1.Larry Hastings2016-06-132-2/+14
| | | | |
* | | | | Added tag v3.5.2rc1 for changeset 68feec6488b2Larry Hastings2016-06-121-0/+1
| | | | |
* | | | | Updated header for README for 3.5.2rc1.v3.5.2rc1Larry Hastings2016-06-121-2/+2
| | | | |
* | | | | Release bump for 3.5.2rc1.Larry Hastings2016-06-123-6/+6
| | | | |
* | | | | Regenerated pydoc topics for 3.5.2rc1.Larry Hastings2016-06-121-20/+20
|/ / / /
* | | | Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-125-30/+66
| | | | | | | | | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar.
* | | | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-123-4/+81
| | | | | | | | | | | | | | | | Patch by James Pickering.
* | | | Issue #27194: superfluous truncate calls in tarfile.py slow down extractionŁukasz Langa2016-06-112-2/+3
| | | | | | | | | | | | | | | | Patch by Jason Fried.
* | | | merge 3.4 (#26556)Benjamin Peterson2016-06-114-6/+26
|\ \ \ \ | |/ / /
| * | | upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-114-6/+26
| | | |
* | | | merge 3.4Benjamin Peterson2016-06-112-0/+8
|\ \ \ \ | |/ / /
| * | | raise an error when STARTTLS failsBenjamin Peterson2016-06-112-0/+8
| | | |
* | | | Fix typo and silence a Sphinx warning in Doc/glossary.rstBerker Peksag2016-06-111-1/+1
| | | |
* | | | Silence 'make suspicious' warningsBerker Peksag2016-06-111-3/+3
| | | |
* | | | Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-113-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 Reedy2016-06-11224-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 Selivanov2016-06-113-1/+35
| | | | | | | | | | | | | | | | Patch by David Coles.
* | | | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-113-18/+29
| | | | | | | | | | | | | | | | Patch by Łukasz Langa.
* | | | Issue #5124: NEWS entries.Terry Jan Reedy2016-06-112-0/+8
| | | |
* | | | Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-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 correctlyBerker Peksag2016-06-104-4/+21
| | | | | | | | | | | | | | | | Initial patch by ingrid.
* | | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-103-609/+6
| | | | | | | | | | | | | | | | unused and outdated icons.
* | | | Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1
| | | | | | | | | | | | | | | | Patch by Arthur Carcano.
* | | | Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+10
| | | |
* | | | Fix typo and move comment to appropriate conditionMartin Panter2016-06-101-2/+2
| | | |
* | | | Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
| | | |