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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
1
-0/+9
*
bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)
Carl Friedrich Bolz-Tereick
2021-10-14
1
-0/+2
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-0/+2
*
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney
2021-10-14
1
-0/+1
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-0/+2
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
2
-0/+4
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-2/+5
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
1
-0/+2
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
rtobar
2021-10-13
1
-0/+3
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
andrei kulakov
2021-10-13
1
-0/+2
*
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
Ben Hoyt
2021-10-13
1
-0/+3
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-0/+3
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-0/+3
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Terry Jan Reedy
2021-10-13
1
-0/+2
*
bpo-45405: Prevent ``internal configure error`` when running ``configure`` w...
David Bohman
2021-10-13
1
-0/+2
*
Fix spelling in Misc (GH-28858)
180909
2021-10-12
1
-1/+1
*
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Mike Gilbert
2021-10-11
1
-0/+1
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-0/+4
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
1
-0/+3
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
1
-0/+9
*
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na
2021-10-11
1
-0/+2
*
bpo-45411: Update mimetypes.py (GH-28792)
Josephine-Marie
2021-10-11
1
-0/+1
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Joongi Kim
2021-10-10
1
-0/+2
*
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
1
-0/+1
*
bpo-27580: Add support of null characters in the csv module. (GH-28808)
Serhiy Storchaka
2021-10-09
1
-0/+1
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Dong-hee Na
2021-10-09
1
-0/+2
*
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard
2021-10-09
1
-0/+3
*
bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)
Victor Stinner
2021-10-08
1
-0/+4
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
Matthias Reichl
2021-10-07
1
-0/+1
*
bpo-45408: Don't override previous tokenizer errors in the second parser pass...
Pablo Galindo Salgado
2021-10-07
1
-0/+2
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Steve Dower
2021-10-07
1
-0/+4
*
bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)
Victor Stinner
2021-10-07
1
-0/+2
*
bpo-45402: Fix test_tools.test_sundry() (GH-28786)
Victor Stinner
2021-10-07
1
-0/+3
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Victor Stinner
2021-10-07
1
-0/+3
*
bpo-35970: Add help flag to base64 module (GH-28774)
Ammar Askar
2021-10-07
1
-0/+2
*
bpo-45385: Fix reference leak from descr_check (#28719)
Dong-hee Na
2021-10-07
1
-0/+1
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
rtobar
2021-10-06
1
-0/+1
*
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Christian Clauss
2021-10-06
13
-34/+34
*
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Ćukasz Langa
2021-10-06
1
-2/+2
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-0/+4
*
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper
2021-10-06
1
-0/+2
*
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)
Illia Volochii
2021-10-05
1
-0/+1
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-0/+5
*
Merge tag 'v3.11.0a1'
Pablo Galindo
2021-10-05
480
-1191/+5098
|
\
|
*
Python 3.11.0a1
v3.11.0a1
Pablo Galindo
2021-10-05
480
-1191/+5098
*
|
bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()...
Eric Snow
2021-10-05
1
-0/+3
*
|
bpo-44050: Extension modules can share state when they don't support sub-inte...
Hai Shi
2021-10-05
1
-0/+3
|
/
*
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised ...
Steve Dower
2021-10-05
1
-0/+2
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
1
-0/+3
[next]