100735 Commits (d80b443f02e087dd289ffefd04179c675304d76d)
 

Author SHA1 Message Date
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
Eric V. Smith 03220fdb26
bpo-32427: Expose dataclasses.MISSING object. (#5045) 8 years ago
Benjamin Peterson e325608740
remove unused import (#5040) 8 years ago
Benjamin Peterson e5f7dccefa
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034) 8 years ago
oldk e5681b9822 bpo-32440: Update the docs URL to https in help() (GH-5030) 8 years ago
gfyoung 531dd7e27e Fix minor spelling error in test_sys_settrace.py. (#5025) 8 years ago
Serhiy Storchaka 53f9135667
bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) 8 years ago
Serhiy Storchaka 13a6c098c2
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) 8 years ago
Andrew Svetlov a8f4e15f3d
bpo-26133: Fix typos (#5010) 8 years ago
Yury Selivanov e0aef4f3cd
bpo-31721: Allow Future._log_traceback to only be set to False (#5009) 8 years ago
INADA Naoki 3070b71e5e
bpo-32422: Reduce lru_cache memory usage (GH-5008) 8 years ago
Yury Selivanov 0cf16f9ea0
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) 8 years ago
Serhiy Storchaka 3dfbaf51f0
bpo-32372: Move __debug__ optimization to the AST level. (#4925) 8 years ago
Serhiy Storchaka 1b3029ac83
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900) 8 years ago
Andrew Svetlov 4f146f9ed1
bpo-26133: Clear signals list on interpreter finalizing (#5002) 8 years ago
INADA Naoki 4856b0f34a
bpo-32402: io: Add missing NULL check. (GH-4971) 8 years ago
Yury Selivanov 719ccbca69
bpo-32415: Fix "error is already set" (#4999) 8 years ago
Andrew Svetlov a330f483e2
Fix check for run_in_executor on closed loop. (#4996) 8 years ago
Yury Selivanov a8fb079789
bpo-32415: Add more tests (#4995) 8 years ago