]> granicus.if.org Git - python/shortlog
python
2019-05-24 Petr Viktorinbpo-34626: Document creating heap types from the C...
2019-05-23 Pablo GalindoFix warning in _testembed.c (GH-13533)
2019-05-23 Matěj Ceplbpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal...
2019-05-23 Steve Dowerbpo-36842: Implement PEP 578 (GH-12613)
2019-05-23 Nick Coghlanbpo-36797: Reduce levels of indirection in outdated...
2019-05-23 Damien Nadébpo-37008: make mock_open handle able to honor next...
2019-05-23 David Carlierbpo-33164: update blake2 implementation (GH-6286)
2019-05-23 Victor Stinnerbpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mod...
2019-05-23 Victor Stinnerbpo-18748: _pyio.IOBase emits unraisable exception...
2019-05-23 Victor Stinnerbpo-36721: Add --embed option to python-config (GH...
2019-05-23 Batuhan Taşkayabpo-27737: Allow whitespace only headers encoding ...
2019-05-23 Alexey Izbyshevbpo-35091: Objects/listobject.c: Replace overflow check...
2019-05-22 Victor Stinnerbpo-36829: PyErr_WriteUnraisable() normalizes exception...
2019-05-22 Victor Stinnerbpo-36763: Rename private Python initialization functio...
2019-05-22 Paul Monsonbpo-36941: Project file fixups for Windows ARM64 (GH...
2019-05-22 Victor Stinnerbpo-36763: Add _PyPreConfig._config_init (GH-13481)
2019-05-22 Victor Stinnerbpo-36829: Add test.support.catch_unraisable_exception...
2019-05-22 Seanbpo-24882: Let ThreadPoolExecutor reuse idle threads...
2019-05-22 Sam Martinbpo-33110: Catch errors raised when running add_done_ca...
2019-05-22 Michael J.... bpo-36878: Only allow text after `# type: ignore` if...
2019-05-22 Victor Stinnerbpo-35907, CVE-2019-9948: urllib rejects local_file...
2019-05-22 Matthias Bussonnierbpo-34616: Document top level async in whatsnew/3.8...
2019-05-22 Jake Teslerbpo-36084: Add native thread ID (TID) to threading...
2019-05-22 Jelle Zijlstrabpo-33482: fix codecs.StreamRecoder.writelines (GH...
2019-05-22 Michael J.... bpo-36878: Track extra text added to 'type: ignore...
2019-05-22 Paul Dagneliebpo-36972: Add SupportsIndex (GH-13448)
2019-05-22 Marcel Plchbpo-31862: Port binascii to PEP 489 multiphase initiali...
2019-05-22 Jeroen Demeyerbpo-36907: fix refcount bug in _PyStack_UnpackDict...
2019-05-22 Jeroen Demeyerbpo-36994: add test for profiling method_descriptor...
2019-05-22 Victor Stinnerbpo-36829: Add sys.unraisablehook() (GH-13187)
2019-05-21 Berker Peksagbpo-36948: Fix test_urlopener_retrieve_file on Windows...
2019-05-21 Yury Selivanovbpo-34616: Fix code style and unbreak buildbots (GH...
2019-05-21 Batuhan Taşkayabpo-25652: Fix __rmod__ of UserString (GH-13326)
2019-05-21 Matthias Bussonnierbpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow...
2019-05-21 Batuhan Taşkayabpo-23378: Add an extend action to argparse (GH-13305)
2019-05-21 Jörg Stuckebpo-36035: fix Path.rglob for broken links (GH-11988)
2019-05-21 Max Bernsteinbpo-36929: Modify io/re tests to allow for missing...
2019-05-21 Chris AngelicoAnnotate the unexplained assignment in exception unbind...
2019-05-21 Lihua Zhaobpo-36648: fix mmap issue for VxWorks (GH-12394)
2019-05-21 pxinwrbpo-31904: Add posix module support for VxWorks (GH...
2019-05-21 Victor StinnerRevert "bpo-36084: Add native thread ID to threading...
2019-05-21 Erik Janssensbpo-36965: Fix includes in main.c on Windows with non...
2019-05-21 XtreakFix RuntimeWarning in unittest.mock asyncio example...
2019-05-21 Matthias Bussonnierbpo-36932: use proper deprecation-removed directive...
2019-05-21 Andre DelfinoRemove workaround for defaults in namedtuple now that...
2019-05-20 Cheryl Sabellabpo-35563: Add reference links to warnings.rst (GH...
2019-05-20 Rémi Lapeyrebpo-36969: Make PDB args command display keyword only...
2019-05-20 Matthias Bussonnierbpo-36952: Remove the bufsize parameter in fileinput...
2019-05-20 Batuhan Taşkayabpo-23896: Add a grammar where exec isn't a stmt (...
2019-05-20 Thomas Moreaubpo-36888: Add multiprocessing.parent_process() (GH...
2019-05-20 Batuhan Taşkayabpo-36949: Implement __repr__ on WeakSet (GH-13415)
2019-05-20 Lisa Roachbpo-26467: Adds AsyncMock for asyncio Mock library...
2019-05-20 Victor Stinnerbpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale...
2019-05-20 Geoff Shannonbpo-22865: Expand on documentation for the pty.spawn...
2019-05-20 Andrew SvetlovPass _asyncio_internal=True into stream tests on window...
2019-05-20 Victor Stinnerbpo-36763: Fix encoding/locale tests in test_embed...
2019-05-20 Niklas Fiekasbpo-35721: Close socket pair if Popen in _UnixSubproces...
2019-05-20 Victor Stinnerbpo-36763: Fix Python preinitialization (GH-13432)
2019-05-20 Terry Jan Reedybpo-36958: In IDLE, print exit message (GH-13435)
2019-05-20 Zackery Spytzcloses bpo-36951: Correct some types in the type_member...
2019-05-20 Victor Stinnerbpo-35134: Register new traceback.h header files (GH...
2019-05-19 Victor Stinnerbpo-35134: Split traceback.h header (GH-13430)
2019-05-19 Lysandros Nikolaoubpo-35252: Remove FIXME from test_functools (GH-10551)
2019-05-19 Xtreakbpo-34580: Update sqlite3 examples to call close()...
2019-05-19 Mark Dickinsonbpo-36957: Speed up math.isqrt (#13405)
2019-05-19 Berker Peksagbpo-29183: Fix double exceptions in wsgiref.handlers...
2019-05-19 Bar Harelbpo-27141: Fix collections.UserList and UserDict shallo...
2019-05-19 Xtreakbpo-36948: Fix NameError in urllib.request.URLopener...
2019-05-19 Serhiy Storchakabpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift...
2019-05-19 Boštjan MejakOrthographical fix (GH-13418)
2019-05-19 Ashwin RamaswamiFix typo in test comment (GH-11442)
2019-05-19 Jelle Zijlstrabpo-33519: clarify that .copy() is not part of the...
2019-05-18 Pablo Galindobpo-36961: Handle positional-only arguments in uparse...
2019-05-18 Batuhan TaşkayaAdd support for PEP572 in ast_unparse.c (GH-13337)
2019-05-18 Batuhan Taşkayabpo-36567: Use manpages_url to create links for man...
2019-05-18 Abhishek Kumar... bpo-19376: Added doc mentioning `datetime.strptime...
2019-05-18 Anthony Sottilebpo-2180: Treat line continuation at EOF as a `SyntaxEr...
2019-05-18 Raymond Hettingerbpo-36546: Add more tests and expand docs (#13406)
2019-05-18 Mark Dickinsonbpo-36887: add math.isqrt (GH-13244)
2019-05-18 Victor Stinnerbpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
2019-05-18 Victor Stinnerbpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH...
2019-05-17 David CarlierFix couple of dead code paths (GH-7418)
2019-05-17 Toshio KuratomiDocument a workaround for a curses bug (GH-13209)
2019-05-17 Géry OgamCorrect typos in the Barrier specification (GH-9395)
2019-05-17 Victor Stinnerbpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssi...
2019-05-17 Pedro Lacerdabpo-27268: Fix incorrect error message on float(''...
2019-05-17 Victor Stinnerbpo-36763: Add _PyInitError functions (GH-13395)
2019-05-17 Victor Stinnerbpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore...
2019-05-17 Victor Stinnerbpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
2019-05-17 Edison Abpo-36782: Created C API wrappers and added missing...
2019-05-17 Abhilash Rajbpo-33524: Fix the folding of email header when max_lin...
2019-05-17 Pierre Glaserbpo-36867: _test_multiprocessing: avoid weak sync primi...
2019-05-17 Paul Monsonbpo-36942 Windows build changes for Windows ARM64 ...
2019-05-17 Paul Monsonbpo-36941: Windows build changes for Windows ARM64...
2019-05-17 Victor Stinnerbpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH...
2019-05-17 Victor Stinnerbpo-36763: Add PyMemAllocatorName (GH-13387)
2019-05-17 Christian HeimesSimplify SSLSocket / SSLObject doc string (GH-9972)
2019-05-17 redshiftzerodocs 36789: resolve incorrect note regarding UTF-8...
2019-05-17 Pablo Galindobpo-1875: Raise SyntaxError in invalid blocks that...
2019-05-17 Jeroen DemeyerFix typo in _PyMethodDef_RawFastCallKeywords error...
next