5411 Commits (0b5615926a573c19c887a701a2f7047f4fd06de6)

Author SHA1 Message Date
Victor Stinner eece2229e2 Issue #27213: Fix reference leaks 10 years ago
Eric V. Smith 09835dcdbb Make an f-string error message more exact and consistent. 10 years ago
Serhiy Storchaka b72810583e Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. 10 years ago
Guido van Rossum 015d874626 Issue #28076: Variable annotations should be mangled for private names. 10 years ago
Serhiy Storchaka a1e9ab34a9 Fixed refactoring bug in dd046963bd42 (issue27129). 10 years ago
Serhiy Storchaka ab8740058a Issue #27129: Replaced wordcode related magic constants with macros. 10 years ago
Nick Coghlan 944368e1cc Issue #23722: Initialize __class__ from type.__new__() 10 years ago
Benjamin Peterson 4eef505064 Backed out changeset 3934e070c9db 10 years ago
Victor Stinner 54de2b1edd Fix check_force_ascii() 10 years ago
Łukasz Langa fef7e94fa1 Don't run garbage collection on interpreter exit if it was explicitly disabled 10 years ago
Victor Stinner c7454ff5fc Issue #27810: Fix getargs.c compilation on Windows 10 years ago
Benjamin Peterson 819a46f33a fix export of size_t parse stack function 10 years ago
Victor Stinner 37e4ef7b17 Issue #27810: Rerun Argument Clinic on all modules 10 years ago
Victor Stinner f0ccbbbc57 Emit METH_FASTCALL code in Argument Clinic 10 years ago
Victor Stinner a9efb2f56e Add METH_FASTCALL calling convention 10 years ago
Benjamin Peterson eb0dfa9251 make invalid_comma_and_underscore a real prototype 10 years ago
Eric V. Smith 89e1b1aae0 Issue 27080: PEP 515: add '_' formatting option. 10 years ago
Benjamin Peterson f5781958af add dtrace inline stubs 10 years ago
Benjamin Peterson 4ba5c88a3f just start with an int rather than casting 10 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. 10 years ago
Łukasz Langa a785c87d6e DTrace support: function calls, GC activity, line execution 10 years ago
Benjamin Peterson 75f94a7dff remove more READ_TIMESTAMP 10 years ago
Benjamin Peterson 1cfe1d1f53 remove READ_TIMESTAMP macro 10 years ago
Benjamin Peterson 4fd64b9a6a remove ceval timestamp support 10 years ago
Brett Cannon a721abac29 Issue #26331: Implement the parsing part of PEP 515. 10 years ago
Victor Stinner ae8b69c410 Issue #27810: Add _PyCFunction_FastCallKeywords() 10 years ago
Eric Snow 50fd89806f Issue #24320: Drop an old setuptools-induced hack. 10 years ago
Victor Stinner d873572095 Add _PyObject_FastCallKeywords() 10 years ago
Victor Stinner f9b760f48a Rework CALL_FUNCTION* opcodes 10 years ago
Yury Selivanov 52c4e7cc84 Issue #28008: Implement PEP 530 -- asynchronous comprehensions. 10 years ago
Guido van Rossum 6cff8744a0 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. 10 years ago
Yury Selivanov 87672d777a Issue #28003: Fix a compiler warning 10 years ago
Yury Selivanov 50c584f50b ceval: tighten the code of STORE_ANNOTATION 10 years ago
Yury Selivanov eb6364557f Issue #28003: Implement PEP 525 -- Asynchronous Generators. 10 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 10 years ago
Christian Heimes a78b627e2b Fix potential NULL pointer dereference in _imp_create_builtin 10 years ago
Eric Snow 4f29e75289 Issue #24254: Drop cls.__definition_order__. 10 years ago
Christian Heimes 45af0c83da Fix potential NULL pointer dereference in update_symbols() 10 years ago
Raymond Hettinger 4c483ad52b Merge 10 years ago
Raymond Hettinger 262b6793e0 Issue #26020: Fix evaluation order for set literals 10 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
Senthil Kumaran 32d374215a [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 10 years ago
Raymond Hettinger f0f1c239e4 Issue 27936: Fix inconsistent round() behavior between float and int 10 years ago
Raymond Hettinger f0afe77c52 Issue #27909: Fix INCREF for possible NULL value 10 years ago
Steve Dower 3929499914 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 10 years ago
Steve Dower 940f33a50f Issue #23524: Finish removing _PyVerify_fd from sources 10 years ago
Eric Snow f3fd06a2e4 Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. 10 years ago
Steve Dower cc16be85c0 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 10 years ago
Brett Cannon 035a100382 Issue #26667: Add path-like object support to importlib.util. 10 years ago
Brett Cannon 52794db825 Issue #27911: Remove some unnecessary error checks in import.c. 10 years ago