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-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
61
-107/+109
*
Fix typos in `Weekday.today` example (GH-27363)
Steffen Zeile
2021-07-26
1
-1/+1
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
3
-6/+13
*
docs: replace "Mac OS X" -> "macOS" (GH-27364)
partev
2021-07-26
1
-6/+6
*
The current documentation says it returns None if the name is not found, but ...
Jelle Zijlstra
2021-07-26
2
-1/+2
*
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)
Serhiy Storchaka
2021-07-26
1
-1/+2
*
bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)
Yurii Karabas
2021-07-26
1
-1/+2
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
T. Wouters
2021-07-26
3
-8/+37
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
7
-22/+22
*
Small text fixes for enum.rst (#27322)
Elliot Waite
2021-07-26
1
-8/+9
*
bpo-44734: Fix precision in turtle tests (GH-27343)
Logan Jones
2021-07-26
2
-11/+4
*
Fix typo in dataclasses documentation (#27360)
thomkeh
2021-07-26
1
-1/+1
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
27
-618/+1036
*
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)
Steven Hsu
2021-07-26
2
-6/+9
*
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
Charles Burkland
2021-07-25
3
-4/+89
*
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya
2021-07-25
4
-17/+63
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
4
-6/+32
*
bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27...
Vinay Sajip
2021-07-25
1
-0/+79
*
bpo-43184: Add information about added attribute and method. (GH-27347)
Vinay Sajip
2021-07-25
1
-0/+4
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns
2021-07-24
9
-1734/+1809
*
Fix typo in ssl documentation (GH-27329)
Anton Grübel
2021-07-24
1
-2/+2
*
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka
2021-07-24
4
-80/+23
*
bpo-43950: support long lines in traceback.py (GH-27336)
Batuhan Taskaya
2021-07-24
2
-1/+27
*
bpo-43950: check against the raw string, not the pyobject (GH-27337)
Batuhan Taskaya
2021-07-24
1
-1/+1
*
bpo-44676: Fix reference leaks in union_reduce (GH-27332)
Pablo Galindo Salgado
2021-07-24
1
-1/+1
*
bpo-44731: Simplify the union type implementation (GH-27318)
Serhiy Storchaka
2021-07-24
3
-94/+26
*
Revert "bpo-44717: improve AttributeError on circular imports of submodules (...
Pablo Galindo Salgado
2021-07-24
8
-1807/+1734
*
bpo-43950: ensure source_line is present when specialising the traceback (GH-...
Batuhan Taskaya
2021-07-24
2
-2/+27
*
bpo-44353: Improve tests covering typing.NewType pickling (GH-27302)
Yurii Karabas
2021-07-24
1
-8/+9
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Filipe Laíns
2021-07-24
8
-1734/+1807
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Dennis Sweeney
2021-07-24
3
-0/+37
*
bpo-44611: Update docs for os and whatsnew 3.11 (#27314)
Dong-hee Na
2021-07-24
2
-3/+7
*
bpo-44353: Document that typing.NewType is now a class (#27319)
Ken Jin
2021-07-24
1
-10/+19
*
bpo-44353: Expand NewType tests for complex __qualname__. (#27311)
Serhiy Storchaka
2021-07-24
2
-18/+47
*
Fix a deprecation warning in typing tests (#27312)
Sebastian Rittau
2021-07-23
1
-3/+0
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Pablo Galindo Salgado
2021-07-23
3
-12/+15
*
bpo-44353: Fix memory leak introduced by GH-27262 (GH-27305)
Yurii Karabas
2021-07-23
1
-2/+7
*
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
Dong-hee Na
2021-07-23
4
-41/+19
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
7
-56/+24
*
Improve consistency of colorsys.rgb_to_hsv (GH-27277)
seb-hub
2021-07-23
1
-4/+5
*
bpo-29298: Fix crash with required subparsers without dest (GH-3680)
Anthony Sottile
2021-07-23
3
-0/+28
*
bpo-44676: Add ability to serialize types.Union (GH-27244)
Yurii Karabas
2021-07-23
4
-2/+90
*
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
Jack DeVries
2021-07-22
1
-1/+1
*
bpo-44653: Support typing types in parameter substitution in the union type. ...
Serhiy Storchaka
2021-07-22
3
-13/+43
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
11
-16/+137
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Łukasz Langa
2021-07-22
7
-178/+345
*
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...
Jack DeVries
2021-07-22
1
-1/+4
*
bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226)
Steven Hsu
2021-07-22
2
-10/+1
*
Speed up test_urlsplit_normalization (GH-26688)
Jacob Walls
2021-07-22
1
-1/+2
*
Fix typo in collections.rst (#27270)
Elliot Waite
2021-07-22
1
-1/+1
[next]