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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-186/+647
*
bpo-31979: Remove unused align_maxchar() function (#4527)
Victor Stinner
2017-11-23
1
-13/+0
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-21
3
-36/+9
*
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner
2017-11-16
1
-10/+9
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-36/+41
*
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Serhiy Storchaka
2017-11-15
1
-1/+5
*
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376)
Sanyam Khurana
2017-11-13
1
-1/+1
*
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka
2017-11-13
4
-124/+47
*
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728)
Serhiy Storchaka
2017-11-11
2
-21/+47
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
7
-21/+24
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
2
-2/+2
*
bpo-31626: Mark ends of the reallocated block in debug build. (#4210)
Serhiy Storchaka
2017-11-07
1
-19/+57
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
8
-214/+31
*
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner
2017-10-31
1
-472/+533
*
bpo-31626: Fixed a bug in debug memory allocator. (#3844)
Serhiy Storchaka
2017-10-31
1
-11/+2
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
6
-28/+51
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-32/+0
*
bpo-31835: Optimize also FASTCALL using __future__ (#4087)
Victor Stinner
2017-10-25
1
-2/+2
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
2
-23/+36
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka
2017-10-20
2
-2/+2
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-27/+49
*
bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909)
Serhiy Storchaka
2017-10-07
1
-1/+5
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-94/+0
*
bpo-31619: Fixed a ValueError when convert a string with large number of unde...
Serhiy Storchaka
2017-10-03
1
-4/+4
*
bpo-31336: Speed up type creation. (#3279)
scoder
2017-10-01
1
-52/+108
*
bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753)
Serhiy Storchaka
2017-09-26
1
-2/+6
*
bpo-26491 Defer DECREFs until enumobject is in a consistent state (#3747)
Raymond Hettinger
2017-09-25
1
-18/+30
*
bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481)
Serhiy Storchaka
2017-09-21
1
-29/+33
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
1
-6/+10
*
bpo-30486: Make cell_set_contents() symbol private (#3668)
Victor Stinner
2017-09-20
1
-1/+1
*
bpo-31506: Improve the error message logic for object.__new__ and object.__in...
Serhiy Storchaka
2017-09-20
1
-10/+21
*
bpo-31492: Fix assertion failures in case of a module with a bad __name__ att...
Oren Milman
2017-09-19
1
-4/+1
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
3
-25/+19
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-3/+1
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
6
-70/+46
*
bpo-30860: Fix deadcode in obmalloc.c (#3499)
Victor Stinner
2017-09-14
1
-2/+2
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
2
-5/+11
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
1
-12/+15
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
3
-25/+17
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
2
-2/+2
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-12
1
-12/+15
*
bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson
2017-09-11
1
-2/+2
*
replace custom table with pyctype (#3456)
Benjamin Peterson
2017-09-08
1
-12/+1
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
3
-6/+16
*
update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 ...
Benjamin Peterson
2017-09-08
1
-2/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
25
-634/+206
*
optimize all_name_chars (#3442)
Benjamin Peterson
2017-09-08
1
-14/+14
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-0/+4
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
1
-4/+6
[next]