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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
3
-0
/
+10
*
bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
Jason R. Coombs
2018-07-13
2
-1
/
+2
*
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
Victor Stinner
2018-07-12
1
-4
/
+9
*
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261)
Zackery Spytz
2018-07-12
1
-1
/
+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-0
/
+32
*
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245)
Victor Stinner
2018-07-11
1
-2
/
+3
*
Simplify __all__ in multiprocessing (GH-6856)
Derek B. Kim
2018-07-11
3
-7
/
+10
*
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Bradley Laney
2018-07-10
2
-3
/
+2
*
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Dong-hee Na
2018-07-10
2
-0
/
+12
*
bpo-11572: Make minor improvements to copy module (GH-8208)
Berker Peksag
2018-07-09
2
-25
/
+10
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Sergey Fedoseev
2018-07-09
6
-9
/
+13
*
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka
2018-07-09
1
-0
/
+24
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
2
-12
/
+20
*
bpo-31014: Fix the webbrowser module. (GH-7267)
Serhiy Storchaka
2018-07-08
2
-3
/
+22
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-0
/
+23
*
Fix typo in TypeVar docstring (#8142)
João D. Ferreira
2018-07-07
1
-1
/
+1
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-06
2
-7
/
+21
*
bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)
INADA Naoki
2018-07-07
1
-1
/
+1
*
Clarify that example in comment is about fromkeys() (GH-8141)
Raymond Hettinger
2018-07-06
1
-1
/
+1
*
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner
2018-07-06
4
-13
/
+12
*
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...
Ammar Askar
2018-07-06
2
-24
/
+57
*
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
2018-07-06
1
-18
/
+12
*
Add more detail to the Counter.fromkeys() comment block (GH-8124)
Raymond Hettinger
2018-07-05
1
-2
/
+7
*
Fix typo in dataclasses documentation (GH-8102)
Artjom
2018-07-05
1
-1
/
+1
*
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
2018-07-05
2
-0
/
+44
*
Fix fuzz testing for marshal.loads(). (GH-8106)
Serhiy Storchaka
2018-07-05
1
-4
/
+5
*
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Serhiy Storchaka
2018-07-05
1
-6
/
+17
*
Minor code refactoring. Compute len() one fewer times on one code path. (GH-...
Raymond Hettinger
2018-07-04
1
-4
/
+4
*
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Lorenz Mende
2018-07-04
1
-16
/
+31
*
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Victor Stinner
2018-07-04
1
-2
/
+6
*
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher
2018-07-04
1
-9
/
+11
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz
2018-07-03
1
-1
/
+16
*
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
Bumsik Kim
2018-07-03
2
-12
/
+11
*
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Victor Stinner
2018-07-03
1
-3
/
+3
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
2
-4
/
+86
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
1
-9
/
+16
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
2
-1
/
+41
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
2
-0
/
+12
*
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
Terry Jan Reedy
2018-06-29
3
-4
/
+0
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-28
2
-6
/
+32
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-2
/
+7
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
1
-7
/
+0
*
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
Victor Stinner
2018-06-27
1
-2
/
+2
*
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
Victor Stinner
2018-06-27
1
-6
/
+10
*
bpo-25007: Add copy protocol support to zlib compressors and decompressors (G...
Zackery Spytz
2018-06-27
1
-24
/
+31
*
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
Victor Stinner
2018-06-27
1
-1
/
+3
*
bpo-33929: Fix regression in spawn_main() (#7962)
Victor Stinner
2018-06-27
1
-2
/
+6
*
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
Victor Stinner
2018-06-27
3
-6
/
+29
*
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)
Victor Stinner
2018-06-27
1
-2
/
+2
*
bpo-24567: Random subnormal.diff (#7954)
Raymond Hettinger
2018-06-27
2
-1
/
+11
[next]