5193 Commits (4eef50506431d22c7488adf24feace29fded6d53)

Author SHA1 Message Date
Benjamin Peterson 4eef505064 Backed out changeset 3934e070c9db 9 years ago
Victor Stinner 54de2b1edd Fix check_force_ascii() 9 years ago
Łukasz Langa fef7e94fa1 Don't run garbage collection on interpreter exit if it was explicitly disabled 9 years ago
Victor Stinner c7454ff5fc Issue #27810: Fix getargs.c compilation on Windows 9 years ago
Benjamin Peterson 819a46f33a fix export of size_t parse stack function 9 years ago
Victor Stinner 37e4ef7b17 Issue #27810: Rerun Argument Clinic on all modules 9 years ago
Victor Stinner f0ccbbbc57 Emit METH_FASTCALL code in Argument Clinic 9 years ago
Victor Stinner a9efb2f56e Add METH_FASTCALL calling convention 9 years ago
Benjamin Peterson eb0dfa9251 make invalid_comma_and_underscore a real prototype 9 years ago
Eric V. Smith 89e1b1aae0 Issue 27080: PEP 515: add '_' formatting option. 9 years ago
Benjamin Peterson f5781958af add dtrace inline stubs 9 years ago
Benjamin Peterson 4ba5c88a3f just start with an int rather than casting 9 years ago
Eric V. Smith 451d0e38fc Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. 9 years ago
Łukasz Langa a785c87d6e DTrace support: function calls, GC activity, line execution 9 years ago
Benjamin Peterson 75f94a7dff remove more READ_TIMESTAMP 9 years ago
Benjamin Peterson 1cfe1d1f53 remove READ_TIMESTAMP macro 9 years ago
Benjamin Peterson 4fd64b9a6a remove ceval timestamp support 9 years ago
Brett Cannon a721abac29 Issue #26331: Implement the parsing part of PEP 515. 9 years ago
Victor Stinner ae8b69c410 Issue #27810: Add _PyCFunction_FastCallKeywords() 9 years ago
Eric Snow 50fd89806f Issue #24320: Drop an old setuptools-induced hack. 9 years ago
Victor Stinner d873572095 Add _PyObject_FastCallKeywords() 9 years ago
Victor Stinner f9b760f48a Rework CALL_FUNCTION* opcodes 9 years ago
Yury Selivanov 52c4e7cc84 Issue #28008: Implement PEP 530 -- asynchronous comprehensions. 9 years ago
Guido van Rossum 6cff8744a0 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. 9 years ago
Yury Selivanov 87672d777a Issue #28003: Fix a compiler warning 9 years ago
Yury Selivanov 50c584f50b ceval: tighten the code of STORE_ANNOTATION 9 years ago
Yury Selivanov eb6364557f Issue #28003: Implement PEP 525 -- Asynchronous Generators. 9 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
Christian Heimes a78b627e2b Fix potential NULL pointer dereference in _imp_create_builtin 9 years ago
Eric Snow 4f29e75289 Issue #24254: Drop cls.__definition_order__. 9 years ago
Christian Heimes 45af0c83da Fix potential NULL pointer dereference in update_symbols() 9 years ago
Raymond Hettinger 4c483ad52b Merge 9 years ago
Raymond Hettinger 262b6793e0 Issue #26020: Fix evaluation order for set literals 9 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
Senthil Kumaran 32d374215a [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 9 years ago
Raymond Hettinger f0f1c239e4 Issue 27936: Fix inconsistent round() behavior between float and int 9 years ago
Raymond Hettinger f0afe77c52 Issue #27909: Fix INCREF for possible NULL value 9 years ago
Steve Dower 3929499914 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 9 years ago
Steve Dower 940f33a50f Issue #23524: Finish removing _PyVerify_fd from sources 9 years ago
Eric Snow f3fd06a2e4 Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. 9 years ago
Steve Dower cc16be85c0 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
Brett Cannon 035a100382 Issue #26667: Add path-like object support to importlib.util. 9 years ago
Brett Cannon 52794db825 Issue #27911: Remove some unnecessary error checks in import.c. 9 years ago
Eric Snow 46f97b85a8 Issue #15767: Use ModuleNotFoundError. 9 years ago
Brett Cannon 5c4de2863b Add the co_extra field and accompanying APIs to code objects. 9 years ago
Benjamin Peterson 2f8bfef158 replace PY_SIZE_MAX with SIZE_MAX 9 years ago
Victor Stinner e66987e626 os.urandom() now blocks on Linux 9 years ago
Brett Cannon eaecc692df Issue #27974: Remove importlib._bootstrap._ManageReload. 9 years ago
Benjamin Peterson ca47063998 replace Py_(u)intptr_t with the c99 standard types 9 years ago
Benjamin Peterson 9b3d77052f replace Python aliases for standard integer types with the standard integer types (#17884) 9 years ago