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-24618: Add a check in the code constructor. (GH-8283) (GH-8311)
Serhiy Storchaka
2018-07-17
1
-5/+24
*
fix two typos in Objects/odictobject.c comments (GH-8040)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
1
-8/+7
*
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
Miss Islington (bot)
2018-05-09
1
-2/+2
*
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
Miss Islington (bot)
2018-05-02
1
-1/+3
*
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
Miss Islington (bot)
2018-04-03
1
-0/+1
*
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
Miss Islington (bot)
2018-03-26
1
-3/+2
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-0/+21
*
[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
[next]