]> granicus.if.org Git - python/shortlog
python
2018-08-09 Alex GrönholmFixed inconsistency in string handling in the Task...
2018-08-09 Andriy MaletskyDoc: add missing capture_output arg to subprocess.run...
2018-08-09 Andrés DelfinoImprove grammar of asynchronous iterator glossary entry...
2018-08-09 Stéphane Wirtelbpo-34324: Doc README wrong directory name for venv...
2018-08-08 Alex Grönholmbpo-34270: Make it possible to name asyncio tasks ...
2018-08-08 Benjamin PetersonAssume the raw environ is always declared. (GH-8707)
2018-08-07 Sergey FedoseevMake code examples in Functional Programming HOWTO...
2018-08-07 Mikhail Terekhovbpo-34335: Use async/await syntax in documentation...
2018-08-07 Steve DowerVSTS: Skip build steps when only docs have changed...
2018-08-07 Zackery SpytzRemove unneeded PyErr_Clear() calls after PyErr_Print...
2018-08-07 Berker Peksagbpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
2018-08-06 Berker PeksagFix HTML formatting in datamodel.rst (GH-8693)
2018-08-06 Xtreakbpo-34319: Clarify file handler closure in pathlib...
2018-08-06 Serhiy Storchakabpo-34272: Move argument parsing tests from test_capi...
2018-08-06 Terry Jan Reedybpo-34273: Change 'Fixed point' to 'Fixed-point notatio...
2018-08-06 Anthony Sottilebpo-19891: Ignore error while writing history file...
2018-08-05 Ville Skyttäbpo-34336: Don't promote possibility to leave out typin...
2018-08-05 Tal Einatbpo-33839: refactor IDLE's tooltips & calltips, add...
2018-08-03 Berker PeksagFix reST markup in unittest documentation (GH-8665)
2018-08-03 Victor Stinnerbpo-34170: Fix pymain_run_file() (GH-8660)
2018-08-03 Stefan Ottebpo-34329: Doc'd how to remove suffix of pathlib.Path...
2018-08-03 Victor Stinnerbpo-34170: _PyCoreConfig_Read() don't replace coerce_c_...
2018-08-03 Marcel Plchbpo-34325: Skip zipfile test for large timestamps when...
2018-08-03 Victor Stinnerbpo-34301: Add _PyInterpreterState_Get() helper functio...
2018-08-03 INADA NaokiFix docstring of Profiler class (GH-8651)
2018-08-03 Andrés DelfinoImprove the grammar in `range` documentation. (GH-8628)
2018-08-03 Terry Jan Reedy bpo-34275: Make IDLE calltips always visible on Mac...
2018-08-03 Lysandros NikolaouUpdate list.remove(x) documentation (GH-8636)
2018-08-03 HiyashiChukabpo-34317: Fix a dead url to Windows documentation...
2018-08-03 Victor Stinnerbpo-30317: Fix multiprocessing test_timeout() (GH-8621)
2018-08-02 Victor Stinnerbpo-34170: Cleanup pymain_run_filename() (GH-8631)
2018-08-02 torsavabpo-27910: Update documentation of traceback module...
2018-08-02 Marcel Plchbpo-34097: Add support for zipping files older than...
2018-08-02 jdemeyerbpo-34287: Do not use second argument of METH_NOARGS...
2018-08-02 Tal Einatbpo-34120: fix text viewer to call grab_release() only...
2018-08-02 Tal Einatbpo-34120: fix IDLE freezing after closing dialogs...
2018-08-01 Victor Stinnerbpo-31650: Remove _Py_CheckHashBasedPycsMode global...
2018-08-01 Victor Stinnerbpo-34170: Add Python/coreconfig.c for _PyCoreConfig...
2018-08-01 Victor StinnerDefine _Py_NO_RETURN for Microsoft C compiler (GH-8606)
2018-08-01 Victor Stinnerbpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)
2018-08-01 Victor Stinnerbpo-34170: _PyCoreConfig_Read() defaults to argc=0...
2018-08-01 Victor Stinnerbpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH...
2018-08-01 Victor Stinnerbpo-34170: Py_Main() updates config when setting Py_Ins...
2018-08-01 Victor Stinnerbpo-34170: Add _PyCoreConfig._frozen parameter (GH...
2018-07-31 costypetrisorbpo-34113: Fix a crash when using LLTRACE is on (GH...
2018-07-31 MartinAltmayerbpo-34263 Cap timeout submitted to epoll/select etc...
2018-07-31 Raymond Hettingerbpo-33089: Add math.dist() for computing the Euclidean...
2018-07-31 Serhiy Storchakabpo-33871: Fix os.sendfile(), os.writev(), os.readv...
2018-07-31 Serhiy Storchakabpo-33729: Fix issues with arguments parsing in hashlib...
2018-07-31 Serhiy Storchaka Revert "closes bpo-27494: Fix 2to3 handling of trailin...
2018-07-31 Serhiy Storchakabpo-1617161: Make the hash and equality of methods...
2018-07-31 INADA Naokibpo-27671: Update FAQ about why len is function (GH...
2018-07-30 Sergey FedoseevRemove creation of a list for row_cast_map in pysqlite_...
2018-07-30 twisteroid... bpo-33833: Fix ProactorSocketTransport AssertionError...
2018-07-30 Andrés DelfinoUse 'for example' instead of 'in other words' in compou...
2018-07-30 Segev FinerFix typos & formatting in Using Python on Windows doc...
2018-07-30 Peter LamutAdd docstrings to public methods from context.c (GH...
2018-07-30 Elvis Pranskevichusbpo-34075: Deprecate non-ThreadPoolExecutor in loop...
2018-07-29 Bo Baylesbpo-34182: Fix test_pydoc running as a script. (GH...
2018-07-29 Mickaël Schoentgenbpo-34035: Fix several AttributeError in zipfile seek...
2018-07-29 Franz Wöllertbpo-31047: Fix ntpath.abspath for invalid paths (GH...
2018-07-29 Stéphane Wirtelbpo-34231: PYTHONBREAKPOINT is not documented on python...
2018-07-29 Vinay SajipUpdated MSI README to mention dependency on .NET 3...
2018-07-29 Berker Peksagbpo-8145: Improve isolation_level documentation (GH...
2018-07-28 Berker Peksagbpo-34251: Restore msilib.Win64 to preserve compatibili...
2018-07-28 Tim Goldenbpo-42349: Switch to test.support.unlink per review...
2018-07-28 Raymond Hettingerbpo-33089: Multidimensional math.hypot() (GH-8474)
2018-07-28 Elena Oatbpo-24356: Specify which Python binary will be used...
2018-07-28 Dong-hee Nabpo-33476: Fix _header_value_parser when address group...
2018-07-28 INADA Naokibpo-33666: Add what's new entry for os.errno removal...
2018-07-28 johnthagenbpo-33921: Clarify how to bind to all interfaces using...
2018-07-28 Andrés Delfinobpo-5978: Document that profiling needs cmd/function...
2018-07-28 Sanyam Khuranabpo-29710: Clarify documentation for Bitwise binary...
2018-07-27 Berker Peksagbpo-30722: Fix NEWS entries (GH-8501)
2018-07-27 Sergey FedoseevRemove some unused code in _pysqlite_query_execute...
2018-07-27 INADA Naokivsts: Avoid conflict with Homebrew Python (GH-8430)
2018-07-27 Berker Peksagbpo-12743: Delete comment from marshal.rst (GH-8457)
2018-07-26 Tim Goldenbpo-34239: Convert test_bz2 to use tempfile (#8485)
2018-07-26 Victor Stinnerbpo-34170, test_embed: write Py_Initialize() tests...
2018-07-26 Andrés DelfinoFix typo: variables(s) (GH-8482)
2018-07-26 Serhiy Storchakabpo-34201: Tweak test_buffer. (GH-8481)
2018-07-26 Victor Stinnerbpo-34170: Cleanup pymain_read_conf() (GH-8476)
2018-07-26 Steve Dowerbpo-34225: Ensure INCLUDE and LIB directories do not...
2018-07-26 Serhiy Storchakabpo-34201: Make ndarray.readonly a bool and use stricte...
2018-07-26 Serhiy Storchakabpo-20260: Implement non-bitwise unsigned int converter...
2018-07-26 Serhiy Storchakabpo-34197: Make _csv.Dialect attributes booleans. ...
2018-07-26 Victor Stinnerbpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
2018-07-25 chasonbpo-32663 Make SMTPUTF8SimTests run (#5314)
2018-07-25 Victor Stinnerbpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
2018-07-25 Ammar Askarbpo-29097: Forego fold detection on windows for low...
2018-07-25 Berker Peksagbpo-13041: Use shutil.get_terminal_size() in argparse...
2018-07-25 Aaron Angbpo-28677: Improve phrasing of when instance attribute...
2018-07-25 Tim Goldenbpo-34195: Fix case-sensitive comparison in test_nt_hel...
2018-07-25 Serhiy Storchakabpo-34218: Fix a leak in _elementtree.c introduced...
2018-07-25 Victor Stinnerbpo-34170: Cleanup pymain_run_python() (GH-8455)
2018-07-25 Victor Stinnerbpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
2018-07-25 erikjanssbpo-34217: Use lowercase header for Windows (GH-8453)
2018-07-24 Victor Stinnerbpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
2018-07-24 MariattaFix site module documentation. (GH-8441)
2018-07-24 Serhiy Storchakabpo-34136: Make test_do_not_recreate_annotations more...
next