]> granicus.if.org Git - python/shortlog
python
2018-09-07 Victor Stinnerbpo-34605: childs => children (GH-9102)
2018-09-07 Victor Stinnerbpo-34595: Add %T format to PyUnicode_FromFormatV(...
2018-09-07 Pablo Galindobpo-20104: Add flag capabilities to posix_spawn (GH...
2018-09-07 Victor Stinnerbpo-34605: Avoid master/slave terms (GH-9101)
2018-09-07 Victor Stinnerbpo-34605, libregrtest: Rename --slaveargs to --worker...
2018-09-07 William Grzybowskibpo-33625: Release GIL for grp.getgr{nam,gid} and pwd...
2018-09-07 Julien PalardDoc: Missing 'f' in an f-string. (GH-9074)
2018-09-07 Sergey Fedoseev_sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090)
2018-09-07 jdemeyerbpo-25750: fix refcounts in type_getattro() (GH-6118)
2018-09-07 Sergey Fedoseevcloses bpo-34599: Improve performance of _Py_bytes_capi...
2018-09-06 Zackery Spytzcloses bpo-34594: Don't hardcode errno values in the...
2018-09-06 Tal Einatbpo-30977: make uuid.UUID use __slots__ (GH-9078)
2018-09-05 Erik Janssenscloses bpo-34581 : Conditionalize use of __pragma in...
2018-09-04 Brendan Gerritybpo-34565: Change a PC/launcher.c comment to accurately...
2018-09-04 Alexander Buchkovskybpo-34563: Fix for invalid assert on big output of...
2018-09-04 Serhiy Storchakabpo-26544: Add test for platform._comparable_version...
2018-09-04 Victor Stinnerbpo-34530: Fix distutils find_executable() (GH-9049)
2018-09-04 Pablo Galindobpo-33613, test_semaphore_tracker_sigint: fix race...
2018-09-03 Pablo Galindobpo-33083 - Make math.factorial reject arguments that...
2018-09-03 Victor Stinnerbpo-26901: Fix the Argument Clinic test suite (GH-8879)
2018-09-03 Victor Stinnerbpo-34544: pymain_read_conf() don't change LC_ALL ...
2018-09-03 Victor Stinnerbpo-34567: pythoninfo gets coreconfig (GH-9043)
2018-09-03 Victor Stinner_Py_CoerceLegacyLocale() restores LC_CTYPE on fail...
2018-09-03 Victor Stinnerbpo-34544: Fix setlocale() in pymain_read_conf() (GH...
2018-09-02 Raymond HettingerMinor improvement to code clarity (GH-9036)
2018-09-02 Zachary WareFix struct sequence glossary entry grammar (GH-9030)
2018-09-01 Thomas Herzogcloses bpo-34555: Fix incorrectly nested test for HAVE_...
2018-09-01 Tim McNamaraFix typo in typing.py module docstring (#9014)
2018-09-01 Michael Feltbpo-34558: Add missing parentheses in _aix.py (GH-9017)
2018-08-31 Pablo Galindobpo-34007: Skip traceback tests if the Program Counter...
2018-08-31 Pablo Galindobpo-34408: Prevent a null pointer dereference and resou...
2018-08-31 Raymond HettingerSimplify vector_norm() by eliminating special cases...
2018-08-31 Brendan Gerritybpo-34062: Add missing launcher argument and make behav...
2018-08-31 Steve DowerAdd VSTS status badge to readme (GH-8958)
2018-08-31 Marcel Plchbpo-34097: Polish API design (GH-8725)
2018-08-30 Naris Rbpo-34427: Fix infinite loop when calling MutableSequen...
2018-08-30 Christian Heimesbpo-34542: Update test certs and keys (GH-8997)
2018-08-29 Victor StinnerFix TestPosixSpawn.test_close_file() (GH-8992)
2018-08-29 Victor Stinnerbpo-34523: Use _PyCoreConfig instead of globals (GH...
2018-08-29 Victor Stinnerbpo-34523: Py_FileSystemDefaultEncoding NULL by default...
2018-08-29 Victor Stinnerbpo-34485: Emit C locale coercion warning later (GH...
2018-08-29 Victor Stinnerbpo-34523: Support surrogatepass in locale codecs ...
2018-08-29 Victor Stinnerbpo-34523: Py_DecodeLocale() use UTF-8 on Windows ...
2018-08-29 Victor Stinnerbpo-34523: Fix config_init_fs_encoding() (GH-8991)
2018-08-29 Victor Stinnerbpo-34523: Add _PyCoreConfig.filesystem_encoding (GH...
2018-08-29 Victor Stinnerbpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
2018-08-29 Victor Stinnerbpo-34485, Windows: LC_CTYPE set to user preference...
2018-08-29 Victor Stinnerbpo-34485: stdout uses surrogateescape on POSIX locale...
2018-08-29 Raymond HettingerImprove commutativity of math.hypot() and math.dist...
2018-08-28 Victor Stinnerbpo-34485: Add _Py_ClearStandardStreamEncoding() (GH...
2018-08-28 Victor Stinnerbpo-34485: Fix _Py_InitializeCore() for C locale coerci...
2018-08-28 Victor Stinnerbpo-34485: Enhance init_sys_streams() (GH-8978)
2018-08-28 Victor Stinnerbpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
2018-08-28 Victor Stinnerbpo-34527: POSIX locale enables the UTF-8 Mode (GH...
2018-08-28 Carl Meyerbpo-21145: Add cached_property decorator in functools...
2018-08-27 Przemysław... bpo-33635: Handling Bad file descriptor in Path.is_file...
2018-08-27 Michael Feltbpo-34347: Fix test_utf8_mode.test_cmd_line for AIX...
2018-08-27 Louis Sautierbpo-34434: Update doc for bool(), float() and int(...
2018-08-27 Serhiy Storchakabpo-26544: Get rid of dependence from distutils in...
2018-08-27 Serhiy Storchakabpo-34171: Fix test_trace. (GH-8940)
2018-08-27 Elias Zamariabpo-32968: Make modulo and floor division involving...
2018-08-27 Raymond HettingerFast path for exact floats in math.hypot() and math...
2018-08-26 Michael FeltRemove AIX workaround test_subprocess (GH-8939)
2018-08-26 Alexey Izbyshevbpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
2018-08-25 Alexey Izbyshevcloses bpo-34504: Remove the useless NULL check in...
2018-08-25 Alexey Izbyshevcloses bpo-34501: PyType_FromSpecWithBases: Check spec...
2018-08-25 Alexey Izbyshevcloses bpo-34502: Remove a note about utf8_mode from...
2018-08-25 Zackery SpytzRemove unneeded PyErr_Clear() in _winapi_SetNamedPipeHa...
2018-08-25 Andrés DelfinoFix markup in stdtypes documentation (GH-8905)
2018-08-25 Sergey Fedoseevbpo-34395: Don't free allocated memory on realloc fail...
2018-08-25 Sergey FedoseevFix upsizing of marks stack in pickle module. (GH-8860)
2018-08-25 Serhiy Storchakabpo-34171: Prevent creating Lib/trace.cover when run...
2018-08-25 Alexey Izbyshevcloses bpo-34493: Objects/genobject.c: Add missing...
2018-08-25 Alexander VasinFixed typo with asynccontextmanager code example (GH...
2018-08-25 Danish Prakashbpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH...
2018-08-25 Gregory P.... bpo-13312: Avoid int underflow in time year. (GH-8912)
2018-08-24 Alexey Izbyshevbpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy...
2018-08-24 Michael Osipovbpo-34448: Improve output of usable wchar_t check ...
2018-08-24 Alexey Izbyshevcloses bpo-34471: _datetime: Add missing NULL check...
2018-08-24 Vladimir Matveevbpo-6700: Fix inspect.getsourcelines for module level...
2018-08-24 Daniel DươngFix typo in the dataclasses's doc (GH-8896)
2018-08-24 Alexey Izbyshevcloses bpo-34468: Objects/rangeobject.c: Fix an always...
2018-08-24 Alexey Izbyshevcloses bpo-34474: Python/bltinmodule.c: Add missing...
2018-08-24 Alexey Izbyshevcloses bpo-34477: Objects/typeobject.c: Add missing...
2018-08-24 Anthony SottileFix doc for `add_subparsers` arguments (GH-8884)
2018-08-24 Jelle ZijlstraFix typo in asyncio.BoundedSemaphore docs (GH-8882)
2018-08-23 Paul Gansslebpo-34454: fix .fromisoformat() methods crashing on...
2018-08-23 Ville SkyttäMake it more clear that setUpClass runs before each...
2018-08-23 Michael Osipovbpo-34412: Make signal.strsignal() work on HP-UX (GH...
2018-08-23 Victor Stinnerbpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH...
2018-08-23 Alexey Izbyshevbpo-34436: Fix check that disables overallocation for...
2018-08-22 Grant JenksRemove superseded line from argparse.HelpFormatter...
2018-08-22 Alexey Izbyshevbpo-34462: Add missing NULL check to _copy_raw_string...
2018-08-22 Berker Peksagbpo-2122: Make mmap.flush() behave same on all platform...
2018-08-22 Alexey Izbyshevbpo-34457: Python/ast.c: Add missing NULL check to...
2018-08-22 Alexey Izbyshevbpo-34456: pickle: Add missing NULL check to save_globa...
2018-08-21 Berker PeksagFix Doc/whatsnew/3.8.rst (GH-8848)
2018-08-21 Zackery Spytzbpo-34400: Fix more undefined behavior in parsetok...
2018-08-20 Alexey Izbyshevbpo-34441: Fix ABC.__subclasscheck__ crash on classes...
2018-08-20 Xiang Zhangbpo-30411: Use --git-dir instead of -C to make git...
next