100903 Commits (1e34da49ef22004ca25c517b3f07c6d25f083ece)
 

Author SHA1 Message Date
Mario Corchero f80c0ca133 Fix when parsing tz offsets microseconds shorter than 6 (#4781) 8 years ago
Serhiy Storchaka d4864c61e3
bpo-24340: Fix estimation of the code stack size. (#5076) 8 years ago
David Carlier b4ebaa7099 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) 8 years ago
Ned Deily 2ab3a8fd26 Post-release version bump to a4+ 8 years ago
Ned Deily a612df0bed Fix several changelog items to use PEP markup. 8 years ago
Ned Deily 868460c576 Python 3.7.0a4 8 years ago
Steve Dower d135f20ae8
bpo-32507: Change Windows install to include app-local UCRT (#5119) 8 years ago
Ned Deily 07c9d8547c Bump to 3.7.0a4 8 years ago
Ned Deily 3b43bfaae6 Update docs for 3.7.0a4 8 years ago
Ned Deily ca0c5f2656
bpo-32248: install new test_importlib directories (#5138) 8 years ago
Nick Coghlan 9b99747386
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) 8 years ago
Eric V. Smith d13889214a
bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131) 8 years ago
Zachary Ware b216a25312
Fix version in AppVeyor config (GH-5124) 8 years ago
Serhiy Storchaka 3460198f6b
bpo-31802: Fix importing native path module before importing os. (#4017) 8 years ago
Nathaniel J. Smith e46a8af450 bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) 8 years ago
Eric V. Smith d327ae6ba1
Fix dataclasses docstring typo. (gh-5118) 8 years ago
Zachary Ware 7f7de371f9
Kill the AppVeyor file whitelist (GH-5121) 8 years ago
Max Bélanger af11a15c58 bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows 8 years ago
Eric V. Smith d80b443f02
bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) 8 years ago
Eric V. Smith ed7d429ebb
bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) 8 years ago
Eric V. Smith e7ba013d87
bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113) 8 years ago
Olivier Grisel 3cd7c6e6eb bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353) 8 years ago
Paul Ganssle 85ac726a40 Cleanup grammar in unittest.mock.seal documentation (#5107) 8 years ago
Mario Corchero 9f1e5f1b7f bpo-32206: Pdb can now run modules (GH-4752) 8 years ago
Nathaniel J. Smith 735ae8d139 bpo-29137: Remove fpectl module (#4789) 8 years ago
Michael Felt 502d551c6d bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972) 8 years ago
Thomas Moreau 94459fd7dc bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) 8 years ago
Benjamin Peterson 65f2a6dcc2
advance copyright years to 2018 (#5094) 8 years ago
Serhiy Storchaka ce5b0e9db1
bpo-32226: Make __class_getitem__ an automatic class method. (#5098) 8 years ago
Serhiy Storchaka 87be28f4a1
bpo-31672: Restore the former behavior when override flags in Template. (#5099) 8 years ago
Berker Peksag 78e24d4415
Fix outdated comment in typeobject.c (GH-5090) 8 years ago
Serhiy Storchaka d8ac4d1d5a
bpo-31778: Make ast.literal_eval() more strict. (#4035) 8 years ago
Serhiy Storchaka fbb490fd2f
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) 8 years ago
Serhiy Storchaka 0cc99c8cd7
bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) 8 years ago
Brett Cannon 811b2878df
Ignore importlib.h for automatic review requests from the import team. (GH-5087) 8 years ago
Emily Morehouse f190eb59e6 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) 8 years ago
Serhiy Storchaka 7cc42c356b
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078) 8 years ago
Serhiy Storchaka e8ed96550c
bpo-32416: Add two new tests in test_sys_settrace. (#5072) 8 years ago
Antoine Pitrou 14709144b5
bpo-32468: Better frame repr() (#5067) 8 years ago
Benjamin Peterson 0a37a30037
closes bpo-32460: ensure all non-static globals have initializers (#5061) 8 years ago
Zachary Ware 6c6d3a4608
Add missing backslashes in PCbuild bat files (GH-5056) 8 years ago
Michael Felt 0d3ccb4395 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) 8 years ago
Yury Selivanov 0c36bed1c4
bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) 8 years ago
Barry Warsaw deae6b451f
bpo-32248 - Implement importlib.resources (#4911) 8 years ago
Andrew Svetlov ffcb4c0165
bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) 8 years ago
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 1634fc289a bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) 8 years ago
Andrew Svetlov fc35932afd
Fix typo (#5049) 8 years ago
Serhiy Storchaka 02b9ef2775
bpo-32439: Clean up the code for compiling comparison expressions. (#5029) 8 years ago
Yury Selivanov f111b3dcb4
bpo-23749: Implement loop.start_tls() (#5039) 8 years ago
Benjamin Peterson bbdb17d19b
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) 8 years ago