summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-092-0/+3
* Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-063-234/+41
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-0633-110/+110
* Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-053-73/+136
* Fix typos in documentation and commentsMartin Panter2016-04-054-8/+8
* Issue #23735: Avoid sighandler_t Gnu-ismMartin Panter2016-04-031-1/+1
* Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-036-0/+87
* Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute linksMartin Panter2016-04-011-50/+53
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-316-7/+7
* Issue #22854: fileno() is always required in IOBase; remove testMartin Panter2016-03-311-6/+0
* Issue #26492: Added additional tests for exhausted iterators of mutable seque...Serhiy Storchaka2016-03-303-0/+32
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-3016-15/+86
* Issue #23804: Fix SSL recv/read(0) to not return 1024 bytesMartin Panter2016-03-283-3/+13
* Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-273-0/+18
* Revert the last change:doko@ubuntu.com2016-03-231-1/+1
* Makefile.pre.in:doko@ubuntu.com2016-03-231-2/+2
* Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-222-0/+6
* remove useless $ keyword (closes #17167)Benjamin Peterson2016-03-221-1/+1
* Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4
* whitespaceTerry Jan Reedy2016-03-211-3/+3
* Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
* Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes.Terry Jan Reedy2016-03-211-74/+74
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-204-3/+6
* Added new tests for detecting Python source code encoding.Serhiy Storchaka2016-03-201-3/+75
* Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...Serhiy Storchaka2016-03-202-73/+62
|\
| * Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
* | Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
|/
* Issue #23857: Implement PEP 493Nick Coghlan2016-03-206-10/+156
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-182-0/+13
* Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-172-1/+5
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0.Steve Dower2016-03-174-3/+5
* Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3Donald Stufft2016-03-173-2/+2
* Issue #17603: Check for st_blocks field without requiring fileblocks.oMartin Panter2016-03-184-15/+4
* Skip test_site if USER_SITE cannot be createdVictor Stinner2016-03-141-2/+7
* Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-143-19/+19
* #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-132-0/+6
* #25687: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-132-4/+7
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-122-1/+3
* Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-124-7/+29
* Issue 25959: Explain in docstring that PhotoImage.zoom arguments areTerry Jan Reedy2016-03-111-4/+8
* #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B.Ezio Melotti2016-03-111-0/+11
* Issue #16851: Add Anna Koroliuk to Misc/ACKSVictor Stinner2016-03-111-0/+1
* Fix inspect.ismethod() docVictor Stinner2016-03-111-1/+2
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-096-137/+181
* Issue #15068: Avoid creating a reference loop in fileinput.Serhiy Storchaka2016-03-081-13/+15
* Backed out changeset: e7065fc4a6c2Steve Dower2016-03-081-1/+1
* Force clean externals on buildbots.Steve Dower2016-03-081-1/+1
* Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-084-3/+5
* Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-084-83/+146