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-44667: Treat correctly lines ending with comments and no newlines in the ...
Miss Islington (bot)
2021-08-02
1
-0/+10
*
bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493)
Miss Islington (bot)
2021-07-30
1
-1/+33
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...
Miss Islington (bot)
2021-07-30
1
-0/+8
*
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
Łukasz Langa
2021-07-30
1
-1/+1
*
To fix the random failed test cases of test___xxsubinterpreters in multiproce...
Miss Islington (bot)
2021-07-29
1
-0/+15
*
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445)
Miss Islington (bot)
2021-07-29
1
-4/+28
*
[3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27...
Jason R. Coombs
2021-07-28
1
-0/+14
*
bpo-27827: identify a greater range of reserved filename on Windows. (GH-2669...
Miss Islington (bot)
2021-07-28
1
-8/+24
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-...
Miss Islington (bot)
2021-07-26
1
-0/+21
*
bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362)
Miss Islington (bot)
2021-07-26
1
-11/+3
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Miss Islington (bot)
2021-07-24
1
-0/+30
*
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27304)
Miss Islington (bot)
2021-07-23
1
-0/+24
*
[3.9] bpo-44708: Only re-run test methods that match names of previously fail...
Łukasz Langa
2021-07-22
6
-174/+344
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-2...
Miss Islington (bot)
2021-07-22
1
-0/+12
*
[3.9] bpo-44566: resolve differences between asynccontextmanager and contextm...
Łukasz Langa
2021-07-20
2
-11/+25
*
[3.9] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27267)
Miss Islington (bot)
2021-07-20
1
-1/+2
*
Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)
Mark Shannon
2021-07-20
1
-0/+44
*
bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (...
Miss Islington (bot)
2021-07-19
1
-0/+5
*
[3.9] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (GH-27205)
Ken Jin
2021-07-17
2
-0/+28
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Miss Islington (bot)
2021-07-17
1
-0/+41
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Miss Islington (bot)
2021-07-15
1
-1/+33
*
bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ o...
Miss Islington (bot)
2021-07-15
1
-4/+13
*
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Miss Islington (bot)
2021-07-14
1
-1/+7
*
bpo-44630: Fix assertion errors in csv module (GH-27127)
Miss Islington (bot)
2021-07-13
1
-0/+6
*
[3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (G...
Vladimir Feinberg
2021-07-12
1
-0/+37
*
[3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of...
Miss Islington (bot)
2021-07-10
1
-0/+9
*
[3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
Dong-hee Na
2021-07-07
1
-0/+5
*
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Miss Islington (bot)
2021-07-05
1
-0/+3
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)
Miss Islington (bot)
2021-07-03
1
-0/+15
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (GH-26989)
Miss Islington (bot)
2021-07-02
1
-0/+10
*
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...
Miss Islington (bot)
2021-06-29
1
-4/+10
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
Miss Islington (bot)
2021-06-24
1
-3/+8
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
Victor Stinner
2021-06-23
1
-3/+15
*
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Miss Islington (bot)
2021-06-23
8
-31/+32
*
bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
Ma Lin
2021-06-22
2
-0/+18
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Miss Islington (bot)
2021-06-22
1
-1/+2
*
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
Miss Islington (bot)
2021-06-21
1
-0/+7
*
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
Miss Islington (bot)
2021-06-21
1
-6/+12
*
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during in...
Pablo Galindo
2021-06-14
1
-0/+1
*
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-2...
Miss Islington (bot)
2021-06-11
1
-0/+29
*
[Enum] improve pickle support (#26666)
Ethan Furman
2021-06-11
1
-0/+36
*
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (G...
Miss Islington (bot)
2021-06-10
1
-0/+47
*
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from re...
Miss Islington (bot)
2021-06-10
1
-0/+28
*
[3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605)
Batuhan Taskaya
2021-06-08
2
-2/+14
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-04
1
-0/+2
*
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26...
Batuhan Taskaya
2021-06-03
1
-0/+14
*
[3.9] bpo-43776: Remove list call from args in Popen repr (GH-25338) (GH-26510)
Gregory P. Smith
2021-06-03
1
-22/+18
*
bpo-44022: Improve the regression test. (GH-26503)
Miss Islington (bot)
2021-06-03
1
-1/+6
*
bpo-36160: Fix test_site so that it can run independently of other tests (GH-...
Miss Islington (bot)
2021-05-20
1
-2/+4
[next]