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
*
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
Miss Islington (bot)
2018-03-13
1
-4/+36
*
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
1
-0/+7
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)
Miss Islington (bot)
2018-02-26
1
-4/+12
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
INADA Naoki
2018-02-13
2
-6/+6
*
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...
Miss Islington (bot)
2018-02-13
1
-7/+3
*
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-04
2
-2/+2
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...
Miss Islington (bot)
2018-02-01
3
-6/+5
*
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...
Xiang Zhang
2018-01-31
1
-2/+20
*
[3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"
Nick Coghlan
2018-01-30
1
-2/+2
*
bpo-32690: Preserve order of locals() (GH-5379) (#5390)
Miss Islington (bot)
2018-01-28
1
-2/+2
*
bpo-32685: Improve suggestion for print statement (GH-5380)
Miss Islington (bot)
2018-01-28
1
-14/+19
*
Fix wrong assert in unicodeobject (GH-5340)
Miss Islington (bot)
2018-01-27
1
-1/+1
*
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
Miss Islington (bot)
2018-01-20
1
-5/+11
*
Removed unnecesssary bit inversion which doesn't improve dispersion statistic...
Miss Islington (bot)
2018-01-18
1
-1/+1
*
bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
Miss Islington (bot)
2018-01-16
1
-0/+1
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
1
-10/+26
*
Fix outdated comment in typeobject.c (GH-5090)
Miss Islington (bot)
2018-01-04
1
-1/+1
*
bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884...
Miss Islington (bot)
2017-12-03
1
-3/+11
*
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Nick Coghlan
2017-12-03
1
-1/+9
*
[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)
Victor Stinner
2017-11-29
1
-1/+1
*
bpo-16055: Fixes incorrect error text for int('1', base=1000) (GH-4376) (#4389)
Miss Islington (bot)
2017-11-14
1
-1/+1
*
bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191)
Miss Islington (bot)
2017-10-31
1
-11/+2
*
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...
Serhiy Storchaka
2017-10-29
4
-24/+47
*
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...
xdegaye
2017-10-26
1
-32/+0
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)
Miss Islington (bot)
2017-10-20
2
-2/+2
*
[3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3...
Miss Islington (bot)
2017-10-07
1
-1/+5
*
[3.6] bpo-31619: Fixed a ValueError when convert a string with large number o...
Miss Islington (bot)
2017-10-03
1
-4/+4
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-4/+1
*
[3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH...
Serhiy Storchaka
2017-09-26
1
-3/+9
*
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...
Victor Stinner
2017-09-12
2
-4/+5
*
[3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)
Benjamin Peterson
2017-09-12
1
-2/+2
*
Backport docstring improvements to OrderedDict. (GH-3470)
Henk-Jaap Wagenaar
2017-09-11
1
-4/+6
*
[3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)
Serhiy Storchaka
2017-09-08
3
-7/+16
*
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
Miss Islington (bot)
2017-09-07
1
-4/+6
*
[3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (G...
Mariatta
2017-09-06
1
-2/+1
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
2
-0/+9
*
bpo-31161: only check for parens error for SyntaxError (#3083)
Martijn Pieters
2017-08-22
1
-5/+10
*
[3.6] bpo-31232: Backport custom print rshift message (GH-3155)
Nick Coghlan
2017-08-19
1
-0/+15
*
[3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (...
Serhiy Storchaka
2017-08-03
1
-6/+10
*
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...
Serhiy Storchaka
2017-07-11
1
-6/+12
*
[3.6] bpo-30597: Show expected input in custom 'print' error message. (GH-2531)
Nick Coghlan
2017-07-03
1
-3/+45
*
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
1
-0/+14
*
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)
Victor Stinner
2017-06-28
1
-1/+2
*
[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2017-06-27
1
-0/+31
*
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
1
-2/+2
*
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...
Dino Viehland
2017-06-13
1
-11/+17
*
bpo-30524: Fix _PyStack_UnpackDict() (#1886)
Victor Stinner
2017-06-09
2
-11/+11
*
[3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677)
Serhiy Storchaka
2017-05-20
1
-25/+44
*
[3.6] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...
Serhiy Storchaka
2017-05-20
1
-5/+34
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529)
Xiang Zhang
2017-05-10
1
-3/+5
[next]