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
...
*
Assume the raw environ is always declared. (GH-8707)
Benjamin Peterson
2018-08-08
1
-6/+0
*
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...
Sergey Fedoseev
2018-08-07
1
-23/+23
*
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
Mikhail Terekhov
2018-08-07
2
-4/+2
*
VSTS: Skip build steps when only docs have changed (GH-8546)
Steve Dower
2018-08-07
5
-1/+87
*
Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)
Zackery Spytz
2018-08-07
1
-3/+0
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Berker Peksag
2018-08-07
3
-1/+22
*
Fix HTML formatting in datamodel.rst (GH-8693)
Berker Peksag
2018-08-06
1
-3/+3
*
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
Xtreak
2018-08-06
1
-1/+2
*
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8...
Serhiy Storchaka
2018-08-06
2
-181/+182
*
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673)
Terry Jan Reedy
2018-08-06
1
-4/+4
*
bpo-19891: Ignore error while writing history file (GH-8483)
Anthony Sottile
2018-08-06
2
-1/+12
*
bpo-34336: Don't promote possibility to leave out typing.Optional (#8677)
Ville Skyttä
2018-08-05
1
-4/+12
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Tal Einat
2018-08-05
7
-144/+416
*
Fix reST markup in unittest documentation (GH-8665)
Berker Peksag
2018-08-03
1
-1/+1
*
bpo-34170: Fix pymain_run_file() (GH-8660)
Victor Stinner
2018-08-03
1
-6/+6
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Stefan Otte
2018-08-03
2
-3/+9
*
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
Victor Stinner
2018-08-03
3
-17/+19
*
bpo-34325: Skip zipfile test for large timestamps when filesystem don't suppo...
Marcel Plch
2018-08-03
1
-1/+5
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
22
-93/+107
*
Fix docstring of Profiler class (GH-8651)
INADA Naoki
2018-08-03
2
-4/+4
*
Improve the grammar in `range` documentation. (GH-8628)
Andrés Delfino
2018-08-03
1
-1/+1
*
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
Terry Jan Reedy
2018-08-03
2
-0/+3
*
Update list.remove(x) documentation (GH-8636)
Lysandros Nikolaou
2018-08-03
1
-2/+2
*
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
HiyashiChuka
2018-08-03
1
-1/+1
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Victor Stinner
2018-08-03
1
-3/+4
*
bpo-34170: Cleanup pymain_run_filename() (GH-8631)
Victor Stinner
2018-08-02
1
-85/+71
*
bpo-27910: Update documentation of traceback module (GH-6116)
torsava
2018-08-02
2
-30/+35
*
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch
2018-08-02
4
-5/+48
*
bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582)
jdemeyer
2018-08-02
1
-21/+21
*
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
Tal Einat
2018-08-02
1
-2/+4
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat
2018-08-02
6
-0/+10
*
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner
2018-08-01
6
-24/+7
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
14
-1288/+1314
*
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
Victor Stinner
2018-08-01
3
-6/+8
*
bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)
Victor Stinner
2018-08-01
1
-10/+10
*
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
Victor Stinner
2018-08-01
3
-1/+16
*
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Victor Stinner
2018-08-01
4
-28/+33
*
bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593)
Victor Stinner
2018-08-01
1
-0/+3
*
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
2018-08-01
7
-8/+37
*
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
costypetrisor
2018-07-31
3
-17/+60
*
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer
2018-07-31
3
-5/+6
*
bpo-33089: Add math.dist() for computing the Euclidean distance between two p...
Raymond Hettinger
2018-07-31
5
-1/+236
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka
2018-07-31
5
-32/+114
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
12
-232/+214
*
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...
Serhiy Storchaka
2018-07-31
7
-36/+12
*
bpo-1617161: Make the hash and equality of methods not depending on the value...
Serhiy Storchaka
2018-07-31
6
-73/+112
*
bpo-27671: Update FAQ about why len is function (GH-8432)
INADA Naoki
2018-07-31
1
-18/+19
*
Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)
Sergey Fedoseev
2018-07-30
1
-5/+2
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
3
-0/+19
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Andrés Delfino
2018-07-30
1
-1/+1
[prev]
[next]