summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)Senthil Kumaran2017-04-021-3/+3
* Add helpful explaination to test_password_manager tests. (#936) (#941)Senthil Kumaran2017-04-021-15/+26
* bpo-29949: Fix set memory usage regression (GH-945)INADA Naoki2017-04-012-6/+7
* bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)Serhiy Storchaka2017-03-313-11/+18
* bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919)Mariatta2017-03-311-22/+28
* bpo-29952: Use usual terminology of dict (GH-922)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. (#911)T. Wouters2017-03-303-24/+39
* bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)Mariatta2017-03-301-0/+5
* 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) (#903)Serhiy Storchaka2017-03-303-48/+167
* Remove an unrequired TODO in test_urllib2. (#897) (#900)Senthil Kumaran2017-03-301-1/+0
* bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)Senthil Kumaran2017-03-301-2/+2
* bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)Mariatta2017-03-301-3/+6
* bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882)Xiang Zhang2017-03-293-25/+117
* bpo-16011: clarify that 'in' always returns a boolean value (GH-874)Mariatta2017-03-281-9/+10
* bpo-29643: Fix check for --enable-optimizations (GH-869)INADA Naoki2017-03-283-2/+7
* bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)Mariatta2017-03-281-1/+2
* Drop the standard gcc test build on Travis (GH-853) (GH-859)Brett Cannon2017-03-271-4/+4
* Minor test cleanup (GH-837) (GH-838)Zachary Ware2017-03-272-7/+0
* Treat Sphinx warnings as errors (GH-832) (GH-834)Zachary Ware2017-03-272-3/+1
* import sys before we use it on line 9 (GH-828) (GH-833)Mariatta2017-03-271-1/+2
* 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-811)Mariatta2017-03-251-1/+1
* bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)Mariatta2017-03-251-1/+1
* bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)Brett Cannon2017-03-241-2/+16
* bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True)… (#806)Serhiy Storchaka2017-03-243-17/+23
* bpo-29861: release references to multiprocessing Pool tasks (#743) (#800)Antoine Pitrou2017-03-243-1/+37
* faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797)Christophe Zeitouny2017-03-243-1/+20
* Remove an outdated statement in execution model docs (GH-754) (GH-775)Mariatta2017-03-231-6/+0
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)INADA Naoki2017-03-222-2/+18
* doc: minor fix for library/profile (GH-766)INADA Naoki2017-03-221-3/+3
* fix function name in tabnanny documentation (GH-762)Xiang Zhang2017-03-222-5/+5
* bpo-29864: Don't use Py_SIZE for dict object. (#747) (#750)Serhiy Storchaka2017-03-221-1/+1
* Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6Ned Deily2017-03-223-15/+31
|\
| * Bump to 3.6.2rc1 development.Ned Deily2017-03-222-1/+51
| * Update docs and patchlevel for 3.6.1 finalv3.6.1Ned Deily2017-03-213-24/+12
| * bpo-27593: Revise git SCM build info. (#744) (#745)Ned Deily2017-03-213-6/+6
| * Takes vcruntime140.dll from the correct source. (#684)Steve Dower2017-03-212-11/+6
| * [3.6] bpo-29723: Consistently configure sys.path[0] (#636)Nick Coghlan2017-03-213-28/+147
| * Fix the only non-C90 comment to be C90 compatible. (#568)n.d. parker2017-03-211-1/+1
| * bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)INADA Naoki2017-03-211-2/+0
| * Fixes the upload script to purge the CDN correctly and display success output...Steve Dower2017-03-211-0/+2
* | Revert and fix Misc/NEWS after merge error in fca705d53397. (#755)Ned Deily2017-03-221-802/+3
* | bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753)INADA Naoki2017-03-212-11/+16
* | bpo-27593: Revise git SCM build info. (#744) (#745)Ned Deily2017-03-213-6/+6
* | Fix "NotImplentedError" typo in constants documentation (#692) (#739)Serhiy Storchaka2017-03-201-1/+1
* | bpo-28876: bool of large range raises OverflowError (#699) (#734)Serhiy Storchaka2017-03-203-5/+27
* | bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)Mariatta2017-03-201-1/+1
* | bpo-29116: Fix error messages for concatenating bytes and bytearray with unsu...Serhiy Storchaka2017-03-192-2/+2