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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
2
-2/+36
*
Remove __cleanenv from PEP-657 tests (GH-27060)
Ammar Askar
2021-07-07
3
-6/+5
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
11
-28/+177
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs
2021-07-07
2
-2/+7
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
4
-55/+58
*
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas
2021-07-06
1
-0/+10
*
bpo-38291: Fix a spurious warning when using help(object) (#27039)
Sebastian Rittau
2021-07-06
1
-1/+1
*
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Dong-hee Na
2021-07-05
2
-1/+4
*
bpo-44534: fix wording and docstring sync in unittest.Mock GH27000
Jack DeVries
2021-07-05
1
-0/+5
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
6
-37/+244
*
bpo-43950: include position in dis.Instruction (GH-27015)
Batuhan Taskaya
2021-07-04
2
-197/+287
*
bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011)
Batuhan Taskaya
2021-07-04
2
-11/+11
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
Irit Katriel
2021-07-03
2
-1/+20
*
bpo-44129: Add descriptive global variables for general purpose bit flags (GH...
Daniel Hillier
2021-07-03
2
-13/+39
*
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Ken Jin
2021-07-03
1
-1/+19
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
4
-4/+202
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
2
-2/+12
*
bpo-44313: bump up magic (#26983)
Batuhan Taskaya
2021-07-01
1
-1/+1
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
2
-9/+5
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
6
-700/+68
*
bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
Dong-hee Na
2021-07-01
1
-4/+3
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
2
-0/+37
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
2
-0/+32
*
bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)
Illia Volochii
2021-06-30
1
-108/+0
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Pablo Galindo
2021-06-29
1
-4/+10
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
3
-8/+72
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
3
-8/+8
*
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...
Jason R. Coombs
2021-06-27
1
-9/+1
*
Clarify the order of a stacked `abstractmethod` (GH-26892)
Ram Rachum
2021-06-27
1
-3/+24
*
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Miguel Brito
2021-06-27
2
-2/+10
*
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...
will-ca
2021-06-26
2
-11/+19
*
Update vendored pip to 21.1.3 (GH-26912)
Stéphane Bidoul
2021-06-26
2
-1/+1
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-23/+87
*
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...
Irit Katriel
2021-06-24
9
-16/+51
*
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...
Barry Warsaw
2021-06-24
4
-4/+30
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Pablo Galindo
2021-06-24
1
-0/+24
*
bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
Erlend Egeberg Aasland
2021-06-24
2
-0/+7
*
Make sure that line number is set correctly for call to __exit__ when handlin...
Mark Shannon
2021-06-24
1
-7/+24
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
Erlend Egeberg Aasland
2021-06-24
1
-3/+8
*
bpo-43553: Improve `sqlite3` test coverage (GH-26886)
Erlend Egeberg Aasland
2021-06-24
4
-2/+100
*
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum
2021-06-23
2
-14/+10
*
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
Erlend Egeberg Aasland
2021-06-23
1
-0/+18
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
1
-3/+14
*
bpo-44404: tkinter `after` support callable classes (GH-26812)
E-Paine
2021-06-23
2
-1/+12
*
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementat...
Serhiy Storchaka
2021-06-23
1
-2/+7
*
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Dong-hee Na
2021-06-23
8
-31/+32
*
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon
2021-06-23
1
-11/+2
*
Fix typo in test_typing.py (GH-26853)
Ikko Ashimine
2021-06-22
1
-1/+1
*
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
Ken Jin
2021-06-22
1
-0/+9
*
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl...
Ma Lin
2021-06-22
6
-9/+52
[next]