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
...
*
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
Terry Jan Reedy
2018-06-22
3
-11/+23
*
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
*
Clarified the tempfile.tempdir documentation (GH-7829)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-21
1
-1/+1
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy
2018-06-21
7
-9/+11
*
bpo-33906: Rename idlelib.windows as window (#7833)
Terry Jan Reedy
2018-06-21
8
-22/+24
*
bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830)
Terry Jan Reedy
2018-06-20
3
-26/+41
*
Fix compiling error when missing gdbm version macros (GH-7823)
Xiang Zhang
2018-06-20
3
-5/+7
*
bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749)
Nick Coghlan
2018-06-20
1
-0/+14
*
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
Victor Stinner
2018-06-20
2
-9/+7
*
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
4
-5/+6
*
bpo-33907: Rename an IDLE module and classes. (GH-7810)
Terry Jan Reedy
2018-06-20
4
-11/+11
*
bpo-33908: Remove two superfluous assignments (GH-7116)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-06-20
2
-2/+0
*
bpo-33907: Rename an IDLE module and class. (GH-7807)
Terry Jan Reedy
2018-06-20
7
-32/+35
*
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
3
-8/+52
*
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709)
Victor Stinner
2018-06-19
3
-0/+17
*
bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)
Victor Stinner
2018-06-19
2
-7/+9
*
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...
Giampaolo Rodola
2018-06-19
7
-64/+153
*
bpo-33365: print the header values beside the keys (GH-6611)
Marco Strigl
2018-06-19
3
-1/+17
*
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
Victor Stinner
2018-06-19
2
-2/+6
*
Use more specific asserts in dbm tests. (GH-7786)
Serhiy Storchaka
2018-06-19
2
-3/+4
*
Change tp_size to tp_basicsize in comment and realign the comments (GH-6775)
Bup
2018-06-19
1
-38/+38
*
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
INADA Naoki
2018-06-19
5
-81/+7
*
bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn...
Pablo Galindo
2018-06-19
1
-3/+22
*
bpo-33663: Convert content length to string before putting to header (GH-7754)
ValeriyaSinevich
2018-06-18
2
-1/+2
*
bpo-33866: enum: Stop using OrderedDict (GH-7698)
INADA Naoki
2018-06-18
2
-15/+7
*
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
Terry Jan Reedy
2018-06-18
30
-338/+483
*
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino
2018-06-18
8
-20/+20
*
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Stéphane Wirtel
2018-06-16
2
-1/+2
*
bpo-33861: Minor improvements of tests for os.path. (GH-7715)
Serhiy Storchaka
2018-06-16
2
-47/+61
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
7
-7/+7
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
12
-1086/+1385
*
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
Andrés Delfino
2018-06-16
1
-2/+3
*
bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687)
Noah Haasis
2018-06-16
1
-2/+2
*
Use singular, we are talking about the access (GH-7727)
Andrés Delfino
2018-06-16
1
-1/+1
*
bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)
Pablo Galindo
2018-06-16
1
-0/+7
*
Add missing va_end() calls in PC/launcher.c (GH-7690)
Zackery Spytz
2018-06-15
1
-0/+2
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
34
-106/+420
*
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Victor Stinner
2018-06-15
2
-0/+3
*
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...
Victor Stinner
2018-06-15
2
-10/+2
*
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
Andrés Delfino
2018-06-15
1
-1/+4
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Andrés Delfino
2018-06-15
2
-1/+4
*
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
Andrés Delfino
2018-06-15
1
-1/+1
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Marcel Plch
2018-06-15
2
-2/+10
*
gitattribute: Mark generated files (GH-7619)
INADA Naoki
2018-06-15
1
-0/+17
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
4
-3/+22
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
6
-9/+14
*
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
Serhiy Storchaka
2018-06-15
3
-2/+34
*
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow
2018-06-14
3
-129/+1180
[prev]
[next]