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-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
2
-2/+35
*
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
Tal Einat
2018-06-24
1
-0/+4
*
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
Terry Jan Reedy
2018-06-23
1
-10/+0
*
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
Dong-hee Na
2018-06-23
2
-0/+19
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
16
-91/+95
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Victor Stinner
2018-06-22
1
-0/+9
*
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
Terry Jan Reedy
2018-06-22
2
-11/+22
*
bpo-33912: Fix test_warnings when run with -Werror (GH-7839)
Christopher Frederickson
2018-06-21
1
-0/+1
*
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
Pablo Galindo
2018-06-21
1
-5/+5
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy
2018-06-21
6
-9/+9
*
bpo-33906: Rename idlelib.windows as window (#7833)
Terry Jan Reedy
2018-06-21
7
-22/+22
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Terry Jan Reedy
2018-06-20
2
-26/+38
*
Fix compiling error when missing gdbm version macros (GH-7823)
Xiang Zhang
2018-06-20
2
-5/+4
*
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
Victor Stinner
2018-06-20
1
-9/+6
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
3
-5/+5
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Terry Jan Reedy
2018-06-20
3
-8/+8
*
bpo-33908: Remove two superfluous assignments (GH-7116)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
1
-1/+0
*
bpo-33907: Rename an IDLE module and class. (GH-7807)
Terry Jan Reedy
2018-06-20
6
-32/+32
*
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
Terry Jan Reedy
2018-06-19
36
-95/+356
*
bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)
Victor Stinner
2018-06-19
2
-0/+21
*
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
Victor Stinner
2018-06-19
1
-3/+7
*
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...
Giampaolo Rodola
2018-06-19
2
-40/+120
*
bpo-33365: print the header values beside the keys (GH-6611)
Marco Strigl
2018-06-19
2
-1/+16
*
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
Victor Stinner
2018-06-19
1
-2/+2
*
Use more specific asserts in dbm tests. (GH-7786)
Serhiy Storchaka
2018-06-19
2
-3/+4
*
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
INADA Naoki
2018-06-19
2
-55/+2
*
bpo-33663: Convert content length to string before putting to header (GH-7754)
ValeriyaSinevich
2018-06-18
1
-1/+1
*
bpo-33866: enum: Stop using OrderedDict (GH-7698)
INADA Naoki
2018-06-18
1
-13/+5
*
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
Terry Jan Reedy
2018-06-18
30
-338/+483
*
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Stéphane Wirtel
2018-06-16
1
-1/+1
*
bpo-33861: Minor improvements of tests for os.path. (GH-7715)
Serhiy Storchaka
2018-06-16
2
-47/+61
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
4
-21/+173
*
bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)
Pablo Galindo
2018-06-16
1
-0/+7
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
33
-106/+418
*
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...
Victor Stinner
2018-06-15
1
-9/+2
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Marcel Plch
2018-06-15
1
-2/+9
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
1
-0/+13
*
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
Serhiy Storchaka
2018-06-15
2
-2/+33
*
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Victor Stinner
2018-06-14
3
-10/+44
*
bpo-19382: Adding test cases for module tabnanny (GH-851)
Jaysinh Shukla
2018-06-14
2
-1/+344
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
1
-5/+6
*
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...
Giampaolo Rodola
2018-06-12
2
-14/+437
*
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...
Cheryl Sabella
2018-06-12
2
-1/+8
*
bpo-27397: Make email module properly handle invalid-length base64 strings (#...
Tal Einat
2018-06-12
5
-18/+65
*
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warn...
Zackery Spytz
2018-06-12
1
-1/+1
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily
2018-06-12
1
-3/+1
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes
2018-06-11
1
-1/+3
*
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
Terry Jan Reedy
2018-06-11
1
-4/+5
*
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
Matthias Bussonnier
2018-06-11
2
-6/+20
*
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
Terry Jan Reedy
2018-06-11
1
-1/+4
[next]