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
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.6.13
v3.6.13
Ned Deily
2021-02-15
1
-3
/
+0
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231)
Miss Islington (bot)
2020-11-10
1
-0
/
+3
*
3.6.11rc1
v3.6.11rc1
Ned Deily
2020-06-17
2
-3
/
+0
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350)
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
-0
/
+2
*
3.6.8rc1
v3.6.8rc1
Ned Deily
2018-12-11
14
-35
/
+0
*
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...
Miss Islington (bot)
2018-12-11
1
-0
/
+2
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
Victor Stinner
2018-12-10
1
-0
/
+1
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Serhiy Storchaka
2018-12-07
1
-0
/
+2
*
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...
Miss Islington (bot)
2018-12-04
1
-0
/
+4
*
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Miss Islington (bot)
2018-12-03
1
-0
/
+2
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH...
Victor Stinner
2018-11-26
1
-0
/
+3
*
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
Miss Islington (bot)
2018-11-13
1
-0
/
+3
*
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
Gregory P. Smith
2018-11-12
1
-0
/
+4
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-1...
Gregory P. Smith
2018-11-08
1
-0
/
+3
*
[3.6]bpo-29341: Backport b942707 3.6 (GH-10299)
BNMetrics
2018-11-02
1
-0
/
+2
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Miss Islington (bot)
2018-10-21
1
-0
/
+2
*
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)
Miss Islington (bot)
2018-10-20
1
-0
/
+2
*
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-...
Miss Islington (bot)
2018-10-20
1
-0
/
+2
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Miss Islington (bot)
2018-10-14
1
-0
/
+3
*
3.6.7rc2
v3.6.7rc2
Ned Deily
2018-10-13
2
-3
/
+0
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Miss Islington (bot)
2018-10-02
1
-0
/
+2
*
Merge tag 'v3.6.7rc1' into 3.6
Ned Deily
2018-09-26
15
-30
/
+0
|
\
|
*
3.6.7rc1
v3.6.7rc1
Ned Deily
2018-09-26
15
-30
/
+0
*
|
[3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...
Miss Islington (bot)
2018-09-25
1
-0
/
+1
|
/
*
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Miss Islington (bot)
2018-09-21
1
-0
/
+1
*
Fix Tools/gdb/libpython.py
Miss Islington (bot)
2018-09-11
1
-0
/
+3
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Miss Islington (bot)
2018-09-10
1
-0
/
+2
*
bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088)
Miss Islington (bot)
2018-09-07
1
-0
/
+2
*
bpo-34527: Fix FreeBSD with POSIX locale (GH-8975)
Victor Stinner
2018-08-28
1
-0
/
+3
*
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Miss Islington (bot)
2018-08-15
1
-0
/
+1
*
closes bpo-34377: Update Valgrind suppressions. (GH-8734)
Miss Islington (bot)
2018-08-11
1
-0
/
+3
*
bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311)
Serhiy Storchaka
2018-07-17
1
-0
/
+2
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Serhiy Storchaka
2018-07-17
1
-0
/
+3
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)
Miss Islington (bot)
2018-07-12
1
-0
/
+2
*
[3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WIT...
Serhiy Storchaka
2018-07-09
1
-0
/
+2
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)...
Miss Islington (bot)
2018-07-03
1
-0
/
+2
*
[3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...
Zackery Spytz
2018-06-29
1
-0
/
+2
*
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Miss Islington (bot)
2018-06-26
1
-0
/
+1
*
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Miss Islington (bot)
2018-06-23
1
-0
/
+1
*
3.6.6rc1
v3.6.6rc1
Ned Deily
2018-06-12
12
-20
/
+0
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-07
1
-0
/
+1
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
1
-0
/
+1
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...
Miss Islington (bot)
2018-06-01
1
-0
/
+2
*
[3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095)
Serhiy Storchaka
2018-05-24
1
-0
/
+4
*
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...
Miss Islington (bot)
2018-05-18
1
-0
/
+2
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Miss Islington (bot)
2018-05-13
1
-0
/
+1
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Miss Islington (bot)
2018-05-09
1
-0
/
+2
*
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
Miss Islington (bot)
2018-05-02
1
-0
/
+1
*
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
Miss Islington (bot)
2018-04-06
1
-0
/
+1
[next]