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
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
INADA Naoki
2018-04-17
1
-0/+3
*
bpo-33270: Intern names for all anonymous code objects (#6472)
Zackery Spytz
2018-04-15
1
-0/+1
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
1
-0/+1
*
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
INADA Naoki
2018-04-06
1
-0/+1
*
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
INADA Naoki
2018-04-03
1
-0/+2
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Serhiy Storchaka
2018-04-02
1
-0/+2
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
1
-0/+4
*
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5...
Xiang Zhang
2018-03-24
1
-0/+1
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+6
*
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
jab
2018-03-22
1
-0/+3
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-0/+2
*
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
xdegaye
2018-03-13
1
-0/+1
*
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka
2018-03-11
1
-0/+3
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
1
-0/+2
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
1
-0/+1
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
1
-0/+3
*
bpo-33005: Fix _PyGILState_Reinit() (#6001)
Victor Stinner
2018-03-06
1
-0/+4
*
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra
2018-02-26
1
-0/+1
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-0/+10
*
bpo-32889: update valgrind suppressions (GH-5779)
Paul Price
2018-02-21
1
-0/+2
*
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...
Serhiy Storchaka
2018-02-04
1
-0/+2
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
2
-0/+3
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-0/+2
*
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel
2018-02-01
1
-0/+1
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
22
-49/+0
*
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
2018-01-31
1
-0/+2
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-0/+1
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+3
*
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-...
Yury Selivanov
2018-01-29
1
-0/+2
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-0/+3
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-29
1
-0/+2
*
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo
2018-01-29
1
-0/+1
*
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)
Pablo Galindo
2018-01-29
1
-0/+2
*
bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...
larryhastings
2018-01-28
1
-0/+3
*
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger
2018-01-28
1
-0/+2
*
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra
2018-01-28
1
-0/+3
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-0/+1
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0/+2
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
1
-0/+5
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
bennorth
2018-01-26
1
-0/+3
*
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/+1
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+4
*
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana
2018-01-20
1
-0/+3
*
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
2018-01-16
1
-0/+3
*
bpo-26163: Frozenset hash improvement (#5194)
Raymond Hettinger
2018-01-16
1
-0/+2
*
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
Serhiy Storchaka
2018-01-11
1
-0/+1
*
bpo-24340: Fix estimation of the code stack size. (#5076)
Serhiy Storchaka
2018-01-09
1
-0/+1
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
21
-48/+0
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-0/+4
[next]