91059 Commits (10fa83cb77299edb6feeaff2f6d0fe44a674ca4f)
 

Author SHA1 Message Date
Martin Panter 98da9d0e0d Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 10 years ago
Martin Panter 9ad0aae656 Issue #18010: Fix pydoc web server search to handle package exceptions 10 years ago
Yury Selivanov 7931be403d Merge 3.4 10 years ago
Yury Selivanov ade0412613 asyncio: Optimize asyncio.sleep(0) 10 years ago
Serhiy Storchaka b5d0a21553 Issue #25554: Got rid of circular references in regular expression parsing. 10 years ago
Victor Stinner 60a1d3cd15 Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the 10 years ago
Serhiy Storchaka 4d11a94fb6 Issue #24726: Fixed issue number for previous changeset 59c7615ea921. 10 years ago
Serhiy Storchaka 710cd34bdb Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that 10 years ago
Serhiy Storchaka b45b7b2137 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises 10 years ago
Benjamin Peterson b25d09a15e merge 3.4 10 years ago
Benjamin Peterson 5be2dac560 remove trailing ws 10 years ago
Benjamin Peterson 1897c9860a merge 3.4 10 years ago
Benjamin Peterson c2f01213ed link to modern PUG url 10 years ago
Guido van Rossum 26825bcb8d Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5) 10 years ago
Guido van Rossum 8778c6b77e Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. 10 years ago
Serhiy Storchaka f51d715845 Issue #25523: Further a-to-an corrections new in 3.5. 10 years ago
Serhiy Storchaka a84f6c3dd3 Issue #25523: Merge a-to-an corrections from 3.4. 10 years ago
Serhiy Storchaka d65c9496da Issue #25523: Further a-to-an corrections. 10 years ago
Martin Panter d2ad5718ad Issue #25523: Further a-to-an corrections new in 3.5 10 years ago
Martin Panter 2eb819f7a8 Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
Martin Panter 7462b64911 Issue #25523: Correct "a" article to "an" article 10 years ago
Serhiy Storchaka 56275dc1e2 Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' 10 years ago
Serhiy Storchaka 314464d0ab Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' 10 years ago
Serhiy Storchaka 14eefe353e Issue #25395: Fixed crash when highly nested OrderedDict structures were 10 years ago
Berker Peksag 964ec8b2f3 Fix typo noticed by Alec Nunn 10 years ago
Steve Dower 04a4316acc Issue #25450: Updates shortcuts to start Python in installation directory. 10 years ago
Steve Dower 940f6a8f11 Improves handling of test markers for building Python without intefering with actual installs. 10 years ago
Yury Selivanov f97edf1aa6 whatsnew/3.5: NumPy 1.10 has been released 10 years ago
Yury Selivanov c62162d5fd docs/inspect: Document __annotations__ 10 years ago
Martin Panter 0e5eba25c7 Fix more typos in whatsnew/3.5.rst 10 years ago
Martin Panter 4827e488a4 Merge spelling fixes from 3.4 into 3.5 10 years ago
Martin Panter 1f1177d69a Fix some spelling errors in documentation and code comments 10 years ago
Terry Jan Reedy c02948126c Merge with 3.4 10 years ago
Terry Jan Reedy 3e8a7ad7fc Issue #25519: Mark difflib.ndiff as a functions where not already. 10 years ago
Terry Jan Reedy 3f209b63f5 Merge with 3.4 10 years ago
Terry Jan Reedy a05e7f6743 Issue #25505: Remove unused buggy method. 10 years ago
Terry Jan Reedy dc22031a61 Merge with 3.4 10 years ago
Terry Jan Reedy bbdc065506 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). 10 years ago
Benjamin Peterson adf8627f41 merge 3.4 (#25504) 10 years ago
Benjamin Peterson dcc13ef1e9 fix usage of undefined name (#25504) 10 years ago
Benjamin Peterson 788cb52905 always use os.urandom for the uuid4 algorithm (closes #25515) 10 years ago
Serhiy Storchaka 265cee0480 Issue25506: Fixed a copy-pasting error in test_pprint. 10 years ago
Serhiy Storchaka 15f74f44d8 Merge heads 10 years ago
Serhiy Storchaka ac4bdcc80e Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. 10 years ago
Benjamin Peterson 669ff66c32 remove duplicated imports (closes #25502) 10 years ago
Serhiy Storchaka f8152c67f5 Issue #21827: Fixed textwrap.dedent() for the case when largest common 10 years ago
Serhiy Storchaka ea4cb63e68 Issue #21827: Fixed textwrap.dedent() for the case when largest common 10 years ago
Terry Jan Reedy 44b1020c12 Merge with 3.4 10 years ago
Terry Jan Reedy 68b6874f59 Issue #25432: Explain isinstance behaviour when type is a tuple. 10 years ago
Zachary Ware 32dcf40af0 Issue #25494: Merge with 3.4 10 years ago