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-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Dong-hee Na
2021-07-05
1
-0/+2
*
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...
Ma Lin
2021-07-05
1
-0/+3
*
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...
Ken Jin
2021-07-04
1
-0/+2
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
Irit Katriel
2021-07-03
1
-0/+1
*
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Ken Jin
2021-07-03
1
-0/+2
*
bpo-30256: [doc] Fix formatting error in news (GH-26994)
Ken Jin
2021-07-02
1
-1/+1
*
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...
Irit Katriel
2021-07-02
1
-0/+1
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
2
-0/+3
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-0/+3
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-0/+6
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
1
-0/+4
*
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
Steve Dower
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-43232: Remove previously deprecated methods on TransportSocket (GH-24538)
Illia Volochii
2021-06-30
1
-0/+2
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Pablo Galindo
2021-06-29
1
-0/+3
*
bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...
Jack DeVries
2021-06-29
1
-0/+1
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
1
-0/+5
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
1
-0/+4
*
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...
Jason R. Coombs
2021-06-27
1
-0/+2
*
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919)
jdevries3133
2021-06-27
1
-0/+2
*
FIX rst issue in NEWS.d (GH-26923)
Julien Palard
2021-06-27
1
-1/+1
*
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito
2021-06-27
1
-0/+1
*
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...
will-ca
2021-06-26
1
-0/+2
*
Update vendored pip to 21.1.3 (GH-26912)
Stéphane Bidoul
2021-06-26
1
-0/+1
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-0/+3
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Pablo Galindo
2021-06-24
1
-0/+2
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
1
-0/+3
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin
2021-06-24
1
-0/+1
*
bpo-39947: Remove old private trashcan C API functions (GH-26869)
Victor Stinner
2021-06-23
2
-12/+20
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
1
-0/+4
*
bpo-44404: tkinter `after` support callable classes (GH-26812)
E-Paine
2021-06-23
1
-0/+1
*
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementat...
Serhiy Storchaka
2021-06-23
1
-0/+2
*
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon
2021-06-23
1
-0/+2
*
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Erik Welch
2021-06-22
1
-0/+1
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney
2021-06-22
1
-0/+1
*
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
Ken Jin
2021-06-22
1
-0/+2
*
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl...
Ma Lin
2021-06-22
1
-0/+3
*
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
Russell Keith-Magee
2021-06-22
1
-0/+1
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Victor Stinner
2021-06-21
1
-0/+4
*
bpo-13814: Explain why generators are not context managers (GH-26835)
Terry Jan Reedy
2021-06-21
1
-0/+1
*
Reset DeprecationWarning filters in test_typing io and re (#26811)
Ken Jin
2021-06-21
1
-1/+1
*
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
Pablo Galindo
2021-06-21
1
-0/+1
*
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
Dong-hee Na
2021-06-21
1
-0/+2
*
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
Victor Stinner
2021-06-21
1
-0/+4
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
1
-0/+2
*
bpo-44297: Fix missing line number in generator expressions (GH-26801)
Mark Shannon
2021-06-21
1
-0/+3
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
1
-0/+3
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
1
-0/+1
*
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Sebastian Rittau
2021-06-19
1
-0/+1
*
bpo-43298: Improved error message when building without the Windows SDK insta...
Steve Dower
2021-06-19
1
-0/+1
[next]