summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-29798: Handle git worktree in patchcheckNick Coghlan2017-04-091-1/+1
* bpo-29998: Pickling and copying ImportError now preserves name and path (#101...Serhiy Storchaka2017-04-083-0/+71
* Expand the PySlice_GetIndicesEx macro. (#1023) (#1045)Serhiy Storchaka2017-04-0811-45/+47
* Closes bpo-29939: suppress compiler warnings in _ctypes_test (#1039)Vinay Sajip2017-04-071-3/+3
* Fix a minor typo. (#1032) (#1036)Barry Warsaw2017-04-071-1/+1
* Remove Invalid comment in test_urllib2.py (#1021)Senthil Kumaran2017-04-071-1/+0
* [3.5] bpo-19225: Lack of c api exceptions doc (#965)cocoatomo2017-04-062-56/+146
* correct parse_qs and parse_qsl test case descriptions. (#968) (#998)Senthil Kumaran2017-04-052-19/+23
* Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006)Serhiy Storchaka2017-04-051-9/+9
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986)Senthil Kumaran2017-04-041-0/+5
* Minor spell fix and formatting fixes in urllib tests. (#959) (#960)Senthil Kumaran2017-04-022-2/+6
* bpo-29941: Assert fixes (#886) (#956)T. Wouters2017-04-022-1/+7
* bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#958)Senthil Kumaran2017-04-021-3/+3
* bpo-29952: Use usual terminology of dict (GH-923)INADA Naoki2017-03-311-1/+1
* Remove catching OSError in ftphandler test. Only URLError is raised in urllib...Senthil Kumaran2017-03-311-3/+1
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912)T. Wouters2017-03-303-24/+39
* bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...Serhiy Storchaka2017-03-306-11/+31
* bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#904)Serhiy Storchaka2017-03-303-48/+167
* Remove an unrequired TODO in test_urllib2. (#897) (#901)Senthil Kumaran2017-03-301-1/+0
* bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895)Senthil Kumaran2017-03-301-2/+2
* bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893)Mariatta2017-03-301-3/+6
* bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884)Xiang Zhang2017-03-293-25/+117
* bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875)Mariatta2017-03-281-9/+10
* bpo-29643: Fix check for --enable-optimizations (GH-871)INADA Naoki2017-03-283-2/+7
* bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863)Mariatta2017-03-281-1/+2
* Drop the standard gcc test build on Travis (GH-853) (GH-860)Brett Cannon2017-03-271-4/+4
* bpo-27425: Add .gitattributes, fix Windows tests (#844)Victor Stinner2017-03-271-0/+8
* Minor test cleanup (GH-837) (GH-839)Zachary Ware2017-03-272-7/+0
* Treat Sphinx warnings as errors (GH-832) (GH-835)Zachary Ware2017-03-271-1/+1
* bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-...Ned Deily2017-03-261-1/+1
* bpo-29862: Fix grammar in importlib.reload() exception (GH-809) (GH-812)Mariatta2017-03-251-1/+1
* bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) ...Serhiy Storchaka2017-03-243-17/+23
* bpo-29861: release references to multiprocessing Pool tasks (#743) (#801)Antoine Pitrou2017-03-243-1/+37
* faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796)Christophe Zeitouny2017-03-243-1/+20
* Remove an outdated statement in execution model docs (GH-754) (GH-774)Mariatta2017-03-231-6/+0
* doc: minor fix for library/profile (GH-767)INADA Naoki2017-03-221-3/+3
* fix function name in tabnanny documentation (GH-763)Xiang Zhang2017-03-222-5/+5
* bpo-27593: Revise git SCM build info. (#744) (#746)Ned Deily2017-03-213-6/+6
* bpo-28876: bool of large range raises OverflowError (#699) (#735)Serhiy Storchaka2017-03-203-5/+36
* bpo-29856: Fix typo in curses documentation (GH-730) (GH-732)Mariatta2017-03-201-1/+1
* bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#5...Serhiy Storchaka2017-03-196-9/+75
* bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#726)Serhiy Storchaka2017-03-195-1/+8
* bpo-29116: Fix error messages for concatenating bytes and bytearray with unsu...Serhiy Storchaka2017-03-192-2/+2
* bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715)Serhiy Storchaka2017-03-192-74/+66
* Drop C++ header compatibility test (#718) (#720)Brett Cannon2017-03-191-2/+0
* Combine the C++ header CI build into the main C build (GH-697) (GH-705)Brett Cannon2017-03-171-9/+2
* bpo-29808: Do not fail in SysLogHandler constructor if syslog isn't available...Vinay Sajip2017-03-171-1/+8
* bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#691)Berker Peksag2017-03-172-1/+8
* bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689)Mariatta2017-03-171-12/+6
* Takes vcruntime140.dll from the correct source. (#683)Steve Dower2017-03-162-11/+6