100600 Commits (7ea143ae795a9fd57eaccf490d316bdc13ee9065)
 

Author SHA1 Message Date
INADA Naoki 7ea143ae79
bpo-29469: Move constant folding to AST optimizer (GH-2858) 9 years ago
Victor Stinner b5fd9ad05e
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) 9 years ago
Jelle Zijlstra 176baa326b bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) 9 years ago
Yury Selivanov bfbf04ef18
bpo-32296: Unbreak tests on Windows (#4850) 9 years ago
Victor Stinner 11a247df88
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845) 9 years ago
Yury Selivanov a70232f288
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) 9 years ago
Victor Stinner d5dda98fa8
pymain_set_sys_argv() now copies argv (#4838) 9 years ago
Victor Stinner 981469794a
pythoninfo: Add builtins, test.support, ... (#4840) 9 years ago
Andrew Svetlov 7a6706bf48
Fix couple typos (#4839) 9 years ago
jimmy 4f29f3c84b trivial: link updates in documentation (#2765) 9 years ago
Victor Stinner 91106cd9ff
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) 9 years ago
Sebastian Rittau c3e070f849 bpo-32284: Fix documentation of BinaryIO and TextIO (#4832) 9 years ago
Antoine Pitrou fc5db95e00
Test atexit shutdown mechanism in a subprocess (#4828) 9 years ago
Antoine Pitrou 317def9fdb bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) 9 years ago
Victor Stinner d233796f7d
import.c: Fix a GCC warning (#4822) 9 years ago
Victor Stinner 721e25c653
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821) 9 years ago
Victor Stinner 747f48e2e9
bpo-32230: Set sys.warnoptions with -X dev (#4820) 9 years ago
Serhiy Storchaka b748e3b258
Fix improper use of re.escape() in tests. (#4814) 9 years ago
Serhiy Storchaka 0e069a1597
Fix implementation dependent assertion in test_plistlib. (#4813) 9 years ago
Serhiy Storchaka 4ae06c5337
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 9 years ago
Nitish Chandra 5ce0a2a100 bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277) 9 years ago
Licht Takeuchi 2001900b0c bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) 9 years ago
Chris e0720cd9e4 Fix small typo in tupleobject.h (#4801) 9 years ago
Terry Jan Reedy e570211406
Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) 9 years ago
Łukasz Langa e56975351b
bpo-32227: functools.singledispatch supports registering via type annotations (#4733) 9 years ago
Andrew Svetlov 8874342cf3
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) 9 years ago
Yury Selivanov abae67ebc2
Add asyncio.get_running_loop() function. (#4782) 9 years ago
Yury Selivanov 3e9751819a
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) 9 years ago
Yury Selivanov 9edad3c701
bpo-32272: Remove asyncio.async() function. (#4784) 9 years ago
Sanyam Khurana 1b74f9b77a bpo-22671: Clarify and test default read method implementations (#4568) 9 years ago
Victor Stinner 48d4dd974f
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794) 9 years ago
Yury Selivanov 19d0d54809
bpo-32262: Fix f-string (#4787) 9 years ago
Yury Selivanov 6370f345e1
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) 9 years ago
Yury Selivanov c4d9df5fd7
Skip test_read_pty_output test on macOS for poll and select. (#4774) 9 years ago
Pablo Galindo 77106b2c21 bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510) 9 years ago
Terry Jan Reedy f658641a05
Removed doubled 'bpo-'. (#4777) 9 years ago
Sanyam Khurana 780acc89bc bpo-31506: Improve the error message logic for class instantiation (GH-4740) 9 years ago
Benjamin Peterson 60ed130830
byte swap the raw hash secrets (more bpo-32260) (#4773) 9 years ago
Benjamin Peterson 83620773ee
fix my byte-swapping implementation (#4772) 9 years ago
Benjamin Peterson 4e3e156391
bpo-32260: don't byte swap siphash keys (#4771) 9 years ago
Benjamin Peterson 42aa93b8ff
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 9 years ago
Andrew Svetlov 28d8d14013
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) 9 years ago
Vinay Sajip a9f8df646a
bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) 9 years ago
Andrew Svetlov 5f841b5538
bpo-32193: Convert asyncio to async/await usage (#4753) 9 years ago
Nitish Chandra ede157331b bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756) 9 years ago
Neil Schemenauer 11cc289490
Fix missing DECREF of mod. (#4749) 9 years ago
Victor Stinner dd431b32f4
PyLong_FromString(): fix Coverity CID 1424951 (#4738) 9 years ago
Garrett Berg a0374dd34a bpo-32208: update threading.Semaphore docs and add unit test (#4709) 9 years ago
xdegaye 961dbe0548
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) 9 years ago
Pablo Galindo fb77e0d855 Fix hardcoded value in test_os.py (#4744) 9 years ago