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
*
Revert "bpo-44717: improve AttributeError on circular imports of submodules (...
Pablo Galindo Salgado
2021-07-24
1
-1/+0
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Filipe Laíns
2021-07-24
1
-0/+1
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Dennis Sweeney
2021-07-24
1
-0/+1
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Pablo Galindo Salgado
2021-07-23
1
-0/+3
*
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
Dong-hee Na
2021-07-23
1
-0/+2
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-0/+4
*
bpo-29298: Fix crash with required subparsers without dest (GH-3680)
Anthony Sottile
2021-07-23
1
-0/+2
*
bpo-44676: Add ability to serialize types.Union (GH-27244)
Yurii Karabas
2021-07-23
1
-0/+2
*
bpo-44653: Support typing types in parameter substitution in the union type. ...
Serhiy Storchaka
2021-07-22
1
-0/+1
*
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Yurii Karabas
2021-07-22
1
-0/+2
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Łukasz Langa
2021-07-22
1
-0/+2
*
bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226)
Steven Hsu
2021-07-22
1
-0/+1
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
Dennis Sweeney
2021-07-21
1
-0/+1
*
bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name (GH-18544)
Thomas Grainger
2021-07-21
1
-0/+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)
andrei kulakov
2021-07-21
1
-0/+2
*
bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26...
Mohamad Mansour
2021-07-20
1
-0/+1
*
bpo-44566: resolve differences between asynccontextmanager and contextmanager...
Thomas Grainger
2021-07-20
1
-0/+1
*
bpo-44631: Make the repr() of the _Environ class more readable. (#27128)
Leonardo Freua
2021-07-20
1
-0/+1
*
bpo-44353: Refactor typing.NewType into callable class (GH-27250)
Yurii Karabas
2021-07-20
1
-0/+2
*
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...
Idan Moral
2021-07-19
1
-0/+1
*
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27...
Yurii Karabas
2021-07-19
1
-0/+2
*
bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)
Zackery Spytz
2021-07-19
1
-0/+3
*
bpo-42238: Fix small rst issue in NEWS.d/. (#27238)
Julien Palard
2021-07-19
1
-1/+1
*
bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091)
Dennis Sweeney
2021-07-19
1
-0/+1
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
1
-0/+2
*
bpo-44661: Update property_descr_set to use vectorcall if possible. (GH-27206)
Dong-hee Na
2021-07-19
1
-0/+2
*
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...
Irit Katriel
2021-07-19
1
-0/+1
*
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
Jason R. Coombs
2021-07-19
1
-0/+1
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
1
-0/+3
*
bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)
Steven Hsu
2021-07-19
1
-0/+3
*
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH...
Serhiy Storchaka
2021-07-18
1
-0/+2
*
bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Hasan
2021-07-17
1
-0/+2
*
bpo-43425: Remove test2to3 from Tools (#26981)
Dong-hee Na
2021-07-17
1
-0/+3
*
bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
Germán Méndez Bravo
2021-07-17
1
-0/+2
*
bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
Yurii Karabas
2021-07-17
1
-0/+3
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Pablo Galindo Salgado
2021-07-16
1
-0/+2
*
bpo-44655: Don't include suggestions for attributes that are the same as the ...
Pablo Galindo Salgado
2021-07-16
1
-0/+2
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-0/+1
*
bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
Łukasz Langa
2021-07-16
1
-0/+4
*
bpo-44638: Add a reference to the zipp project and hint as to how to use it. ...
Jason R. Coombs
2021-07-16
1
-0/+1
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Weipeng Hong
2021-07-16
1
-0/+2
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
1
-0/+3
*
bpo-44636: Collapse union of equal types (GH-27178)
Serhiy Storchaka
2021-07-16
1
-0/+1
*
bpo-44646: Fix the hash of the union type. (#27179)
Serhiy Storchaka
2021-07-16
1
-0/+2
*
bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)
Łukasz Langa
2021-07-15
1
-0/+2
*
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel
2021-07-15
1
-0/+9
*
bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)
andrei kulakov
2021-07-15
1
-0/+4
*
Fix osx_framework_user include to match distutils (#27093)
Tzu-ping Chung
2021-07-15
1
-0/+2
*
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...
Jack DeVries
2021-07-15
1
-0/+2
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+1
[next]