index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python v...
Miss Islington (bot)
2019-12-07
2
-1/+19
*
bpo-38529: Fix asyncio stream warning (GH-17474)
Miss Islington (bot)
2019-12-07
3
-71/+3
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Miss Islington (bot)
2019-12-06
3
-5/+9
*
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-...
Steve Dower
2019-12-06
28
-73/+285
*
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...
Miss Islington (bot)
2019-12-06
4
-5/+17
*
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
Miss Islington (bot)
2019-12-05
3
-1/+13
*
[3.8] bpo-38270: Fix indentation of test_hmac assertions (GH-17446) (GH-17450)
Miss Islington (bot)
2019-12-05
1
-2/+2
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Miss Islington (bot)
2019-12-04
2
-10/+9
*
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
Miss Islington (bot)
2019-12-04
2
-19/+6
*
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Miss Islington (bot)
2019-12-04
3
-5/+24
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
Miss Islington (bot)
2019-12-03
1
-1/+2
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Miss Islington (bot)
2019-12-02
4
-0/+21
*
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
Miss Islington (bot)
2019-12-02
1
-2/+8
*
bpo-38449: Add URL delimiters test cases (GH-16729)
Miss Islington (bot)
2019-12-01
1
-0/+15
*
document threading.Lock.locked() (GH-17427)
Miss Islington (bot)
2019-12-01
1
-0/+4
*
Fix typos (GH-17423)
Miss Islington (bot)
2019-12-01
1
-2/+2
*
[3.8] Added missing coma after end of list in subprocess.rst (GH-17389)
Jules Lasne (jlasne)
2019-11-29
1
-1/+1
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are...
Steve Dower
2019-11-28
7
-48/+154
*
bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)
Tzu-ping Chung
2019-11-28
1
-8/+0
*
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Miss Islington (bot)
2019-11-28
1
-5/+8
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Miss Islington (bot)
2019-11-28
4
-19/+27
*
bpo-38524: document implicit and explicit calling of descriptors' __set_name_...
Miss Islington (bot)
2019-11-27
1
-1/+12
*
[3.8] bpo-38688, shutil.copytree: consume iterator and create list of entries...
Bruno P. Kinoshita
2019-11-27
3
-6/+24
*
[3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
Terry Jan Reedy
2019-11-27
7
-41/+69
*
bpo-38922: Raise code.__new__ audit event when code object replace() is calle...
Miss Islington (bot)
2019-11-27
2
-0/+9
*
bpo-38892: Improve docs for audit event (GH-17361)
Miss Islington (bot)
2019-11-26
4
-15/+17
*
Remove use of deprecated `array.fromstring` method (GH-17332)
Miss Islington (bot)
2019-11-26
2
-3/+3
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Miss Islington (bot)
2019-11-25
5
-9/+9
*
bpo-38686: fix HTTP Digest handling in request.py (GH-17045)
Miss Islington (bot)
2019-11-22
2
-2/+5
*
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
Miss Islington (bot)
2019-11-22
1
-10/+5
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
4
-6/+27
*
bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17252)
Miss Islington (bot)
2019-11-22
1
-9/+19
*
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
Victor Stinner
2019-11-22
1
-2/+5
*
bpo-38526: Fix zipfile.Path method name to be the correct one (GH-17317)
Miss Islington (bot)
2019-11-21
1
-1/+1
*
[3.8] bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3....
Lisa Roach
2019-11-21
5
-42/+103
*
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...
Miss Islington (bot)
2019-11-21
4
-1/+28
*
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
Miss Islington (bot)
2019-11-21
2
-0/+3
*
Update functions.rst (GH-16468)
Miss Islington (bot)
2019-11-21
1
-2/+2
*
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
Miss Islington (bot)
2019-11-21
1
-0/+8
*
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Miss Islington (bot)
2019-11-21
1
-1/+1
*
Fixed an incorrect sentence in the docs (GH-17205)
Miss Islington (bot)
2019-11-21
1
-2/+1
*
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
Miss Islington (bot)
2019-11-20
2
-1/+3
*
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
Miss Islington (bot)
2019-11-20
2
-2/+4
*
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Miss Islington (bot)
2019-11-20
1
-1/+3
*
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Miss Islington (bot)
2019-11-20
1
-1/+4
*
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
Miss Islington (bot)
2019-11-20
5
-6/+48
*
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Miss Islington (bot)
2019-11-19
1
-10/+21
*
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
Miss Islington (bot)
2019-11-19
3
-0/+25
*
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
Miss Islington (bot)
2019-11-19
3
-0/+40
*
Add missing comma and period in unittest docs (GH-17211)
Miss Islington (bot)
2019-11-19
1
-1/+1
[prev]
[next]