index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add _PyDict_CheckConsistency()
Victor Stinner
2016-09-14
1
-1/+1
*
|
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
2
-32/+15
*
|
Start 3.6.0b2
Ned Deily
2016-09-12
1
-1/+1
*
|
Version bump for 3.6.0b1
v3.6.0b1
Ned Deily
2016-09-12
1
-3/+3
*
|
Issue #27810: Exclude METH_FASTCALL from the stable API
Victor Stinner
2016-09-12
1
-1/+1
*
|
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner
2016-09-12
1
-30/+40
*
|
Revert change f860b7a775c5
Victor Stinner
2016-09-12
1
-3/+1
*
|
ssue #27213: Reintroduce checks in _PyStack_AsDict()
Victor Stinner
2016-09-12
1
-1/+3
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
1
-3/+1
*
|
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
1
-0/+10
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
19
-13/+71
*
|
add the usual extern C silliness to pydtrace.h
Benjamin Peterson
2016-09-11
1
-0/+6
*
|
Don't run garbage collection on interpreter exit if it was explicitly disabled
Łukasz Langa
2016-09-10
1
-1/+2
*
|
Emit METH_FASTCALL code in Argument Clinic
Victor Stinner
2016-09-10
1
-0/+3
*
|
Add METH_FASTCALL calling convention
Victor Stinner
2016-09-10
2
-0/+20
*
|
dummy dtrace probes are a good place to use inline functions
Benjamin Peterson
2016-09-10
1
-19/+19
*
|
fix dummy macro
Benjamin Peterson
2016-09-10
1
-1/+1
*
|
DTrace support: function calls, GC activity, line execution
Łukasz Langa
2016-09-10
2
-0/+66
*
|
remove ceval timestamp support
Benjamin Peterson
2016-09-09
1
-3/+0
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-0/+4
*
|
Issue #27810: Add _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-09
2
-1/+13
*
|
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-09-09
2
-2/+26
*
|
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
1
-2/+1
*
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
2016-09-09
1
-2/+3
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
6
-0/+41
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
4
-73/+88
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
2
-6/+0
*
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
1
-0/+4
*
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
1
-0/+4
*
|
Add documentation to the dict implementation
Victor Stinner
2016-09-08
1
-0/+9
*
|
simplify Py_UCSN definitions with stdint types
Benjamin Peterson
2016-09-08
1
-15/+3
*
|
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower
2016-09-08
1
-12/+0
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
2
-6/+3
*
|
Add Py_MEMBER_SIZE macro
Victor Stinner
2016-09-08
1
-0/+3
*
|
Implement compact dict
Victor Stinner
2016-09-08
1
-1/+0
*
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-30/+0
*
|
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+3
*
|
Issue #15767: Add ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+1
*
|
Make PyCodeObject.co_extra even more private to force users through the prope...
Brett Cannon
2016-09-07
1
-10/+4
*
|
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon
2016-09-07
3
-1/+30
*
|
make _Py_static_string_init use a designated initializer
Benjamin Peterson
2016-09-07
1
-1/+1
*
|
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
1
-9/+1
*
|
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...
Steve Dower
2016-09-07
1
-1/+1
*
|
os.urandom() now blocks on Linux
Victor Stinner
2016-09-06
1
-1/+2
*
|
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson
2016-09-06
3
-9/+9
*
|
require uintptr_t to exist
Benjamin Peterson
2016-09-06
1
-21/+0
*
|
replace Python aliases for standard integer types with the standard integer t...
Benjamin Peterson
2016-09-06
3
-19/+11
*
|
only include inttypes.h (#17884)
Benjamin Peterson
2016-09-06
1
-3/+0
*
|
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
2
-0/+9
*
|
require standard int types to be defined (#17884)
Benjamin Peterson
2016-09-06
2
-55/+1
[prev]
[next]