summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-115-8/+8
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2644-177/+172
* Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-111-3/+3
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-1022-41/+51
* Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properlySerhiy Storchaka2016-04-103-1/+8
* Issue #26712: Unify (r)split(), (l/r)strip() tests into string_testsMartin Panter2016-04-102-72/+36
* Issue #26609: Fix up Python 2 portMartin Panter2016-04-091-6/+6
* Issue #26609: Fix HTTP server tests to request an absolute URL pathMartin Panter2016-04-091-10/+27
* Issue #19377: Add .svg to mimetypes.types_mapBerker Peksag2016-04-092-0/+4
* Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-092-0/+3
* 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