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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)
Konstantin Popov
2021-09-15
1
-1/+1
*
bpo-45019: Silence a warning in test_ctypes. (gh-28362)
Eric Snow
2021-09-15
1
-2/+2
*
bpo-45089: Improve sqlite3 trace callback docs (GH-28238)
Erlend Egeberg Aasland
2021-09-15
1
-5/+13
*
bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)
Erlend Egeberg Aasland
2021-09-15
4
-4/+69
*
bpo-45193: News for IDLE PR_28343 (GH-28348)
Terry Jan Reedy
2021-09-15
1
-0/+1
*
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
Serhiy Storchaka
2021-09-15
3
-5/+28
*
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-45188: Windows now regenerates frozen modules at the start of build inste...
Steve Dower
2021-09-15
7
-68/+278
*
bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)
Nikita Sobolev
2021-09-15
2
-8/+11
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
19
-30/+6879
*
bpo-44786: Fix a warning in RE in c-analyzer (GH-28351)
Serhiy Storchaka
2021-09-15
2
-2/+3
*
bpo-45203: Cleanup stats gathering code for LOAD_METHOD (GH-28352)
Mark Shannon
2021-09-15
1
-41/+39
*
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner
2021-09-15
4
-166/+228
*
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
16
-117/+359
*
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.1...
Pablo Galindo Salgado
2021-09-14
1
-0/+6
*
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
11
-31934/+33027
*
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
Victor Stinner
2021-09-14
2
-1/+6
*
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
Nikita Sobolev
2021-09-14
3
-6/+70
*
bpo-45168: change dis output to omit missing values rather than replacing the...
Irit Katriel
2021-09-14
4
-19/+28
*
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28...
Irit Katriel
2021-09-14
3
-7/+53
*
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
Hugo van Kemenade
2021-09-13
2
-1/+4
*
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow
2021-09-13
12
-137/+339
*
bpo-45173 Remove configparser deprecations (GH-28292)
Hugo van Kemenade
2021-09-13
5
-94/+18
*
bpo-21302: Update time.sleep() doc for clock_nanosleep() (GH-28311)
Victor Stinner
2021-09-13
2
-19/+32
*
bpo-21302: Add clock_nanosleep() implementation for time.sleep() (GH-28111)
Livius
2021-09-13
5
-5/+100
*
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-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)
Erlend Egeberg Aasland
2021-09-12
2
-13/+49
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
26
-67/+285
*
bpo-44987: Fix typo whatsnew 3.11 (GH-28293)
Dong-hee Na
2021-09-11
1
-1/+1
*
bpo-44987: Speed up unicode normalization of ASCII strings (GH-28283)
Dong-hee Na
2021-09-11
3
-0/+9
*
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...
Serhiy Storchaka
2021-09-11
3
-8/+20
*
bpo-45163: Haiku build fix. (GH-28269)
David CARLIER
2021-09-11
3
-2/+7
*
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-9811: [doc] strftime handling of unsupported format specifiers is platfor...
Irit Katriel
2021-09-10
1
-1/+2
*
bpo-25894: Always report skipped and failed subtests separately (GH-28082)
Serhiy Storchaka
2021-09-10
3
-49/+189
*
bpo-44964: Correct the note about the f_lasti field (GH-28208)
Pablo Galindo Salgado
2021-09-10
2
-4/+4
*
bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261)
Łukasz Langa
2021-09-10
1
-1/+2
*
Fix typos in pep384_macrocheck.py (GH-28220)
Ikko Ashimine
2021-09-10
1
-2/+2
*
bpo-45132: Fix the reStructuredText markup error. (GH-28270)
Serhiy Storchaka
2021-09-10
1
-1/+1
*
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud
2021-09-10
14
-68/+124
[next]