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-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
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
Dennis Sweeney
2021-07-21
3
-0/+14
*
bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name (GH-18544)
Thomas Grainger
2021-07-21
2
-23/+5
*
bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)
andrei kulakov
2021-07-21
2
-0/+6
*
bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26...
Mohamad Mansour
2021-07-20
4
-1/+5
*
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
4
-56/+85
*
bpo-44631: Make the repr() of the _Environ class more readable. (#27128)
Leonardo Freua
2021-07-20
3
-6/+11
*
Update macOS build-installer script comments for 3.10 and remove unused pre-1...
Ned Deily
2021-07-20
2
-59/+74
*
bpo-43950: Distinguish errors happening on character offset decoding (GH-27217)
Batuhan Taskaya
2021-07-20
2
-5/+23
*
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
3
-5/+44
*
bpo-42064: Finalise establishing sqlite3 global state (GH-27155)
Erlend Egeberg Aasland
2021-07-20
6
-53/+69
*
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...
Idan Moral
2021-07-19
3
-8/+15
*
correct spelling (GH-27076)
Sondre Lillebø Gundersen
2021-07-19
1
-1/+1
*
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27...
Yurii Karabas
2021-07-19
3
-0/+72
*
bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)
Zackery Spytz
2021-07-19
3
-1/+9
*
Clean up comma usage in Doc/library/functions.rst (#27083)
α∂мιηιχтяαтσя
2021-07-19
1
-38/+38
*
bpo-42238: Fix small rst issue in NEWS.d/. (#27238)
Julien Palard
2021-07-19
2
-2/+10
*
bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091)
Dennis Sweeney
2021-07-19
2
-272/+332
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
5
-33/+107
*
bpo-44661: Update property_descr_set to use vectorcall if possible. (GH-27206)
Dong-hee Na
2021-07-19
2
-7/+20
*
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)
Mark Shannon
2021-07-19
2
-1/+31
*
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...
Irit Katriel
2021-07-19
4
-28/+26
*
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
Jason R. Coombs
2021-07-19
4
-66/+111
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
5
-15/+132
*
bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)
Steven Hsu
2021-07-19
2
-3/+6
*
bpo-42355: symtable.get_namespace() now checks whether there are multiple or ...
Batuhan Taskaya
2021-07-18
3
-5/+13
*
bpo-44654: Do not export the union type related symbols (GH-27223)
Serhiy Storchaka
2021-07-18
1
-4/+4
*
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH...
Serhiy Storchaka
2021-07-18
3
-16/+36
*
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka
2021-07-17
9
-125/+88
*
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
Ken Jin
2021-07-17
1
-1/+2
*
bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Hasan
2021-07-17
2
-0/+76
*
bpo-43425: Remove test2to3 from Tools (#26981)
Dong-hee Na
2021-07-17
9
-74/+3
*
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)
Łukasz Langa
2021-07-17
1
-1/+1
*
bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
Germán Méndez Bravo
2021-07-17
4
-7/+43
*
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
Yurii Karabas
2021-07-17
5
-7/+40
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Pablo Galindo Salgado
2021-07-16
3
-4/+17
*
bpo-44655: Don't include suggestions for attributes that are the same as the ...
Pablo Galindo Salgado
2021-07-16
3
-0/+17
*
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G...
Pablo Galindo Salgado
2021-07-16
2
-31/+1
*
Remove legacy opcache structs (GH-27164)
Ken Jin
2021-07-16
3
-26/+1
[next]