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
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
1
-2
/
+63
*
bpo-41070: Simplify pyshellext.dll build (GH-21037)
Nikita Nemkin
2020-06-24
1
-0
/
+5
*
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou
2020-06-20
1
-53
/
+0
*
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Batuhan Taskaya
2020-06-20
1
-1
/
+7
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
4
-6
/
+10
*
Fix trailing whitespace in keyword.py (GH-20881)
Pablo Galindo
2020-06-15
1
-2
/
+2
*
Include soft keywords in keyword.py (GH-20877)
Pablo Galindo
2020-06-15
2
-4
/
+13
*
bpo-40939: Clean and adapt the peg_generator directory after deleting the old...
Pablo Galindo
2020-06-12
6
-304
/
+30
*
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Pablo Galindo
2020-06-11
1
-2
/
+1
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-3
/
+2
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
1
-0
/
+73
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Lysandros Nikolaou
2020-06-05
6
-140
/
+131
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes
2020-06-01
1
-0
/
+1
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-1
/
+1
*
Fix lookahead of soft keywords in the PEG parser (GH-20436)
Pablo Galindo
2020-05-26
1
-2
/
+9
*
Add soft keywords (GH-20370)
Guido van Rossum
2020-05-26
1
-4
/
+20
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-52
/
+2
*
Fix peg_generator compiler warnings under MSVC (GH-20405)
Ammar Askar
2020-05-26
1
-4
/
+4
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Lysandros Nikolaou
2020-05-25
5
-120
/
+55
*
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...
Pablo Galindo
2020-05-25
1
-1
/
+1
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Pablo Galindo
2020-05-25
2
-25
/
+61
*
bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...
Batuhan Taskaya
2020-05-24
1
-2
/
+2
*
Fix debug output in PEG parser generator (GH-20308)
Pablo Galindo
2020-05-22
1
-3
/
+3
*
Fix typing problems reported by mypy in pegen (GH-20297)
Pablo Galindo
2020-05-21
2
-27
/
+23
*
bpo-40334: Correctly generate C parser when assigned var is None (GH-20296)
Batuhan Taskaya
2020-05-21
1
-1
/
+4
*
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Zackery Spytz
2020-05-19
1
-2
/
+2
*
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
Pablo Galindo
2020-05-18
1
-1
/
+1
*
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
Lysandros Nikolaou
2020-05-18
3
-15
/
+29
*
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Lysandros Nikolaou
2020-05-18
1
-8
/
+9
*
bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003)
Lysandros Nikolaou
2020-05-17
1
-21
/
+12
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-1
/
+1
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Christian Heimes
2020-05-15
1
-4
/
+5
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Christian Heimes
2020-05-15
1
-11
/
+41
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Christian Heimes
2020-05-15
1
-3
/
+58
*
bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074)
Victor Stinner
2020-05-14
1
-2
/
+7
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
1
-1
/
+1
*
bpo-40334: Avoid collisions between parser variables and grammar variables (G...
Pablo Galindo
2020-05-09
2
-78
/
+93
*
bpo-40555: Check for p->error_indicator in loop rules after the main loop is ...
Pablo Galindo
2020-05-08
1
-1
/
+1
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-6
/
+58
*
bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)
Pablo Galindo
2020-05-06
1
-0
/
+14
*
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw
2020-05-04
9
-17
/
+4
*
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
Pablo Galindo
2020-05-02
1
-1
/
+1
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
9
-16
/
+16107
*
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo
2020-05-01
5
-15
/
+31
*
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
Pablo Galindo
2020-05-01
2
-3
/
+4
*
bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)
Pablo Galindo
2020-05-01
2
-35
/
+25
*
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
Dong-hee Na
2020-04-30
9
-0
/
+51008
*
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo
2020-04-29
4
-160
/
+269
*
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
6
-88
/
+215
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
2
-4
/
+13
[next]