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-45167: Fix deepcopying of GenericAlias (GH-28324)
Serhiy Storchaka
2021-09-15
1
-5/+25
*
bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)
Victor Stinner
2021-09-15
1
-3/+11
*
bpo-45205: Make test_compileall quiet (GH-28356)
Victor Stinner
2021-09-15
1
-2/+4
*
bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
Victor Stinner
2021-09-15
1
-13/+14
*
bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)
Pablo Galindo Salgado
2021-09-15
1
-10/+10
*
bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)
Nikita Sobolev
2021-09-15
1
-8/+10
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
6
-15/+24
*
bpo-45152: refactor the dis module to make handling of hasconst opcodes more ...
Irit Katriel
2021-09-15
1
-19/+35
*
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
Terry Jan Reedy
2021-09-15
1
-1/+1
*
bpo-45020: Don't test IDLE with frozen module. (GH-28344)
Terry Jan Reedy
2021-09-15
1
-2/+2
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
7
-104/+168
*
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
junyixie
2021-09-14
2
-3/+20
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-2/+2
*
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
Victor Stinner
2021-09-14
1
-1/+3
*
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
Nikita Sobolev
2021-09-14
2
-6/+68
*
bpo-45168: change dis output to omit missing values rather than replacing the...
Irit Katriel
2021-09-14
2
-17/+24
*
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
Hugo van Kemenade
2021-09-13
1
-1/+1
*
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow
2021-09-13
2
-28/+22
*
bpo-45173 Remove configparser deprecations (GH-28292)
Hugo van Kemenade
2021-09-13
2
-72/+1
*
bpo-45181: Simplify loading sqlite3 tests (GH-28304)
Serhiy Storchaka
2021-09-13
10
-146/+14
*
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
Serhiy Storchaka
2021-09-13
1
-2/+2
*
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
Serhiy Storchaka
2021-09-13
49
-93/+80
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
6
-18/+190
*
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...
Serhiy Storchaka
2021-09-11
2
-8/+17
*
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
giovanniwijaya
2021-09-10
1
-5/+7
*
bpo-45144: use subTests in test_peepholer (GH-28247)
Irit Katriel
2021-09-10
1
-43/+53
*
bpo-25894: Always report skipped and failed subtests separately (GH-28082)
Serhiy Storchaka
2021-09-10
2
-49/+185
*
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud
2021-09-10
7
-44/+94
*
bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)
Irit Katriel
2021-09-09
3
-26/+76
*
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
Victor Stinner
2021-09-09
2
-1/+12
*
bpo-20499: Rounding error in statistics.pvariance (GH-28230)
Raymond Hettinger
2021-09-09
2
-56/+50
*
bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)
Erlend Egeberg Aasland
2021-09-08
1
-53/+0
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
2
-51/+2
*
bpo-19113: Remove unused test_errors from ctypes tests (GH-28008)
andrei kulakov
2021-09-08
1
-9/+0
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Yurii Karabas
2021-09-08
2
-0/+15
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
6
-123/+12
*
Add more itertool recipes (GH-28165)
Raymond Hettinger
2021-09-07
1
-0/+23
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
Victor Stinner
2021-09-07
1
-4/+7
*
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...
Nikita Sobolev
2021-09-07
1
-0/+18
*
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)"...
Pablo Galindo Salgado
2021-09-07
1
-3/+3
*
bpo-45124: Remove the bdist_msi command (GH-28195)
Hugo van Kemenade
2021-09-07
5
-791/+6
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Pablo Galindo Salgado
2021-09-07
1
-0/+172
*
bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)
Tzu-ping Chung
2021-09-07
1
-3/+3
*
Make sysconfig posix_user not depend on platlibdir (GH-27655)
Tzu-ping Chung
2021-09-07
1
-1/+1
*
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
Terry Jan Reedy
2021-09-07
1
-13/+7
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
1
-2/+0
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
3
-12/+48
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
1
-8/+8
*
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
Serhiy Storchaka
2021-09-05
1
-0/+138
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Raymond Hettinger
2021-09-05
1
-0/+49
[next]