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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
3
-6/+21
*
bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)
Jason R. Coombs
2022-04-03
1
-5/+1
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
3
-25/+66
*
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Christian Heimes
2022-04-03
1
-2/+6
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
10
-2171/+2217
*
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
Christian Heimes
2022-04-02
1
-1/+9
*
bpo-40280: Detect if WASM platform supports threading (GH-32243)
Christian Heimes
2022-04-02
2
-1/+31
*
bpo-47131: Speedup AST comparisons in test_unparse by using node traversal (G...
Jeremy Kloth
2022-04-02
1
-1/+37
*
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Christian Heimes
2022-04-01
2
-7/+13
*
bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
Jeremy Kloth
2022-04-01
1
-48/+36
*
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel
2022-04-01
3
-44/+46
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
2
-2/+14
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+20
*
bpo-47182: Fix crash by named unicode characters after interpreter reinitiali...
Christian Heimes
2022-03-31
1
-0/+5
*
Remove unnecessary registration of weakref.WeakSet to _collections_abc.Set (G...
Géry Ogam
2022-03-31
1
-1/+0
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
5
-13/+18
*
bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204)
Steve Dower
2022-03-30
1
-6/+32
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
4
-12/+8
*
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov
2022-03-30
2
-2/+94
*
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Daniël van Noord
2022-03-30
1
-1/+1
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
7
-10/+10
*
bpo-26120: do not exclude __future__ import in pydoc of the __future__ module...
Irit Katriel
2022-03-29
2
-1/+18
*
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
Dave Goncalves
2022-03-29
3
-36/+103
*
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Sam Ezeh
2022-03-29
2
-35/+41
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
1
-0/+69
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-0/+423
*
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
Vincent Bernat
2022-03-28
1
-1/+2
*
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski
2022-03-28
1
-11/+29
*
bpo-26120: make pydoc exclude __future__ imports from the data block of the m...
Irit Katriel
2022-03-28
2
-0/+9
*
Fix typo in the sqlite3 docs (GH-31915)
Jonathan
2022-03-28
1
-1/+1
*
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Kumar Aditya
2022-03-27
1
-0/+1
*
bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
Jouke Witteveen
2022-03-27
2
-4/+1
*
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Jouke Witteveen
2022-03-27
2
-33/+47
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
7
-12/+569
*
bpo-47062: Rename factory argument to loop_factory (GH-32113)
Andrew Svetlov
2022-03-25
2
-6/+6
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
3
-5/+737
*
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
3
-69/+258
*
bpo-46480: rephrase typing.assert_type docs (GH-32069)
Shantanu
2022-03-24
1
-1/+1
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
1
-47/+18
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
1
-0/+4
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
5
-15/+70
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Daniël van Noord
2022-03-22
2
-0/+19
*
bpo-45150: Fix testing under FIPS mode (GH-32046)
Christian Heimes
2022-03-22
1
-0/+5
*
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" ...
Serhiy Storchaka
2022-03-22
1
-0/+15
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
2
-6/+35
*
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
Andrew Svetlov
2022-03-22
1
-21/+11
*
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
2
-18/+32
*
bpo-46838: Syntax error improvements for function definitions (GH-31590)
Pablo Galindo Salgado
2022-03-22
1
-0/+204
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
47
-18/+151
[next]