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
...
*
bpo-20524: adds better error message for `.format()` (GH-28310)
Nikita Sobolev
2021-09-24
3
-7/+50
*
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
Alex Vig
2021-09-24
1
-1/+1
*
bpo-38623: Add note about site module (site-packages) (GH-16974)
Peter Bittner
2021-09-23
1
-1/+2
*
bpo-39359: [zipfile] add missing "pwd: expected bytes, got str" exception (GH...
Daniel Hillier
2021-09-23
3
-6/+20
*
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...
Jason Fried
2021-09-23
3
-0/+87
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)
Sam Sneddon
2021-09-23
1
-1/+7
*
Fix legacy logging module URL (GH-28528)
Sean Leavey
2021-09-23
1
-1/+1
*
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
Victor Stinner
2021-09-23
1
-0/+3
*
bpo-41137: Reorganize What's New in Python 3.11 (GH-28518)
Victor Stinner
2021-09-23
1
-78/+77
*
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn
2021-09-22
4
-9/+34
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
29
-69/+69
*
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
Serhiy Storchaka
2021-09-22
4
-61/+176
*
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner
2021-09-22
6
-56/+161
*
bpo-45061: Revert unicode_is_singleton() change (GH-28516)
Victor Stinner
2021-09-22
1
-2/+4
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
29
-33/+35
*
[tests] Add missing assert against expected tracebacks in test_exceptions.py ...
andrei kulakov
2021-09-21
1
-0/+1
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
andrei kulakov
2021-09-21
3
-29/+73
*
bpo-45061: Detect refcount bug on empty string singleton (GH-28504)
Victor Stinner
2021-09-21
2
-20/+40
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
Nikita Sobolev
2021-09-21
2
-40/+2
*
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner
2021-09-21
6
-5/+41
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Nikita Sobolev
2021-09-21
2
-0/+9
*
bpo-24076: Fix reference in sum() introduced by GH-28469 (GH-28493)
Pablo Galindo Salgado
2021-09-21
1
-1/+2
*
bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)
Raymond Hettinger
2021-09-21
1
-0/+9
*
bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives...
Pablo Galindo Salgado
2021-09-21
1
-1/+1
*
bpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490)
Erlend Egeberg Aasland
2021-09-21
2
-30/+36
*
bpo-44958: Only reset `sqlite3` statements when needed (GH-27844)
Erlend Egeberg Aasland
2021-09-21
4
-46/+82
*
bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH...
scoder
2021-09-21
2
-1/+10
*
bpo-45021: Fix a hang in forked children (GH-28007)
nullptr
2021-09-20
3
-0/+21
*
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
Raymond Hettinger
2021-09-20
5
-15/+15
*
bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)
Erlend Egeberg Aasland
2021-09-20
4
-3/+4
*
bpo-45229: Make pickle tests discoverable (GH-28467)
Serhiy Storchaka
2021-09-20
3
-47/+36
*
bpo-1514420: Do not attempt to open files with names in <>s when formatting a...
Irit Katriel
2021-09-20
2
-0/+10
*
bpo-40497: Fix handling of check in subprocess.check_output() (GH-19897)
Rémi Lapeyre
2021-09-20
3
-2/+15
*
bpo-45055: Add retry when downloading externals on Windows (GH-28399)
Steve Dower
2021-09-20
1
-1/+18
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
17
-188/+122
*
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
Victor Stinner
2021-09-20
2
-4/+24
*
Docs: Clarify the before_and_after() example (GH-28458)
Raymond Hettinger
2021-09-20
2
-6/+8
*
bpo-45041: Simplify `sqlite3.Cursor.executescript()` (GH-28020)
Erlend Egeberg Aasland
2021-09-19
1
-42/+25
*
bpo-45040: Simplify sqlite3 transaction control functions (GH-28019)
Erlend Egeberg Aasland
2021-09-19
2
-63/+28
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Nikita Sobolev
2021-09-19
2
-3/+6
*
bpo-30637: Improve the docs of ast.parse regarding differences with compile()...
Pablo Galindo Salgado
2021-09-19
1
-0/+13
*
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka
2021-09-19
17
-21/+21
*
bpo-45229: Fix setUpModule in test_ssl (GH-28454)
Serhiy Storchaka
2021-09-19
1
-2/+0
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
61
-485/+209
*
bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180)
Serhiy Storchaka
2021-09-19
7
-65/+76
*
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
Serhiy Storchaka
2021-09-18
3
-1/+77
*
bpo-45198: __set_name__ documentation not clear about its usage with non-desc...
Raymond Hettinger
2021-09-18
2
-30/+36
*
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420)
Adam Schwalm
2021-09-18
3
-6/+15
*
Fix minor typo in Doc/c-api/type.rst (GH-28432)
Konstantin Popov
2021-09-18
1
-1/+1
*
bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_s...
Brett Cannon
2021-09-17
3
-2/+6
[prev]
[next]