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 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
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
4
-10/+10
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
4
-26/+8
*
Implement the frame evaluation API aspect of PEP 523.
Brett Cannon
2016-09-05
2
-2/+8
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
2
-0/+6
*
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-4/+6
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
3
-3/+3
*
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
Victor Stinner
2016-08-25
2
-23/+0
*
method_call() and slot_tp_new() now uses fast call
Victor Stinner
2016-08-24
1
-0/+4
*
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-08-24
2
-0/+23
*
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-24
3
-3/+5
*
_PyFunction_FastCallDict() supports keyword args
Victor Stinner
2016-08-22
2
-2/+2
*
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-4/+13
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-1/+1
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+1
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-08-20
1
-2/+2
|
\
\
|
|
/
|
*
Minor spelling fixes
Martin Panter
2016-08-20
1
-2/+2
*
|
Fix PyObject_Call() parameter names
Victor Stinner
2016-08-19
2
-2/+2
*
|
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
3
-1/+30
*
|
Start 3.6.0bb1
Ned Deily
2016-08-16
1
-1/+1
*
|
Version bump for 3.6.0a4
v3.6.0a4
Ned Deily
2016-08-15
1
-2/+2
*
|
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum
2016-08-15
1
-0/+6
*
|
Issue #10910: merge from 3.5
Ned Deily
2016-08-15
1
-1/+10
|
\
\
|
|
/
|
*
Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.
Ned Deily
2016-08-15
1
-1/+3
|
*
Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
Ned Deily
2016-08-15
1
-0/+7
*
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
1
-0/+23
*
|
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka
2016-08-02
1
-0/+1
*
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
|
*
Post-release fixups for Python 3.5.2.
Larry Hastings
2016-06-27
1
-1/+1
|
*
Version number bump for 3.5.2 final.
v3.5.2
Larry Hastings
2016-06-25
1
-3/+3
|
*
Post-release fixups for Python 3.5.2rc1.
Larry Hastings
2016-06-13
1
-1/+1
|
*
Release bump for 3.5.2rc1.
Larry Hastings
2016-06-12
1
-4/+4
*
|
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky
2016-07-22
1
-0/+17
*
|
Start 3.6.0a4
Ned Deily
2016-07-12
1
-1/+1
*
|
Version bump for 3.6.0a3
v3.6.0a3
Ned Deily
2016-07-11
1
-2/+2
*
|
Start 3.6.0a3
Ned Deily
2016-06-14
1
-1/+1
*
|
Version bump for 3.6.0a2
v3.6.0a2
Ned Deily
2016-06-13
1
-2/+2
[next]