summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Assume the raw environ is always declared. (GH-8707)Benjamin Peterson2018-08-081-6/+0
* Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...Sergey Fedoseev2018-08-071-23/+23
* bpo-34335: Use async/await syntax in documentation examples (GH-8674)Mikhail Terekhov2018-08-072-4/+2
* VSTS: Skip build steps when only docs have changed (GH-8546)Steve Dower2018-08-075-1/+87
* Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)Zackery Spytz2018-08-071-3/+0
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Berker Peksag2018-08-073-1/+22
* Fix HTML formatting in datamodel.rst (GH-8693)Berker Peksag2018-08-061-3/+3
* bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)Xtreak2018-08-061-1/+2
* bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8...Serhiy Storchaka2018-08-062-181/+182
* bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673)Terry Jan Reedy2018-08-061-4/+4
* bpo-19891: Ignore error while writing history file (GH-8483)Anthony Sottile2018-08-062-1/+12
* bpo-34336: Don't promote possibility to leave out typing.Optional (#8677)Ville Skyttä2018-08-051-4/+12
* bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...Tal Einat2018-08-057-144/+416
* Fix reST markup in unittest documentation (GH-8665)Berker Peksag2018-08-031-1/+1
* bpo-34170: Fix pymain_run_file() (GH-8660)Victor Stinner2018-08-031-6/+6
* bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)Stefan Otte2018-08-032-3/+9
* bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)Victor Stinner2018-08-033-17/+19
* bpo-34325: Skip zipfile test for large timestamps when filesystem don't suppo...Marcel Plch2018-08-031-1/+5
* bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)Victor Stinner2018-08-0322-93/+107
* Fix docstring of Profiler class (GH-8651)INADA Naoki2018-08-032-4/+4
* Improve the grammar in `range` documentation. (GH-8628)Andrés Delfino2018-08-031-1/+1
* bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)Terry Jan Reedy2018-08-032-0/+3
* Update list.remove(x) documentation (GH-8636)Lysandros Nikolaou2018-08-031-2/+2
* bpo-34317: Fix a dead url to Windows documentation (GH-8622)HiyashiChuka2018-08-031-1/+1
* bpo-30317: Fix multiprocessing test_timeout() (GH-8621)Victor Stinner2018-08-031-3/+4
* bpo-34170: Cleanup pymain_run_filename() (GH-8631)Victor Stinner2018-08-021-85/+71
* bpo-27910: Update documentation of traceback module (GH-6116)torsava2018-08-022-30/+35
* bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)Marcel Plch2018-08-024-5/+48
* bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582)jdemeyer2018-08-021-21/+21
* bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)Tal Einat2018-08-021-2/+4
* bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat2018-08-026-0/+10
* bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)Victor Stinner2018-08-016-24/+7
* bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)Victor Stinner2018-08-0114-1288/+1314
* Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)Victor Stinner2018-08-013-6/+8
* bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)Victor Stinner2018-08-011-10/+10
* bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)Victor Stinner2018-08-013-1/+16
* bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)Victor Stinner2018-08-014-28/+33
* bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593)Victor Stinner2018-08-011-0/+3
* bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)Victor Stinner2018-08-017-8/+37
* bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)costypetrisor2018-07-313-17/+60
* bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)MartinAltmayer2018-07-313-5/+6
* bpo-33089: Add math.dist() for computing the Euclidean distance between two p...Raymond Hettinger2018-07-315-1/+236
* bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)Serhiy Storchaka2018-07-315-32/+114
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-3112-232/+214
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-317-36/+12
* bpo-1617161: Make the hash and equality of methods not depending on the value...Serhiy Storchaka2018-07-316-73/+112
* bpo-27671: Update FAQ about why len is function (GH-8432)INADA Naoki2018-07-311-18/+19
* Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)Sergey Fedoseev2018-07-301-5/+2
* bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)twisteroid ambassador2018-07-303-0/+19
* Use 'for example' instead of 'in other words' in compound statement doc (GH-8...Andrés Delfino2018-07-301-1/+1