FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Programs - 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
Programs
on
debbf8a
User selector
Datepicker
Commit history
Commits on Mar 31, 2022
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
iritkatriel
authored
a00518d
View commit details
Copy full SHA for a00518d
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
authored
f193631
View commit details
Copy full SHA for f193631
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
bpo-46841: Use inline caching for attribute accesses (GH-31640)
brandtbucher
authored
05a8bc1
View commit details
Copy full SHA for 05a8bc1
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
markshannon
authored
3b0f1c5
View commit details
Copy full SHA for 3b0f1c5
View code at this point
Browse repository at this point
Commits on Feb 26, 2022
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
kumaraditya303
authored
0d9b565
View commit details
Copy full SHA for 0d9b565
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
kumaraditya303
authored
4dc7463
View commit details
Copy full SHA for 4dc7463
View code at this point
Browse repository at this point
Commits on Feb 21, 2022
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Show description for 59585d6
markshannon
authored
59585d6
View commit details
Copy full SHA for 59585d6
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
bpo-46329: Change calling sequence (again) (GH-31373)
Show description for cf345e9
markshannon
authored
cf345e9
View commit details
Copy full SHA for cf345e9
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Show description for 89fd7c3
markshannon
authored
89fd7c3
View commit details
Copy full SHA for 89fd7c3
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Show description for c7f810b
kumaraditya303
authored
c7f810b
View commit details
Copy full SHA for c7f810b
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Show description for 6415e2e
vstinner
authored
6415e2e
View commit details
Copy full SHA for 6415e2e
View code at this point
Browse repository at this point
bpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eab
vstinner
authored
e9e3eab
View commit details
Copy full SHA for e9e3eab
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Show description for ea1a545
vstinner
authored
ea1a545
View commit details
Copy full SHA for ea1a545
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
bpo-45923: Handle call events in bytecode (GH-30364)
Show description for e028ae9
markshannon
authored
e028ae9
View commit details
Copy full SHA for e028ae9
View code at this point
Browse repository at this point
Commits on Dec 28, 2021
bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)
corona10
authored
196b53e
View commit details
Copy full SHA for 196b53e
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Show description for 9f8f451
markshannon
authored
9f8f451
View commit details
Copy full SHA for 9f8f451
View code at this point
Browse repository at this point
Commits on Dec 13, 2021
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
tiran
authored
eb483c4
View commit details
Copy full SHA for eb483c4
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
bpo-45950: Introduce Bootstrap Python again (#29859)
Show description for 84ca123
tiran
authored
84ca123
View commit details
Copy full SHA for 84ca123
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Show description for a6c3b0f
vstinner
authored
a6c3b0f
View commit details
Copy full SHA for a6c3b0f
View code at this point
Browse repository at this point
Commits on Nov 2, 2021
Remove Programs/_freeze_importlib (#29357)
brandtbucher
authored
69a6173
View commit details
Copy full SHA for 69a6173
View code at this point
Browse repository at this point
Commits on Nov 1, 2021
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)
Show description for 401d25e
sobolevn
and
Fidget-Spinner
authored
401d25e
View commit details
Copy full SHA for 401d25e
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)
sobolevn
authored
aad4806
View commit details
Copy full SHA for aad4806
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778)
Show description for 074fa57
ericsnowcurrently
authored
074fa57
View commit details
Copy full SHA for 074fa57
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Show description for 82a662e
brandtbucher
authored
82a662e
View commit details
Copy full SHA for 82a662e
View code at this point
Browse repository at this point
Commits on Oct 25, 2021
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Show description for 6afb285
ericsnowcurrently
authored
6afb285
View commit details
Copy full SHA for 6afb285
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29af
vstinner
authored
aac29af
View commit details
Copy full SHA for aac29af
View code at this point
Browse repository at this point
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
pablogsal
authored
db2b6a2
View commit details
Copy full SHA for db2b6a2
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Show description for 08285d5
ericsnowcurrently
authored
08285d5
View commit details
Copy full SHA for 08285d5
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
Show description for 5e2c32e
vstinner
authored
5e2c32e
View commit details
Copy full SHA for 5e2c32e
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)
Show description for 09b4ad1
zooba
authored
09b4ad1
View commit details
Copy full SHA for 09b4ad1
View code at this point
Browse repository at this point
Commits on Aug 30, 2021
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
Show description for 044e8d8
ericsnowcurrently
authored
044e8d8
View commit details
Copy full SHA for 044e8d8
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Show description for 4823d9a
authored
4823d9a
View commit details
Copy full SHA for 4823d9a
View code at this point
Browse repository at this point
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
P403n1x87
authored
2f180ce
View commit details
Copy full SHA for 2f180ce
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Show description for 98eee94
authored
98eee94
View commit details
Copy full SHA for 98eee94
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL