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
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
1
-0/+5
*
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner
2021-09-08
1
-0/+3
*
bpo-45012: Release GIL around stat in os.scandir (GH-28085)
Stanisław Skonieczny
2021-09-07
1
-0/+2
*
bpo-44348: BaseException deallocator uses trashcan (GH-28190)
Victor Stinner
2021-09-07
1
-0/+8
*
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...
Nikita Sobolev
2021-09-07
1
-0/+2
*
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)"...
Pablo Galindo Salgado
2021-09-07
1
-2/+0
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-0/+3
*
bpo-45124: Remove the bdist_msi command (GH-28195)
Hugo van Kemenade
2021-09-07
1
-0/+5
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Pablo Galindo Salgado
2021-09-07
1
-0/+2
*
bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)
Tzu-ping Chung
2021-09-07
1
-0/+2
*
Make sysconfig posix_user not depend on platlibdir (GH-27655)
Tzu-ping Chung
2021-09-07
1
-0/+2
*
bpo-34561: Switch to Munro & Wild "powersort" merge strategy. (#28108)
Tim Peters
2021-09-06
1
-0/+1
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
1
-0/+7
*
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
Erlend Egeberg Aasland
2021-09-05
1
-0/+1
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
1
-0/+1
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
2021-09-04
1
-0/+1
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Serhiy Storchaka
2021-09-04
1
-0/+1
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
1
-0/+5
*
bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146)
Steve Dower
2021-09-03
1
-0/+1
*
bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)
Dong-hee Na
2021-09-03
1
-0/+3
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
1
-0/+2
*
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Łukasz Langa
2021-09-03
1
-0/+3
*
bpo-45083: Include the exception class qualname when formatting an exception ...
Irit Katriel
2021-09-03
1
-0/+3
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Yurii Karabas
2021-09-02
1
-0/+2
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
2
-0/+8
*
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
Inada Naoki
2021-09-02
1
-0/+1
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
1
-0/+4
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
1
-0/+10
*
bpo-40360: Deprecate the lib2to3 package (GH-28116)
Victor Stinner
2021-09-02
1
-0/+3
*
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Victor Stinner
2021-09-01
1
-0/+5
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
1
-0/+1
*
bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
Victor Stinner
2021-08-31
1
-0/+3
*
bpo-39218: Improve accuracy of variance calculation (GH-27960)
Raymond Hettinger
2021-08-31
1
-0/+1
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
1
-0/+3
*
bpo-44756: Remove misleading NEWS entries of a change that was reverted befor...
Łukasz Langa
2021-08-30
2
-9/+0
*
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
Erlend Egeberg Aasland
2021-08-30
1
-0/+2
*
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
Serhiy Storchaka
2021-08-30
1
-0/+8
*
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
Serhiy Storchaka
2021-08-30
1
-0/+3
*
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
Ned Deily
2021-08-30
1
-0/+1
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Tobias Bergkvist
2021-08-30
1
-0/+5
*
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
Steve Dower
2021-08-29
1
-0/+1
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
Miguel Brito
2021-08-29
1
-0/+2
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
Victor Stinner
2021-08-29
1
-0/+3
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
E-Paine
2021-08-29
1
-0/+2
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...
Thomas Grainger
2021-08-28
1
-0/+1
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
chilaxan
2021-08-27
1
-0/+1
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
1
-0/+7
*
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
Soumendra Ganguly
2021-08-27
1
-0/+1
*
bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
Serhiy Storchaka
2021-08-26
1
-0/+2
[next]