index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith
2015-11-03
1
-65
/
+33
*
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
1
-1
/
+1
|
\
|
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-132
/
+530
|
|
\
|
*
|
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1
/
+1
*
|
|
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...
Eric V. Smith
2015-09-19
1
-1
/
+116
*
|
|
merge 3.5 (#25060)
Benjamin Peterson
2015-09-10
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
compute stack effect of BUILD_MAP correctly (closes #25060)
Benjamin Peterson
2015-09-10
1
-1
/
+1
*
|
|
Fix refleak.
Stefan Krah
2015-07-27
1
-1
/
+3
|
\
\
\
|
|
/
/
|
*
|
Fix refleak.
Stefan Krah
2015-07-27
1
-1
/
+3
*
|
|
Merge 3.5 (Issue #24687)
Yury Selivanov
2015-07-23
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge 3.5 (Issue #24619)
Yury Selivanov
2015-07-22
1
-2
/
+2
|
|
\
\
|
|
*
\
Merge 3.5 (Issue #24528)
Yury Selivanov
2015-06-30
1
-1
/
+4
|
|
|
\
\
|
|
*
\
\
Issue #24400: Merge 3.5
Yury Selivanov
2015-06-22
1
-2
/
+2
|
|
|
\
\
\
|
|
|
*
\
\
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-11
1
-2
/
+2
|
|
|
|
\
\
\
*
|
|
|
|
|
|
Issue #24687: Plug refleak on SyntaxError in function parameters annotations.
Yury Selivanov
2015-07-23
1
-14
/
+13
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #24619: More tests; fix nits in compiler.c
Yury Selivanov
2015-07-22
1
-3
/
+2
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Issue #24528: Improve error message for awaits in comprehensions
Yury Selivanov
2015-06-30
1
-1
/
+4
|
/
/
/
/
*
|
|
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-6
/
+4
|
/
/
/
*
|
|
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-11
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-11
1
-2
/
+2
*
|
remove STORE_MAP, since it's unused
Benjamin Peterson
2015-05-28
1
-2
/
+0
*
|
in dict displays, evaluate the key before the value (closes #11205)
Benjamin Peterson
2015-05-28
1
-2
/
+2
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
1
-15
/
+273
*
|
Merge 3.4
Benjamin Peterson
2015-05-07
1
-5
/
+4
|
\
\
|
|
/
|
*
shorten capsule name macro; it doesn't need to be so long
Benjamin Peterson
2015-05-07
1
-4
/
+4
*
|
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-05
1
-89
/
+230
*
|
remove the concept of an unoptimized function scope from the compiler, since ...
Benjamin Peterson
2015-04-27
1
-5
/
+2
*
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
merge 3.4 (#23048)
Benjamin Peterson
2014-12-13
1
-3
/
+2
|
|
\
|
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-2
/
+0
|
*
|
Issue #22453: Removed non-documented macro PyObject_REPR().
Serhiy Storchaka
2014-11-18
1
-10
/
+10
|
*
|
Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an i...
Antoine Pitrou
2014-09-18
1
-3
/
+3
|
*
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-2
/
+6
|
|
\
\
|
*
|
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-09
1
-0
/
+6
*
|
|
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
pop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson
2014-12-13
1
-3
/
+2
*
|
|
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
Serhiy Storchaka
2014-11-19
1
-10
/
+10
|
|
/
|
/
|
*
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-2
/
+6
|
/
*
Issue #20625: Fix compilation issue
Victor Stinner
2014-02-18
1
-1
/
+2
*
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Yury Selivanov
2014-02-18
1
-1
/
+7
*
upcast int to size_t to silence two autological-constant-out-of-range-compare...
Christian Heimes
2013-12-04
1
-1
/
+1
*
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
1
-8
/
+12
*
Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit
Victor Stinner
2013-11-19
1
-10
/
+13
*
Issue #9566, #19617: New try to fix compilation on Windows
Victor Stinner
2013-11-19
1
-1
/
+1
*
Issue #9566, #19617: Fix compilation on Windows
Victor Stinner
2013-11-19
1
-2
/
+2
*
Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix
Victor Stinner
2013-11-19
1
-48
/
+68
*
Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure
Victor Stinner
2013-11-05
1
-0
/
+4
*
cleanup the construction of __qualname__ (closes #19301 again)
Benjamin Peterson
2013-10-20
1
-70
/
+82
*
Close #19313: remove no longer needed Py_XINCREF
Nick Coghlan
2013-10-20
1
-1
/
+0
*
removal u_qualname, since compiler_scope_qualname is only ever called once
Benjamin Peterson
2013-10-19
1
-8
/
+0
[next]