GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Select correct tool platform when building on Windows ARM64 natively (GH-28491)
Niyas Sait
2021-09-27
1
-1
/
+5
*
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow
2021-09-24
2
-32
/
+76
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-22
1
-1
/
+1
*
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow
2021-09-17
1
-11
/
+11
*
bpo-45020: Fix build out of source tree (GH-28410)
Victor Stinner
2021-09-17
1
-4
/
+10
*
bpo-45231: update_file.py preserves end of line (GH-28411)
Victor Stinner
2021-09-17
1
-1
/
+13
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Eric Snow
2021-09-16
1
-7
/
+4
*
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
Eric Snow
2021-09-15
1
-3
/
+6
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
Eric Snow
2021-09-15
1
-6
/
+3
*
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow
2021-09-15
1
-4
/
+4
*
bpo-45188: Windows now regenerates frozen modules at the start of build inste...
Steve Dower
2021-09-15
1
-13
/
+47
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-3
/
+28
*
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351)
Serhiy Storchaka
2021-09-15
1
-2
/
+2
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-4
/
+4
*
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28...
Irit Katriel
2021-09-14
1
-0
/
+10
*
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow
2021-09-13
2
-103
/
+225
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-2
/
+8
*
Fix typos in pep384_macrocheck.py (GH-28220)
Ikko Ashimine
2021-09-10
1
-2
/
+2
*
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
giovanniwijaya
2021-09-07
1
-1
/
+1
*
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
Christian Heimes
2021-09-07
1
-1
/
+5
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
11
-240
/
+244
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
1
-2
/
+2
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
2
-6
/
+526
*
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
Łukasz Langa
2021-08-30
1
-1
/
+1
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-2
/
+4
*
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Dong-hee Na
2021-08-23
1
-1
/
+0
*
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27...
Mark Dickinson
2021-08-22
1
-1
/
+0
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
19
-397
/
+549
*
Classify specialization failures. Provides more useful stats, with lower over...
Mark Shannon
2021-08-10
1
-0
/
+12
*
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka
2021-08-09
2
-2
/
+2
*
Add option to write specialization stats to files and script to summarize. (G...
Mark Shannon
2021-08-04
1
-0
/
+41
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
8
-9
/
+9
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-27
2
-3
/
+3
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-27
/
+122
*
bpo-43425: Remove test2to3 from Tools (#26981)
Dong-hee Na
2021-07-17
8
-74
/
+0
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-59
/
+155
*
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
Erlend Egeberg Aasland
2021-07-14
1
-10
/
+0
*
bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)
Erlend Egeberg Aasland
2021-06-23
1
-5
/
+0
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
1
-10
/
+0
*
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
Erlend Egeberg Aasland
2021-06-23
1
-14
/
+0
*
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Christian Heimes
2021-06-19
1
-1
/
+1
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-11
/
+14
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
1
-0
/
+12
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
1
-0
/
+9
*
bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
Akira Nonaka
2021-06-09
1
-1
/
+1
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-4
/
+6
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-6
/
+4
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-4
/
+6
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
1
-1
/
+1
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Pablo Galindo
2021-05-21
1
-0
/
+2
[next]