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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not remove x bit from published directories (GH-24101)
Miss Islington (bot)
2021-01-04
1
-2
/
+2
*
closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912)
Miss Islington (bot)
2020-12-24
1
-1
/
+1
*
[3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...
Serhiy Storchaka
2020-12-19
1
-8
/
+4
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Miss Islington (bot)
2020-12-17
1
-10
/
+10
*
bpo-42574: Use format() instead of f-string in Tools/clinic/clinic.py to allo...
Pablo Galindo
2020-12-07
1
-1
/
+1
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Miss Islington (bot)
2020-11-18
1
-19
/
+35
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Miss Islington (bot)
2020-11-13
1
-2
/
+2
*
Enable signing of nuget.org packages and update to supported timestamp server...
Miss Skeleton (bot)
2020-11-03
1
-3
/
+3
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Miss Islington (bot)
2020-09-14
4
-4
/
+7
*
[3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...
Serhiy Storchaka
2020-07-02
2
-2
/
+4
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-0
/
+1
*
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Miss Islington (bot)
2020-05-19
1
-2
/
+2
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Miss Islington (bot)
2020-05-16
1
-4
/
+5
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Miss Islington (bot)
2020-05-15
1
-11
/
+41
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Miss Islington (bot)
2020-05-15
1
-3
/
+58
*
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-21
/
+16
*
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...
Miss Islington (bot)
2020-04-13
1
-4
/
+8
*
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
Miss Islington (bot)
2020-04-12
1
-0
/
+2
*
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Miss Islington (bot)
2020-04-11
1
-9
/
+16
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Miss Islington (bot)
2020-03-31
1
-7
/
+9
*
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
Miss Islington (bot)
2020-03-31
1
-1
/
+1
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Miss Islington (bot)
2020-03-11
2
-1
/
+9
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Miss Islington (bot)
2020-03-09
1
-1
/
+1
*
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
Serhiy Storchaka
2020-03-07
1
-2
/
+17
*
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Miss Islington (bot)
2020-02-28
1
-1
/
+1
*
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...
Miss Skeleton (bot)
2019-10-28
1
-1
/
+1
*
bpo-38534: Replace wrong KB number references (GH-16955)
Miss Skeleton (bot)
2019-10-28
1
-4
/
+4
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Miss Islington (bot)
2019-10-11
1
-4
/
+1
*
bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)
Victor Stinner
2019-09-25
1
-5
/
+59
*
closes bpo-16637: libpython: construct integer object directly from gdbvalue ...
Miss Islington (bot)
2019-09-23
1
-1
/
+1
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
1
-7
/
+6
*
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Miss Islington (bot)
2019-09-11
1
-5
/
+4
*
bpo-37283: Ensure command-line and unattend.xml setting override previously d...
Miss Islington (bot)
2019-09-09
2
-8
/
+25
*
[3.8] bpo-37034: Display argument name on errors with keyword arguments with ...
Serhiy Storchaka
2019-08-29
1
-80
/
+101
*
bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) ...
Miss Islington (bot)
2019-08-29
1
-1
/
+1
*
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
Miss Islington (bot)
2019-08-28
1
-0
/
+1
*
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
Raymond Hettinger
2019-08-24
1
-6
/
+18
*
Fix publishing of Windows release (GH-15006)
Miss Islington (bot)
2019-07-29
1
-0
/
+4
*
[3.8] bpo-36974: separate vectorcall functions for each calling convention (G...
Jeroen Demeyer
2019-07-23
1
-3
/
+2
*
Enable publish of Windows releases through Azure Pipelines (GH-14720)
Miss Islington (bot)
2019-07-13
1
-1
/
+0
*
bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)
Steve Dower
2019-06-22
4
-37
/
+1
*
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
Steve Dower
2019-06-21
1
-1
/
+1
*
bpo-36511: Improve ARM32 buildbot scripts (GH-14251)
Steve Dower
2019-06-20
3
-10
/
+92
*
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
2019-06-14
11
-87
/
+66
*
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Miss Islington (bot)
2019-06-07
1
-1
/
+1
*
bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
Miss Islington (bot)
2019-06-06
1
-2
/
+3
*
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Christian Heimes
2019-06-03
1
-1
/
+2
*
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Christian Heimes
2019-06-03
1
-3
/
+3
*
Add description to the command line help of the argument clinic (GH-8518)
Tim Hoffmann
2019-06-02
1
-1
/
+8
*
Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)
Stefan Behnel
2019-06-01
1
-263
/
+275
[next]