FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/compile.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
compile.c
on
3.6
User selector
Datepicker
Commit history
Commits on Oct 12, 2018
Fix an incorrect check in compiler_try_except(). (GH-9810)
Show description for f39defe
miss-islington
and
ZackerySpytz
authored
f39defe
View commit details
Copy full SHA for f39defe
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
[3.6] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6321)
Show description for 25c869e
serhiy-storchaka
authored
25c869e
View commit details
Copy full SHA for 25c869e
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154). (GH-6199)
Show description for 18d7edf
serhiy-storchaka
authored
18d7edf
View commit details
Copy full SHA for 18d7edf
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060)
Show description for d082634
miss-islington
and
serhiy-storchaka
authored
d082634
View commit details
Copy full SHA for d082634
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918)
Show description for 5659743
miss-islington
authored and
serhiy-storchaka
committed
5659743
View commit details
Copy full SHA for 5659743
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
compile.c: Remove unused varible (#4886)
Show description for da2b798
vstinner
authored
da2b798
View commit details
Copy full SHA for da2b798
View code at this point
Browse repository at this point
[3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882)
Show description for b82da9e
serhiy-storchaka
authored
b82da9e
View commit details
Copy full SHA for b82da9e
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Show description for c8f32aa
ncoghlan
authored
c8f32aa
View commit details
Copy full SHA for c8f32aa
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518)
Show description for c0e7736
vstinner
authored
c0e7736
View commit details
Copy full SHA for c0e7736
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
Show description for 3ab24bd
methane
authored
3ab24bd
View commit details
Copy full SHA for 3ab24bd
View code at this point
Browse repository at this point
Commits on Dec 11, 2016
Issue #28739: f-string expressions no longer accepted as docstrings and
Show description for 4cc30ae
serhiy-storchaka
committed
4cc30ae
View commit details
Copy full SHA for 4cc30ae
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #23722: improve __classcell__ compatibility
Show description for 19d2467
ncoghlan
committed
19d2467
View commit details
Copy full SHA for 19d2467
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Issue #28257: Improved error message when pass a non-iterable as
Show description for 7344285
serhiy-storchaka
committed
7344285
View commit details
Copy full SHA for 7344285
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Show description for b728105
serhiy-storchaka
committed
b728105
View commit details
Copy full SHA for b728105
View code at this point
Browse repository at this point
Issue #28076: Variable annotations should be mangled for private names.
Show description for 015d874
Guido van Rossum
committed
015d874
View commit details
Copy full SHA for 015d874
View code at this point
Browse repository at this point
Issue #27129: Replaced wordcode related magic constants with macros.
serhiy-storchaka
committed
ab87400
View commit details
Copy full SHA for ab87400
View code at this point
Browse repository at this point
Issue #23722: Initialize __class__ from type.__new__()
Show description for 944368e
ncoghlan
committed
944368e
View commit details
Copy full SHA for 944368e
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Rework CALL_FUNCTION* opcodes
Show description for f9b760f
vstinner
committed
f9b760f
View commit details
Copy full SHA for f9b760f
View code at this point
Browse repository at this point
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
committed
52c4e7c
View commit details
Copy full SHA for 52c4e7c
View code at this point
Browse repository at this point
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
committed
eb63645
View commit details
Copy full SHA for eb63645
View code at this point
Browse repository at this point
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Show description for f8cb8a1
Yury Selivanov
committed
f8cb8a1
View commit details
Copy full SHA for f8cb8a1
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
replace PY_SIZE_MAX with SIZE_MAX
benjaminp
committed
2f8bfef
View commit details
Copy full SHA for 2f8bfef
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace Py_(u)intptr_t with the c99 standard types
benjaminp
committed
ca47063
View commit details
Copy full SHA for ca47063
View code at this point
Browse repository at this point
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
serhiy-storchaka
committed
ea525a2
View commit details
Copy full SHA for ea525a2
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
Issue #27594: Prevent assertion error when running test_ast with coverage
Show description for dc35cda
ned-deily
committed
dc35cda
View commit details
Copy full SHA for dc35cda
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
merge 3.5 (#27514)
benjaminp
committed
ce7b27d
View commit details
Copy full SHA for ce7b27d
View code at this point
Browse repository at this point
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
Show description for e09ed54
benjaminp
committed
e09ed54
View commit details
Copy full SHA for e09ed54
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Issue #27301: Fixed incorrect return codes for errors in compile.c.
serhiy-storchaka
committed
607f8a5
View commit details
Copy full SHA for 607f8a5
View code at this point
Browse repository at this point
Issue #27301: Fixed incorrect return codes for errors in compile.c.
serhiy-storchaka
committed
694de3b
View commit details
Copy full SHA for 694de3b
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Show description for 64204de
serhiy-storchaka
committed
64204de
View commit details
Copy full SHA for 64204de
View code at this point
Browse repository at this point
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Show description for cf2ad55
serhiy-storchaka
committed
cf2ad55
View commit details
Copy full SHA for cf2ad55
View code at this point
Browse repository at this point
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Show description for 3c317e7
serhiy-storchaka
committed
3c317e7
View commit details
Copy full SHA for 3c317e7
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
serhiy-storchaka
committed
6a7506a
View commit details
Copy full SHA for 6a7506a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL