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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Work around Path.glob() issue when creating nuget package (GH-16855)
Steve Dower
2019-10-19
1
-1
/
+1
*
2.2.17+
Benjamin Peterson
2019-10-19
1
-1
/
+1
*
Empty blurb file for 2.7.17.
v2.7.17
Benjamin Peterson
2019-10-19
1
-0
/
+8
*
Bump version to 2.7.17 final.
Benjamin Peterson
2019-10-19
1
-3
/
+3
*
Update doc switcher list for 3.8.0 (GH-16809)
Miss Islington (bot)
2019-10-19
1
-1
/
+1
*
Update build docs for macOS (GH-16844)
Ned Deily
2019-10-19
3
-90
/
+85
*
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...
Ashley Whetter
2019-10-18
1
-0
/
+10
*
bpo-32758: Warn that compile() can crash when compiling to an AST object (GH-...
Ashley Whetter
2019-10-18
1
-0
/
+6
*
Doc: 3.8 is now stable. (GH-16790) (GH-16794)
Miss Islington (bot)
2019-10-14
1
-1
/
+1
*
[2.7] Update macOS installer display files for 2.7.17 (GH-16768)
Ned Deily
2019-10-14
4
-163
/
+83
*
[2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638)
Benjamin Peterson
2019-10-07
2
-7
/
+14
*
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)
Miss Islington (bot)
2019-10-07
1
-1
/
+0
*
bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940)
Miss Islington (bot)
2019-10-07
1
-3
/
+2
*
[2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635)
Benjamin Peterson
2019-10-07
3
-7
/
+10
*
Update macOS installer displays for 2.7.17rc1 (#16634)
v2.7.17rc1
Ned Deily
2019-10-07
2
-3
/
+16
*
Bump version to 2.7.17rc1.
Benjamin Peterson
2019-10-07
2
-5
/
+5
*
Roll up news for 2.7.17rc1.
Benjamin Peterson
2019-10-07
80
-146
/
+785
*
[2.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-10-07
3
-11
/
+40
*
[2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)
Benjamin Peterson
2019-10-07
4
-2
/
+3
*
bpo-38106: Fix race in pthread PyThread_release_lock() (GH-16047)
Kirill Smelkov
2019-10-03
2
-6
/
+14
*
[2.7] bpo-38338, test.pythoninfo: add more ssl infos (GH-16543)
Victor Stinner
2019-10-02
1
-0
/
+60
*
[2.7] bpo-38243: Escape the server title of DocXMLRPCServer (GH-16447)
Dong-hee Na
2019-10-01
3
-1
/
+35
*
[2.7] bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH...
Jesús Cea
2019-09-28
3
-0
/
+8
*
bpo-38174 follow up: Remove loadlibrary.c from VS9.0. (GH-16411)
Benjamin Peterson
2019-09-25
2
-8
/
+0
*
[2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)
Benjamin Peterson
2019-09-25
24
-4844
/
+3972
*
closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)
Miss Islington (bot)
2019-09-23
1
-1
/
+1
*
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236)
Miss Islington (bot)
2019-09-18
1
-2
/
+2
*
[2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-...
Serhiy Storchaka
2019-09-17
3
-12
/
+20
*
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
Miss Islington (bot)
2019-09-16
2
-1
/
+3
*
bpo-38117: Updates bundled OpenSSL to 1.0.2t (GH-16178)
Steve Dower
2019-09-16
4
-3
/
+8
*
[2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...
Xiang Zhang
2019-09-16
1
-1
/
+2
*
bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)
Ned Deily
2019-09-16
2
-3
/
+4
*
[2.7] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-16006)
Roberto C. Sánchez
2019-09-14
3
-1
/
+25
*
[2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570)
Alexandru Ardelean
2019-09-11
2
-2
/
+3
*
closes bpo-36712: Fix duplicate method in Lib/email/test/test_email_renamed.p...
Zackery Spytz
2019-09-11
1
-5
/
+0
*
closes bpo-36711: Remove duplicate method in Lib/email/feedparser.py. (GH-14801)
Zackery Spytz
2019-09-11
1
-20
/
+0
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-11
3
-2
/
+7
*
[2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15...
Benjamin Peterson
2019-09-09
1
-1
/
+1
*
[2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...
Serhiy Storchaka
2019-09-09
4
-0
/
+56
*
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...
Miss Islington (bot)
2019-08-28
2
-1
/
+3
*
bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)
Victor Stinner
2019-08-23
2
-1
/
+3
*
test_multiprocessing removes temporary files (GH-15421)
Victor Stinner
2019-08-23
1
-0
/
+2
*
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Miss Islington (bot)
2019-08-21
1
-1
/
+1
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Miss Islington (bot)
2019-08-20
1
-0
/
+1
*
[2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError i...
David H
2019-08-05
2
-6
/
+6
*
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...
Miss Islington (bot)
2019-07-24
2
-4
/
+5
*
bpo-34369: make kqueue.control() docs better reflect that timeout is position...
Miss Islington (bot)
2019-07-11
1
-3
/
+4
*
Document default parameter of .seek() in the signature. (GH-14691)
Miss Islington (bot)
2019-07-10
1
-2
/
+2
*
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Miss Islington (bot)
2019-07-07
1
-1
/
+1
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)
Miss Islington (bot)
2019-07-06
2
-3
/
+4
[prev]
[next]