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-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
1
-0/+1
*
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401)
Jack DeVries
2021-07-29
1
-0/+2
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
2
-0/+13
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
2
-0/+5
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
1
-0/+2
*
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Ray Donnelly
2021-07-28
1
-0/+3
*
bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252)
andrei kulakov
2021-07-28
1
-0/+2
*
bpo-44544: [doc] list all textwrap func kwargs (GH-26999)
Jack DeVries
2021-07-28
1
-0/+4
*
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698)
Barney Gale
2021-07-28
1
-0/+2
*
bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)
Jack DeVries
2021-07-28
1
-0/+6
*
bpo-44461: Check early that a pdb target is valid for execution. (#27227)
Jason R. Coombs
2021-07-28
1
-0/+1
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Geoffrey Thomas
2021-07-27
1
-0/+1
*
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
Pablo Galindo Salgado
2021-07-27
1
-0/+3
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Mariusz Felisiak
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
3
-9/+11
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
1
-0/+2
*
The current documentation says it returns None if the name is not found, but ...
Jelle Zijlstra
2021-07-26
1
-0/+1
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
T. Wouters
2021-07-26
1
-0/+1
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
1
-0/+1
*
bpo-44734: Fix precision in turtle tests (GH-27343)
Logan Jones
2021-07-26
1
-0/+1
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-0/+5
*
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)
Steven Hsu
2021-07-26
1
-0/+2
*
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
Charles Burkland
2021-07-25
1
-0/+1
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
1
-0/+4
*
bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
Filipe Laíns
2021-07-24
1
-0/+1
*
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
[next]