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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] Bump copyright years to 2019. (GH-11407)
Benjamin Peterson
2019-01-02
1
-1
/
+1
*
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...
Miss Islington (bot)
2018-12-11
1
-0
/
+14
*
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)...
Serhiy Storchaka
2018-12-11
5
-6
/
+15
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Miss Islington (bot)
2018-12-08
2
-3
/
+3
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Serhiy Storchaka
2018-12-07
3
-5
/
+14
*
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10...
Miss Islington (bot)
2018-12-04
1
-0
/
+1
*
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822)
Victor Stinner
2018-11-30
1
-4
/
+36
*
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (G...
Serhiy Storchaka
2018-11-27
1
-1
/
+2
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH...
Victor Stinner
2018-11-26
1
-18
/
+22
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...
Victor Stinner
2018-11-20
2
-4
/
+17
*
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
Miss Islington (bot)
2018-11-16
1
-1
/
+3
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Miss Islington (bot)
2018-11-12
2
-3
/
+3
*
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
Gregory P. Smith
2018-11-12
2
-1
/
+12
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-1...
Gregory P. Smith
2018-11-08
1
-6
/
+6
*
[3.6] bpo-35133: Fix mistakes when concatenate string literals on different l...
Serhiy Storchaka
2018-11-05
1
-1
/
+1
*
bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) (GH-10270)
Victor Stinner
2018-11-01
1
-10
/
+26
*
[3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)
Stéphane Wirtel
2018-10-18
1
-19
/
+5
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Miss Islington (bot)
2018-10-12
1
-1
/
+2
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Miss Islington (bot)
2018-10-10
1
-2
/
+4
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Miss Islington (bot)
2018-10-01
1
-8
/
+9
*
Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9587)
Victor Stinner
2018-09-26
1
-2
/
+0
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Miss Islington (bot)
2018-09-10
1
-14
/
+16
*
bpo-34527: Fix FreeBSD with POSIX locale (GH-8975)
Victor Stinner
2018-08-28
1
-1
/
+1
*
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
Miss Islington (bot)
2018-08-26
1
-0
/
+1
*
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...
Miss Islington (bot)
2018-08-24
1
-0
/
+5
*
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (...
Miss Islington (bot)
2018-08-22
1
-0
/
+2
*
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...
Miss Islington (bot)
2018-07-24
1
-0
/
+4
*
bpo-34087: Backport tests for int/float/complex (GH-8274)
INADA Naoki
2018-07-14
1
-0
/
+2
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)
Miss Islington (bot)
2018-07-12
1
-1
/
+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Miss Islington (bot)
2018-07-11
1
-1
/
+3
*
[3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WIT...
Serhiy Storchaka
2018-07-09
1
-4
/
+11
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)...
Miss Islington (bot)
2018-07-03
1
-1
/
+2
*
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Miss Islington (bot)
2018-06-23
1
-6
/
+9
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
1
-2
/
+2
*
[3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (...
T. Wouters
2018-05-31
1
-0
/
+7
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (...
Miss Islington (bot)
2018-05-31
1
-1
/
+2
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Miss Islington (bot)
2018-05-13
1
-13
/
+13
*
[3.6] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH...
Serhiy Storchaka
2018-04-26
1
-8
/
+20
*
[3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400)
Miss Islington (bot)
2018-04-06
1
-1
/
+1
*
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
Miss Islington (bot)
2018-04-06
1
-2
/
+0
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Miss Islington (bot)
2018-04-04
1
-0
/
+25
*
[3.6] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G...
Serhiy Storchaka
2018-03-31
1
-20
/
+11
*
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. ...
Serhiy Storchaka
2018-03-23
1
-26
/
+17
*
[3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160)
Miss Islington (bot)
2018-03-20
1
-1
/
+6
*
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (...
Miss Islington (bot)
2018-03-10
1
-13
/
+7
*
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...
Barry Warsaw
2018-02-26
2
-1434
/
+1433
*
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)
Miss Islington (bot)
2018-02-18
1
-1
/
+2
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...
Miss Islington (bot)
2018-02-05
1
-3
/
+16
*
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-03
1
-2
/
+2
*
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Barry Warsaw
2018-02-02
2
-1433
/
+1434
[next]