summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-311-0/+4
* | Add a new private version to the builtin dict typeVictor Stinner2016-09-081-0/+4
* | Add documentation to the dict implementationVictor Stinner2016-09-081-0/+9
* | simplify Py_UCSN definitions with stdint typesBenjamin Peterson2016-09-081-15/+3
* | Issue #23524: Finish removing _PyVerify_fd from sourcesSteve Dower2016-09-081-12/+0
* | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-082-6/+3
* | Add Py_MEMBER_SIZE macroVictor Stinner2016-09-081-0/+3
* | Implement compact dictVictor Stinner2016-09-081-1/+0
* | more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-30/+0
* | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-0/+3
* | Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-0/+1
* | Make PyCodeObject.co_extra even more private to force users through the prope...Brett Cannon2016-09-071-10/+4
* | Add the co_extra field and accompanying APIs to code objects.Brett Cannon2016-09-073-1/+30
* | make _Py_static_string_init use a designated initializerBenjamin Peterson2016-09-071-1/+1
* | replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson2016-09-071-9/+1
* | Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...Steve Dower2016-09-071-1/+1
* | os.urandom() now blocks on LinuxVictor Stinner2016-09-061-1/+2
* | replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-063-9/+9
* | require uintptr_t to existBenjamin Peterson2016-09-061-21/+0
* | replace Python aliases for standard integer types with the standard integer t...Benjamin Peterson2016-09-063-19/+11
* | only include inttypes.h (#17884)Benjamin Peterson2016-09-061-3/+0
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-062-0/+9
* | require standard int types to be defined (#17884)Benjamin Peterson2016-09-062-55/+1
* | replace PY_LONG_LONG with long longBenjamin Peterson2016-09-064-10/+10
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-064-26/+8
* | Implement the frame evaluation API aspect of PEP 523.Brett Cannon2016-09-052-2/+8
* | Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-052-0/+6
* | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-4/+6
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-303-3/+3
* | Issue #27830: Revert, remove _PyFunction_FastCallKeywords()Victor Stinner2016-08-252-23/+0
* | method_call() and slot_tp_new() now uses fast callVictor Stinner2016-08-241-0/+4
* | Add _PyObject_FastCallKeywords()Victor Stinner2016-08-242-0/+23
* | Use Py_ssize_t type for number of argumentsVictor Stinner2016-08-243-3/+5
* | _PyFunction_FastCallDict() supports keyword argsVictor Stinner2016-08-222-2/+2
* | Rename _PyObject_FastCall() to _PyObject_FastCallDict()Victor Stinner2016-08-221-4/+13
* | Merge #27782 fix from 3.5Nick Coghlan2016-08-211-1/+1
|\ \ | |/
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+1
* | Merge spelling fixes from 3.5Martin Panter2016-08-201-2/+2
|\ \ | |/
| * Minor spelling fixesMartin Panter2016-08-201-2/+2
* | Fix PyObject_Call() parameter namesVictor Stinner2016-08-192-2/+2
* | Add _PyObject_FastCall()Victor Stinner2016-08-193-1/+30
* | Start 3.6.0bb1Ned Deily2016-08-161-1/+1
* | Version bump for 3.6.0a4v3.6.0a4Ned Deily2016-08-151-2/+2
* | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-151-0/+6
* | Issue #10910: merge from 3.5Ned Deily2016-08-151-1/+10
|\ \ | |/
| * Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-1/+3
| * Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily2016-08-151-0/+7
* | Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-0/+23
* | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\ \ | |/
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1