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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
3.8
Miss Islington (bot)
2021-02-15
1
-0
/
+23
*
bpo-43108: Fix a reference leak in the curses module (GH-24420) (GH-24429)
Miss Islington (bot)
2021-02-15
1
-1
/
+3
*
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2...
Miss Islington (bot)
2021-02-14
4
-4
/
+4
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Miss Islington (bot)
2021-01-31
1
-1
/
+3
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Miss Islington (bot)
2021-01-18
1
-32
/
+19
*
[3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24...
Serhiy Storchaka
2021-01-05
1
-8
/
+18
*
[3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...
Serhiy Storchaka
2021-01-04
2
-41
/
+29
*
[3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)
Serhiy Storchaka
2021-01-01
1
-8
/
+8
*
[3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12...
Serhiy Storchaka
2021-01-01
2
-21
/
+24
*
[3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...
Miss Islington (bot)
2020-12-26
1
-1
/
+53
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Miss Islington (bot)
2020-12-22
1
-2
/
+3
*
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23389)
Miss Islington (bot)
2020-12-17
1
-4
/
+4
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
2
-0
/
+32
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Miss Islington (bot)
2020-11-21
1
-1
/
+1
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...
Victor Stinner
2020-11-17
1
-5
/
+47
*
[3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)
Jakub Stasiak
2020-11-12
1
-0
/
+18
*
[3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145)
Jakub KulĂk
2020-11-04
1
-0
/
+17
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Miss Skeleton (bot)
2020-10-26
1
-2
/
+5
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Miss Skeleton (bot)
2020-10-25
1
-0
/
+1
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-3
/
+22
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
2020-10-19
1
-3
/
+6
*
bpo-41984: GC track all user classes (GH-22701/GH-22707)
Miss Skeleton (bot)
2020-10-15
1
-0
/
+20
*
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-2...
Miss Skeleton (bot)
2020-10-03
1
-4
/
+8
*
[3.8] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...
Thomas Grainger
2020-09-24
1
-0
/
+4
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Miss Islington (bot)
2020-09-21
1
-0
/
+4
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Miss Islington (bot)
2020-08-15
1
-4
/
+5
*
[3.8] bpo-41302: Support system libmpdec 2.5 for Python 3.8 (GH-21488)
Felix Yan
2020-07-15
1
-0
/
+7
*
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...
Miss Islington (bot)
2020-07-15
1
-3
/
+2
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Miss Islington (bot)
2020-07-13
1
-8
/
+21
*
bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406)
Tony Solomonik
2020-07-09
1
-3
/
+6
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Miss Islington (bot)
2020-07-09
1
-1
/
+2
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Miss Islington (bot)
2020-07-07
1
-2
/
+4
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Miss Islington (bot)
2020-07-06
1
-1
/
+44
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-05
1
-0
/
+79
*
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-27
1
-1
/
+3
*
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
Miss Islington (bot)
2020-06-24
1
-9
/
+43
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Miss Islington (bot)
2020-06-24
2
-6
/
+10
*
[3.8] bpo-31938: Fix default-value signatures of several functions in the sel...
Anthony Sottile
2020-06-23
2
-13
/
+17
*
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Miss Islington (bot)
2020-06-23
1
-1
/
+1
*
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...
Miss Islington (bot)
2020-06-21
1
-6
/
+6
*
[3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions...
Stefan Krah
2020-06-09
2
-210
/
+6
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)
Victor Stinner
2020-06-03
1
-4
/
+22
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-11
/
+45
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
2
-14
/
+31
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0
/
+15
*
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences...
Tal Einat
2020-05-26
2
-5
/
+5
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Zackery Spytz
2020-05-26
1
-0
/
+4
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Miss Islington (bot)
2020-05-19
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
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Miss Islington (bot)
2020-05-17
1
-5
/
+2
[next]