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-45412: Move copysign() define to pycore_pymath.h (GH-28889)
Victor Stinner
2021-10-11
2
-52/+49
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
3
-13/+9
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
3
-1/+7
*
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
Victor Stinner
2021-10-11
5
-90/+113
*
bpo-45412: Update _Py_ADJUST_ERANGE1() comment (GH-28884)
Victor Stinner
2021-10-11
1
-2/+9
*
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner
2021-10-11
3
-9/+20
*
bpo-45434: Cleanup Python.h header file (GH-28883)
Victor Stinner
2021-10-11
2
-52/+39
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
8
-113/+99
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Olaf van der Spek
2021-10-11
1
-2/+2
*
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
Dong-hee Na
2021-10-11
1
-0/+3
*
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na
2021-10-11
4
-10/+22
*
bpo-45411: Update mimetypes.py (GH-28792)
Josephine-Marie
2021-10-11
2
-0/+3
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126)
Jens Diemer
2021-10-11
1
-0/+8
*
Restore PEP 523 functionality. (GH-28871)
Mark Shannon
2021-10-11
3
-6/+15
*
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit...
Serhiy Storchaka
2021-10-11
1
-1/+1
*
bpo-45401: Fix a resource warning in test_logging (GH-28864)
Serhiy Storchaka
2021-10-11
1
-0/+1
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Joongi Kim
2021-10-10
3
-15/+59
*
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...
Vinay Sajip
2021-10-10
2
-4/+25
*
Fix class pattern docs to refer to class patterns (GH-28849)
Christophe Nanteuil
2021-10-10
1
-1/+1
*
Remove repeated 'the' in docs (GH-28852)
180909
2021-10-10
2
-3/+3
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
11
-26/+123
*
Fix EncodingWarning in test_tools. (GH-28846)
Inada Naoki
2021-10-10
7
-25/+29
*
bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
Gregory P. Smith
2021-10-09
1
-1/+5
*
Fix dataclassses spelling (GH-28837)
Landon Yarrington
2021-10-09
3
-3/+3
*
Fix the "Finding all Adverbs" example (GH-21420)
Rim Chatti
2021-10-09
1
-2/+2
*
bpo-45256: Small cleanups for the code that inlines Python-to-Python calls in...
Pablo Galindo Salgado
2021-10-09
1
-11/+22
*
bpo-27580: Add support of null characters in the csv module. (GH-28808)
Serhiy Storchaka
2021-10-09
3
-38/+70
*
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado
2021-10-09
7
-62/+222
*
bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832)
Dong-hee Na
2021-10-09
1
-0/+6
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Dong-hee Na
2021-10-09
3
-9/+70
*
Bump MAGIC_NUMBER to reflect change in JUMP_ABSOLUTE semantics. (GH-28829)
Mark Shannon
2021-10-09
1
-1/+2
*
[doc]: update susp-ignored.csv after a98b273c. (GH-28827)
Julien Palard
2021-10-09
1
-2/+2
*
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard
2021-10-09
7
-261/+356
*
Replace usage of List[...] with list[...] in typing docs (GH-28821)
Micael Jarniac
2021-10-09
1
-8/+8
*
bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)
Victor Stinner
2021-10-08
2
-22/+22
*
bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
Jeong YunWon
2021-10-08
1
-1/+0
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Matthias Reichl
2021-10-07
2
-0/+4
*
bpo-45408: Don't override previous tokenizer errors in the second parser pass...
Pablo Galindo Salgado
2021-10-07
4
-2/+15
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Steve Dower
2021-10-07
3
-9/+29
*
bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)
Erlend Egeberg Aasland
2021-10-07
1
-2/+2
*
bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)
Victor Stinner
2021-10-07
2
-2/+4
*
bpo-45402: Fix test_tools.test_sundry() (GH-28786)
Victor Stinner
2021-10-07
2
-3/+7
*
Remove draft notice on the 3.10 What's new document (GH-28806)
Pablo Galindo Salgado
2021-10-07
1
-7/+0
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Victor Stinner
2021-10-07
2
-1/+4
*
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH...
Erlend Egeberg Aasland
2021-10-07
2
-1/+12
*
Fix typos in the Modules directory (GH-28761)
Christian Clauss
2021-10-07
19
-21/+21
*
bpo-35970: Add help flag to base64 module (GH-28774)
Ammar Askar
2021-10-07
3
-5/+20
*
bpo-45385: Fix reference leak from descr_check (#28719)
Dong-hee Na
2021-10-07
2
-39/+38
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
11
-14/+14
*
bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)
Ammar Askar
2021-10-06
2
-0/+57
[next]