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-44682: Handle invalid arg to pdb's "commands" directive (#27252)
andrei kulakov
2021-07-28
2
-0/+17
*
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698)
Barney Gale
2021-07-28
2
-19/+45
*
Change type check to isinstance in pipes (GH-27291)
Anton Grübel
2021-07-28
1
-2/+2
*
bpo-44461: Check early that a pdb target is valid for execution. (#27227)
Jason R. Coombs
2021-07-28
2
-1/+19
*
bpo-44600: Refactor new tracing tests (GH-27396)
Brandt Bucher
2021-07-28
1
-67/+74
*
bpo-34013: Move the Python 2 hints from the exception constructor to the pars...
Pablo Galindo Salgado
2021-07-27
2
-13/+17
*
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
Pablo Galindo Salgado
2021-07-27
1
-0/+6
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
13
-23/+23
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
2
-6/+11
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
T. Wouters
2021-07-26
1
-0/+21
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
3
-14/+13
*
bpo-44734: Fix precision in turtle tests (GH-27343)
Logan Jones
2021-07-26
1
-11/+3
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
2
-1/+2
*
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
Charles Burkland
2021-07-25
1
-0/+76
*
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya
2021-07-25
3
-8/+35
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
2
-6/+25
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns
2021-07-24
5
-2/+27
*
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka
2021-07-24
3
-32/+23
*
bpo-43950: support long lines in traceback.py (GH-27336)
Batuhan Taskaya
2021-07-24
2
-1/+27
*
bpo-44731: Simplify the union type implementation (GH-27318)
Serhiy Storchaka
2021-07-24
2
-13/+19
*
Revert "bpo-44717: improve AttributeError on circular imports of submodules (...
Pablo Galindo Salgado
2021-07-24
5
-27/+2
*
bpo-43950: ensure source_line is present when specialising the traceback (GH-...
Batuhan Taskaya
2021-07-24
1
-0/+25
*
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
5
-2/+27
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Dennis Sweeney
2021-07-24
1
-0/+30
*
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-44353: Fix memory leak introduced by GH-27262 (GH-27305)
Yurii Karabas
2021-07-23
1
-2/+7
*
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
2
-0/+26
*
bpo-44676: Add ability to serialize types.Union (GH-27244)
Yurii Karabas
2021-07-23
2
-2/+37
*
bpo-44653: Support typing types in parameter substitution in the union type. ...
Serhiy Storchaka
2021-07-22
1
-0/+30
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
2
-16/+54
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Łukasz Langa
2021-07-22
6
-178/+343
*
Speed up test_urlsplit_normalization (GH-26688)
Jacob Walls
2021-07-22
1
-1/+2
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
Dennis Sweeney
2021-07-21
2
-0/+13
*
bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name (GH-18544)
Thomas Grainger
2021-07-21
1
-23/+4
*
bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26...
Mohamad Mansour
2021-07-20
3
-1/+4
*
bpo-43219: skip Solaris in the test as well (GH-27257)
Jakub Kulík
2021-07-20
1
-1/+2
*
bpo-44566: resolve differences between asynccontextmanager and contextmanager...
Thomas Grainger
2021-07-20
3
-56/+84
*
bpo-44631: Make the repr() of the _Environ class more readable. (#27128)
Leonardo Freua
2021-07-20
2
-6/+10
*
bpo-44353: Add test to cover __or__ of two NewType (#27259)
Yurii Karabas
2021-07-20
1
-4/+7
*
bpo-44353: Refactor typing.NewType into callable class (GH-27250)
Yurii Karabas
2021-07-20
2
-5/+42
*
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...
Idan Moral
2021-07-19
1
-6/+9
*
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27...
Yurii Karabas
2021-07-19
2
-0/+70
*
bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)
Zackery Spytz
2021-07-19
2
-1/+6
*
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)
Mark Shannon
2021-07-19
1
-0/+25
*
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...
Irit Katriel
2021-07-19
2
-2/+11
*
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
Jason R. Coombs
2021-07-19
3
-66/+110
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
1
-0/+41
[prev]
[next]