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-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...
Miss Islington (bot)
2021-09-07
2
-2/+5
*
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Miss Islington (bot)
2021-09-06
1
-0/+7
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Miss Islington (bot)
2021-09-04
1
-0/+1
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
1
-0/+1
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Miss Islington (bot)
2021-09-03
1
-0/+2
*
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
Miss Islington (bot)
2021-08-30
1
-0/+8
*
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
Miss Islington (bot)
2021-08-30
1
-0/+3
*
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
Victor Stinner
2021-08-30
1
-0/+2
*
[3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...
Łukasz Langa
2021-08-30
1
-0/+1
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Miss Islington (bot)
2021-08-30
1
-0/+5
*
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
Miss Islington (bot)
2021-08-30
1
-0/+1
*
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
Miss Islington (bot)
2021-08-29
1
-0/+2
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
Miss Islington (bot)
2021-08-29
1
-0/+3
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
Miss Islington (bot)
2021-08-29
1
-0/+2
*
[3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to c...
Erlend Egeberg Aasland
2021-08-28
1
-0/+2
*
bpo-44524: Fix cryptic TypeError message when trying to subclass special form...
Miss Islington (bot)
2021-08-28
1
-0/+2
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
Miss Islington (bot)
2021-08-28
1
-0/+1
*
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...
Miss Islington (bot)
2021-08-28
1
-0/+1
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
1
-0/+2
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Miss Islington (bot)
2021-08-26
1
-0/+3
*
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
Dong-hee Na
2021-08-26
1
-0/+2
*
[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). ...
Erlend Egeberg Aasland
2021-08-25
1
-3/+7
*
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
Miss Islington (bot)
2021-08-24
1
-0/+4
*
[3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i...
Miss Islington (bot)
2021-08-24
1
-0/+2
*
Move susp-ignored locations
Miss Islington (bot)
2021-08-22
1
-0/+3
*
bpo-44955: Always call stopTestRun() for implicitly created TestResult object...
Miss Islington (bot)
2021-08-22
1
-0/+5
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
Miss Islington (bot)
2021-08-20
1
-0/+2
*
bpo-44949: Fix test_readline auto history tests (GH-27813)
Miss Islington (bot)
2021-08-19
1
-0/+2
*
bpo-44947: Refine the syntax error for trailing commas in import statements (...
Miss Islington (bot)
2021-08-18
1
-0/+2
*
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
Miss Islington (bot)
2021-08-17
1
-0/+2
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...
Miss Islington (bot)
2021-08-17
1
-0/+2
*
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
Miss Islington (bot)
2021-08-17
1
-0/+3
*
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in ...
Łukasz Langa
2021-08-17
1
-0/+2
*
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Miss Islington (bot)
2021-08-17
1
-0/+1
*
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...
Miss Islington (bot)
2021-08-16
1
-0/+1
*
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
Miss Islington (bot)
2021-08-13
1
-0/+3
*
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Miss Islington (bot)
2021-08-13
1
-1/+1
*
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
Miss Islington (bot)
2021-08-13
1
-0/+2
*
[3.10] bpo-44885: Correct the ast locations of f-strings with format specs an...
Pablo Galindo Salgado
2021-08-12
1
-0/+2
*
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
Miss Islington (bot)
2021-08-12
2
-0/+2
*
bpo-33479: Add architecture and threading model sections to Tkinter module do...
Miss Islington (bot)
2021-08-11
1
-0/+2
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Miss Islington (bot)
2021-08-11
1
-0/+2
*
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...
Miss Islington (bot)
2021-08-10
1
-0/+1
*
make lib2to3 parse async generators everywhere (GH-6588)
Miss Islington (bot)
2021-08-10
1
-0/+1
*
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
Miss Islington (bot)
2021-08-10
1
-0/+4
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)
Irit Katriel
2021-08-10
1
-0/+1
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Miss Islington (bot)
2021-08-10
1
-0/+1
*
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
Miss Islington (bot)
2021-08-09
1
-0/+1
[next]