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-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
2018-01-31
1
-2/+20
*
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-...
Yury Selivanov
2018-01-29
1
-6/+7
*
bpo-28685: Fix compiler warning (GH-5423)
Victor Stinner
2018-01-29
1
-1/+2
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-29
2
-71/+345
*
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger
2018-01-28
1
-2/+2
*
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra
2018-01-28
1
-14/+19
*
bpo-32677: Optimize str.isascii() (GH-5356)
INADA Naoki
2018-01-28
1
-4/+36
*
Fix wrong assert in unicodeobject (GH-5340)
INADA Naoki
2018-01-27
1
-1/+1
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
6
-1/+72
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
1
-50/+8
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
bennorth
2018-01-26
1
-4/+12
*
bpo-32571: Fix reading uninitialized memory (GH-5332)
INADA Naoki
2018-01-26
1
-0/+5
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
7
-131/+106
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+1
*
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
2018-01-22
1
-0/+73
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-4/+57
*
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana
2018-01-20
1
-5/+11
*
Removed unnecesssary bit inversion which doesn't improve dispersion statistic...
Raymond Hettinger
2018-01-18
1
-1/+1
*
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
2018-01-16
1
-6/+50
*
bpo-26163: Frozenset hash improvement (#5194)
Raymond Hettinger
2018-01-16
1
-0/+1
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
1
-331/+144
*
bpo-29476: Simplify set_add_entry() (#5175)
Raymond Hettinger
2018-01-14
1
-2/+2
*
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner
2018-01-11
1
-0/+6
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
1
-10/+52
*
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka
2018-01-04
2
-4/+17
*
Fix outdated comment in typeobject.c (GH-5090)
Berker Peksag
2018-01-04
1
-1/+1
*
bpo-32468: Better frame repr() (#5067)
Antoine Pitrou
2017-12-31
1
-1/+10
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-4/+21
*
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner
2017-12-21
1
-0/+89
*
bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942)
Serhiy Storchaka
2017-12-20
1
-77/+64
*
bpo-32379: Faster MRO computation for single inheritance (#4932)
Antoine Pitrou
2017-12-20
1
-4/+36
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
13
-85/+89
*
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi
2017-12-14
2
-0/+36
*
bpo-32225: Implementation of PEP 562 (#4731)
Ivan Levkivskyi
2017-12-14
1
-4/+18
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-9/+21
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-1/+1
*
bpo-31506: Improve the error message logic for class instantiation (GH-4740)
Sanyam Khurana
2017-12-10
1
-3/+3
*
PyLong_FromString(): fix Coverity CID 1424951 (#4738)
Victor Stinner
2017-12-07
1
-3/+2
*
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
2017-12-06
1
-2/+10
*
bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884)
Serhiy Storchaka
2017-12-03
1
-3/+11
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka
2017-12-03
3
-6/+5
*
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan
2017-12-03
1
-1/+9
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-12/+12
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-93/+199
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
1
-0/+18
*
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
[prev]
[next]