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
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.10.0rc2
v3.10.0rc2
Pablo Galindo
2021-09-07
25
-55/+0
*
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
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-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-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
1
-0/+2
*
[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
*
bpo-44955: Always call stopTestRun() for implicitly created TestResult object...
Miss Islington (bot)
2021-08-22
1
-0/+5
*
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
Miss Islington (bot)
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-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Miss Islington (bot)
2021-08-13
1
-1/+1
*
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
Miss Islington (bot)
2021-08-12
1
-0/+1
*
make lib2to3 parse async generators everywhere (GH-6588)
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
*
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
Miss Islington (bot)
2021-08-09
1
-0/+1
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Miss Islington (bot)
2021-08-09
1
-0/+2
*
Upgrade bundled pip and setuptools (GH-27625)
Miss Islington (bot)
2021-08-07
1
-0/+1
*
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...
Miss Islington (bot)
2021-08-06
1
-0/+1
*
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...
Miss Islington (bot)
2021-08-06
1
-0/+3
*
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...
Miss Islington (bot)
2021-08-06
1
-0/+2
*
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
Miss Islington (bot)
2021-08-06
1
-0/+4
*
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
Miss Islington (bot)
2021-08-04
1
-0/+3
*
Python 3.10.0rc1
v3.10.0rc1
Pablo Galindo
2021-08-02
25
-50/+0
*
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
Miss Islington (bot)
2021-08-02
1
-0/+2
*
bpo-44667: Treat correctly lines ending with comments and no newlines in the ...
Miss Islington (bot)
2021-08-02
1
-0/+4
*
bpo-44793: Fix checking the number of arguments when subscribe a generic type...
Miss Islington (bot)
2021-08-02
1
-0/+2
*
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
Miss Islington (bot)
2021-08-01
1
-0/+2
*
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...
Miss Islington (bot)
2021-07-30
1
-0/+3
*
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (...
Miss Islington (bot)
2021-07-30
1
-0/+2
*
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)
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
1
-0/+2
*
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444)
Miss Islington (bot)
2021-07-29
1
-0/+2
*
bpo-27827: identify a greater range of reserved filename on Windows. (GH-2669...
Miss Islington (bot)
2021-07-28
1
-0/+2
*
[3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-2...
Jason R. Coombs
2021-07-28
1
-0/+1
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Miss Islington (bot)
2021-07-24
1
-0/+1
*
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....
Miss Islington (bot)
2021-07-23
1
-0/+3
*
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)
Miss Islington (bot)
2021-07-23
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-44566: resolve differences between asynccontextmanager and contextmanager...
Miss Islington (bot)
2021-07-20
1
-0/+1
*
bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)
Miss Islington (bot)
2021-07-20
1
-0/+2
*
bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-...
Miss Islington (bot)
2021-07-19
1
-0/+2
*
bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (...
Miss Islington (bot)
2021-07-19
1
-0/+3
*
bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204)
Miss Islington (bot)
2021-07-17
1
-0/+2
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Miss Islington (bot)
2021-07-16
1
-0/+2
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Miss Islington (bot)
2021-07-14
1
-0/+2
[next]