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
/
test
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/+3
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
4
-24/+162
*
bpo-43950: include position in dis.Instruction (GH-27015)
Batuhan Taskaya
2021-07-04
1
-188/+243
*
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
1
-0/+15
*
bpo-44129: Add descriptive global variables for general purpose bit flags (GH...
Daniel Hillier
2021-07-03
1
-1/+1
*
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
2
-0/+197
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
1
-0/+10
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-4/+4
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
5
-538/+64
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
1
-0/+36
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
2
-0/+32
*
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
2
-2/+55
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
3
-8/+8
*
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
1
-7/+18
*
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
1
-2/+2
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Pablo Galindo
2021-06-24
1
-0/+24
*
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-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum
2021-06-23
2
-14/+10
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
1
-3/+14
*
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
3
-0/+27
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Victor Stinner
2021-06-21
1
-1/+2
*
Reset DeprecationWarning filters in test_typing io and re (#26811)
Ken Jin
2021-06-21
1
-0/+2
*
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
Dong-hee Na
2021-06-21
1
-0/+7
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
1
-14/+53
*
bpo-44297: Fix missing line number in generator expressions (GH-26801)
Mark Shannon
2021-06-21
1
-0/+15
*
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
Serhiy Storchaka
2021-06-21
1
-6/+12
*
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Sebastian Rittau
2021-06-19
1
-12/+17
*
bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman
2021-06-18
2
-20/+163
*
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...
Miro Hrončok
2021-06-18
1
-0/+1
*
Reorganize the pattern matching suite (GH-26661)
Brandt Bucher
2021-06-18
1
-548/+497
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-1/+1
*
bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-...
Irit Katriel
2021-06-17
1
-0/+16
*
Do not clear globals or builtins when calling clear() on a frame object. Reve...
Mark Shannon
2021-06-17
1
-0/+13
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Joe
2021-06-17
1
-1/+1
*
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
Ethan Furman
2021-06-16
1
-2/+2
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
1
-21/+21
*
[Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman
2021-06-15
1
-0/+23
*
bpo-44409: Fix error location in tokenizer errors that happen during initiali...
Pablo Galindo
2021-06-14
1
-0/+1
*
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
Christian Heimes
2021-06-13
1
-8/+56
[next]