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-44667: Treat correctly lines ending with comments and no newlines in the ...
Miss Islington (bot)
2021-08-02
1
-0/+4
*
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493)
Miss Islington (bot)
2021-07-30
1
-0/+1
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...
Miss Islington (bot)
2021-07-30
2
-0/+3
*
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445)
Miss Islington (bot)
2021-07-29
1
-0/+2
*
[3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27...
Jason R. Coombs
2021-07-28
1
-0/+1
*
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Miss Islington (bot)
2021-07-28
1
-0/+3
*
bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27425)
Miss Islington (bot)
2021-07-28
1
-0/+4
*
bpo-27827: identify a greater range of reserved filename on Windows. (GH-2669...
Miss Islington (bot)
2021-07-28
1
-0/+2
*
bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411)
Miss Islington (bot)
2021-07-28
1
-0/+6
*
[3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27...
Inada Naoki
2021-07-28
1
-0/+1
*
The current documentation says it returns None if the name is not found, but ...
Miss Islington (bot)
2021-07-26
1
-0/+1
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-...
Miss Islington (bot)
2021-07-26
1
-0/+1
*
bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362)
Miss Islington (bot)
2021-07-26
1
-0/+1
*
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27358)
Miss Islington (bot)
2021-07-26
1
-0/+2
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Miss Islington (bot)
2021-07-24
1
-0/+1
*
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27304)
Miss Islington (bot)
2021-07-23
1
-0/+2
*
[3.9] bpo-44708: Only re-run test methods that match names of previously fail...
Łukasz Langa
2021-07-22
1
-0/+2
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-2...
Miss Islington (bot)
2021-07-22
1
-0/+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-...
Miss Islington (bot)
2021-07-21
1
-0/+2
*
[3.9] bpo-44566: resolve differences between asynccontextmanager and contextm...
Łukasz Langa
2021-07-20
1
-0/+1
*
bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (...
Miss Islington (bot)
2021-07-19
1
-0/+3
*
[3.9] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (...
Miss Islington (bot)
2021-07-19
1
-0/+3
*
[3.9] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (GH-27205)
Ken Jin
2021-07-17
1
-0/+2
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Miss Islington (bot)
2021-07-17
1
-0/+2
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Miss Islington (bot)
2021-07-15
1
-0/+3
*
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...
Miss Islington (bot)
2021-07-14
1
-0/+1
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Miss Islington (bot)
2021-07-14
1
-0/+2
*
[3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (G...
Vladimir Feinberg
2021-07-12
1
-0/+1
*
bpo-43298: Improved error message when building without the Windows SDK insta...
Miss Islington (bot)
2021-07-12
1
-0/+1
*
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#2...
Miss Islington (bot)
2021-07-12
1
-0/+1
*
[3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of...
Miss Islington (bot)
2021-07-10
1
-0/+4
*
[3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
Dong-hee Na
2021-07-07
1
-0/+2
*
[3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Gene...
Ken Jin
2021-07-05
1
-0/+2
*
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Miss Islington (bot)
2021-07-05
1
-0/+2
*
Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Ge...
Pablo Galindo
2021-07-04
1
-2/+0
*
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...
Miss Islington (bot)
2021-07-04
1
-0/+2
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)
Miss Islington (bot)
2021-07-03
1
-0/+1
*
bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26996)
Miss Islington (bot)
2021-07-02
1
-1/+1
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (GH-26989)
Miss Islington (bot)
2021-07-02
2
-0/+3
*
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
Miss Islington (bot)
2021-06-30
1
-0/+1
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
1
-0/+5
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Miss Islington (bot)
2021-06-29
1
-0/+3
*
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...
Miss Islington (bot)
2021-06-29
1
-0/+1
*
Python 3.9.6
v3.9.6
Łukasz Langa
2021-06-28
56
-112/+557
*
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH...
Miss Islington (bot)
2021-06-27
1
-0/+2
*
[3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython imple...
Serhiy Storchaka
2021-06-27
1
-0/+2
*
[3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)
Stéphane Bidoul
2021-06-26
1
-0/+1
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
Victor Stinner
2021-06-23
1
-0/+4
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Miss Islington (bot)
2021-06-22
1
-0/+1
*
bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
Ma Lin
2021-06-22
1
-0/+3
[next]