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
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
gentoo-3.9.0b5
Rishi
2020-07-21
1
-0
/
+1
*
Skip RDS socket tests that hang frequently
Michał Górny
2020-07-21
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2020-07-21
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2020-07-21
1
-1
/
+1
*
Install shared libs in LIBDEST
Mike Gilbert
2020-07-21
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2020-07-21
2
-10
/
+10
*
Disable nis
Mike Gilbert
2020-07-21
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2020-07-21
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2020-07-21
1
-0
/
+5
*
Override libdir
Mike Gilbert
2020-07-21
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2020-07-21
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2020-07-21
4
-14
/
+4
*
Python 3.9.0b5
v3.9.0b5
Łukasz Langa
2020-07-20
27
-46
/
+234
*
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567)
Miss Islington (bot)
2020-07-20
1
-1
/
+4
*
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Miss Islington (bot)
2020-07-20
1
-1
/
+7
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Miss Islington (bot)
2020-07-20
1
-2
/
+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Miss Islington (bot)
2020-07-20
3
-0
/
+17
*
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
Miss Islington (bot)
2020-07-19
2
-3
/
+4
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Miss Islington (bot)
2020-07-19
1
-0
/
+3
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
Miss Islington (bot)
2020-07-18
3
-7
/
+59
*
bpo-39603: Prevent header injection in http methods (GH-18485)
Miss Islington (bot)
2020-07-18
3
-0
/
+39
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Miss Islington (bot)
2020-07-18
1
-0
/
+3
*
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...
Miss Islington (bot)
2020-07-17
1
-0
/
+14
*
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
Miss Islington (bot)
2020-07-17
1
-1
/
+1
*
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Miss Islington (bot)
2020-07-16
3
-0
/
+6
*
Fix trivial typo in the PEG string parser (GH-21508)
Miss Islington (bot)
2020-07-16
1
-1
/
+1
*
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Miss Islington (bot)
2020-07-16
1
-15
/
+16
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Miss Islington (bot)
2020-07-16
1
-15
/
+15
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Miss Islington (bot)
2020-07-15
3
-3
/
+36
*
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...
Miss Islington (bot)
2020-07-15
1
-3
/
+2
*
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
Miss Islington (bot)
2020-07-15
1
-2
/
+2
*
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Miss Islington (bot)
2020-07-15
1
-1
/
+1
*
bpo-41302: Fix build with system libmpdec (GH-21481)
Miss Islington (bot)
2020-07-15
2
-6
/
+5
*
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
Miss Islington (bot)
2020-07-15
4
-0
/
+10
*
Fix repeated words in Classes tutorial (GH-21455)
Miss Islington (bot)
2020-07-13
1
-2
/
+2
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Miss Islington (bot)
2020-07-13
3
-8
/
+41
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Miss Islington (bot)
2020-07-10
1
-1
/
+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
Miss Islington (bot)
2020-07-10
1
-1
/
+1
*
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...
Miss Islington (bot)
2020-07-10
2
-1
/
+5
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Miss Islington (bot)
2020-07-09
6
-83
/
+110
*
bpo-41172: Fix check for compiler in test suite (GH-21400)
Miss Islington (bot)
2020-07-09
1
-1
/
+7
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
Miss Islington (bot)
2020-07-09
1
-1
/
+1
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Miss Islington (bot)
2020-07-09
2
-1
/
+3
*
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH...
Miss Islington (bot)
2020-07-08
3
-1
/
+15
*
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
Miss Islington (bot)
2020-07-08
2
-3
/
+11
*
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...
Miss Islington (bot)
2020-07-08
2
-2
/
+14
*
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...
Miss Islington (bot)
2020-07-07
2
-2
/
+5
*
bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)
Miss Islington (bot)
2020-07-07
1
-2
/
+4
*
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
Miss Islington (bot)
2020-07-07
3
-3
/
+15
*
bpo-41215: Make assertion in the new parser more strict (GH-21364)
Miss Islington (bot)
2020-07-06
1
-1
/
+1
[next]