2670 Commits (56b2cf5e8564c7221a42675d35aaa0d0c503365e)

Author SHA1 Message Date
Benjamin Peterson 1609997796 prefix freegrammar (closes #28413) 9 years ago
Ned Deily a4f45bb0c4 Start 3.6.0b3 9 years ago
Ned Deily 7e16af499b Version bump for 3.6.0b2 9 years ago
Serhiy Storchaka cc164232aa Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). 9 years ago
Serhiy Storchaka e036ef8fa2 Issue #27358: Optimized merging var-keyword arguments and improved error 9 years ago
Serhiy Storchaka 7344285c19 Issue #28257: Improved error message when pass a non-iterable as 9 years ago
Alexander Belopolsky 3e7a3cb903 Issue #28148: Stop using localtime() and gmtime() in the time module. 9 years ago
Serhiy Storchaka 1d480bea9c Issues #25909, #28211: Restored correct documentation of PyMapping_Items, 9 years ago
Benjamin Peterson 0c21214f3e replace usage of Py_VA_COPY with the (C99) standard va_copy 9 years ago
Benjamin Peterson 918aa89483 remove trailing whitespace 9 years ago
Benjamin Peterson ac965ca16c stop using Py_LL and Py_ULL 9 years ago
Benjamin Peterson 41e35f37ed always define HAVE_LONG_LONG (#27961) 9 years ago
Benjamin Peterson 9ac11a752a properly free memory in pgen 9 years ago
Martin Panter 6d57fe1c23 Issue #28139: Fix messed up indentation 10 years ago
Victor Stinner 611b0fa94c Add _PyDict_CheckConsistency() 10 years ago
Christian Heimes f051e43b22 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 10 years ago
Ned Deily 4a94bbe517 Start 3.6.0b2 10 years ago
Ned Deily beb798cad6 Version bump for 3.6.0b1 10 years ago
Victor Stinner 137f39ac90 Issue #27810: Exclude METH_FASTCALL from the stable API 10 years ago
Victor Stinner 57f91ac95a Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() 10 years ago
Victor Stinner b8d768b019 Revert change f860b7a775c5 10 years ago
Victor Stinner b1e169bf4b ssue #27213: Reintroduce checks in _PyStack_AsDict() 10 years ago
Serhiy Storchaka b72810583e Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. 10 years ago
Serhiy Storchaka ab8740058a Issue #27129: Replaced wordcode related magic constants with macros. 10 years ago
Serhiy Storchaka 9fab79bcb5 Issue #26900: Excluded underscored names and other private API from limited API. 10 years ago
Benjamin Peterson 39e10616fb add the usual extern C silliness to pydtrace.h 10 years ago
Łukasz Langa fef7e94fa1 Don't run garbage collection on interpreter exit if it was explicitly disabled 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 feb7edc153 dummy dtrace probes are a good place to use inline functions 10 years ago
Benjamin Peterson dec2df3df3 fix dummy macro 10 years ago
Łukasz Langa a785c87d6e DTrace support: function calls, GC activity, line execution 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
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
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
Eric Snow 4f29e75289 Issue #24254: Drop cls.__definition_order__. 10 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
Steve Dower 3929499914 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 10 years ago
Victor Stinner 3b6a6b4215 Add a new private version to the builtin dict type 10 years ago
Victor Stinner a4348cc1be Add documentation to the dict implementation 10 years ago
Benjamin Peterson a13e367778 simplify Py_UCSN definitions with stdint types 10 years ago
Steve Dower 940f33a50f Issue #23524: Finish removing _PyVerify_fd from sources 10 years ago
Steve Dower cc16be85c0 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 10 years ago
Victor Stinner 98ee9d5b73 Add Py_MEMBER_SIZE macro 10 years ago
Victor Stinner 742da040db Implement compact dict 10 years ago