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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40791: Make compare_digest more constant-time. (GH-23438)
gentoo-3.7.9-r1
Miss Islington (bot)
2020-12-14
1
-1
/
+1
*
Call OPENSSL_init_crypto for openssl >= 1.1.0
Mike Gilbert
2020-08-19
1
-0
/
+2
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2020-08-19
1
-1
/
+1
*
bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel
Ned Deily
2020-08-15
1
-4
/
+0
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461)
Miss Islington (bot)
2020-07-13
1
-8
/
+21
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Miss Islington (bot)
2020-07-07
1
-2
/
+4
*
[3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions...
Stefan Krah
2020-06-09
2
-210
/
+6
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-11
/
+45
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0
/
+15
*
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
1
-2
/
+2
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Miss Islington (bot)
2020-05-26
1
-0
/
+4
*
bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)
Miss Islington (bot)
2020-05-18
1
-2
/
+6
*
[3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126)
Miss Islington (bot)
2020-05-16
1
-34
/
+27
*
[3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120)
Christian Heimes
2020-05-15
2
-1
/
+9
*
[3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Miss Islington (bot)
2020-05-08
1
-0
/
+4
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Miss Islington (bot)
2020-04-22
1
-1
/
+3
*
[3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-3
/
+3
*
[3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XML...
Miss Islington (bot)
2020-04-12
1
-0
/
+27
*
bpo-39689: Do not use native packing for format "?" with standard size (GH-18...
Miss Islington (bot)
2020-03-31
1
-0
/
+3
*
bpo-40014: Fix os.getgrouplist() (GH-19126)
Miss Islington (bot)
2020-03-24
1
-22
/
+25
*
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
Miss Islington (bot)
2020-03-23
1
-0
/
+19
*
[3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (G...
Jason R. Coombs
2020-03-22
1
-0
/
+11
*
[3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is...
Serhiy Storchaka
2020-03-21
1
-7
/
+23
*
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...
Miss Islington (bot)
2020-03-14
1
-3
/
+3
*
[3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (G...
Mark Dickinson
2020-03-14
1
-1
/
+5
*
[3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...
Serhiy Storchaka
2020-03-12
1
-0
/
+14
*
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
Miss Islington (bot)
2020-03-09
1
-26
/
+17
*
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Miss Islington (bot)
2020-03-01
1
-0
/
+1
*
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
2
-30
/
+177
*
[3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (...
Pablo Galindo
2020-02-23
1
-1
/
+29
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...
Miss Islington (bot)
2020-02-21
2
-6
/
+210
*
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578)
Miss Islington (bot)
2020-02-20
1
-1
/
+1
*
Use the new recommended number of repetitions in the refleak tests. (GH-18569...
Miss Islington (bot)
2020-02-20
1
-1
/
+1
*
Update runall.bat to the latest Windows build system. (GH-18571) (#18572)
Miss Islington (bot)
2020-02-20
1
-41
/
+59
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Miss Islington (bot)
2020-02-04
1
-0
/
+1
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Miss Islington (bot)
2020-01-23
1
-9
/
+26
*
[3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-1...
Vinay Sajip
2020-01-12
1
-0
/
+19
*
Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)
Inada Naoki
2019-12-14
1
-0
/
+1
*
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
Miss Islington (bot)
2019-12-07
1
-1
/
+48
*
[3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Py...
Andrew Svetlov
2019-12-07
1
-0
/
+16
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Miss Islington (bot)
2019-12-04
1
-10
/
+6
*
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
Miss Islington (bot)
2019-11-22
1
-2
/
+5
*
[3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-1...
Miss Islington (bot)
2019-11-21
2
-7
/
+64
*
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Miss Islington (bot)
2019-11-20
1
-1
/
+3
*
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Miss Islington (bot)
2019-11-19
1
-10
/
+21
*
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
Miss Islington (bot)
2019-11-18
1
-0
/
+2
*
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
Miss Islington (bot)
2019-11-16
1
-0
/
+3
*
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
Miss Islington (bot)
2019-11-16
1
-0
/
+4
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0
/
+1
*
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-9
/
+15
[next]