]> granicus.if.org Git - python/shortlog
python
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...
2018-08-19 Alexey Izbyshevbpo-34435: Add missing NULL check to unicode_encode_ucs...
2018-08-19 Berker Peksagbpo-22057: Clarify eval() documentation (GH-8812)
2018-08-19 Serhiy Storchakabpo-34318: Convert deprecation warnings to errors in...
2018-08-19 Zackery Spytzbpo-22602: Raise an exception in the UTF-7 decoder...
2018-08-19 Vinay Sajipbpo-34415: Updated logging.Formatter docstring. (GH...
2018-08-18 Andrés Delfinobpo-34432: doc Mention complex and decimal.Decimal...
2018-08-17 Michael Osipovbpo-34381: refer to 'Running & Writing Tests' in README...
2018-08-17 davidairImprove error message when mock.assert_has_calls fails...
2018-08-17 Alfred PerlsteinWarn not to set SIGPIPE to SIG_DFL (#6773)
2018-08-17 Michael Osipovbpo-34419: selectmodule.c does not compile on HP-UX...
2018-08-17 Sebastian Rittaubpo-34418: Fix HTTPErrorProcessor documentation (GH...
2018-08-16 Christian Heimesbpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
2018-08-16 Erik Janssensbpo-34217: Use lowercase for windows headers (GH-8472)
2018-08-16 Sergey Fedoseevbpo-34395: Fix memory leaks caused by incautious usage...
2018-08-15 Steve Dowerbpo-34405: Updated to OpenSSL 1.1.0i for Windows builds...
2018-08-15 Berker Peksagbpo-34384: Fix os.readlink() on Windows (GH-8740)
2018-08-15 Zackery Spytzcloses bpo-34400: Fix undefined behavior in parsetok...
2018-08-14 Christian Heimesbpo-34399: 2048 bits RSA keys and DH params (#8762)
2018-08-14 Benjamin PetersonMake regular expressions in test_tasks.py raw strings...
2018-08-13 Ville Skyttäsmtplib documentation fixes (GH-8708)
2018-08-12 Rémy HUBSCHERFix misindented yaml in logging how to example (GH...
2018-08-12 Raymond HettingerMinor code clean-up. Don't alter the input vector....
2018-08-12 Raymond HettingerAdd more tests and assertions for math.hypot() and...
2018-08-12 Vadim Pushtaevbpo-34213: Allow dataclasses to work with a field named...
2018-08-12 Andrés DelfinoFix the versionadded indentation in exec_module doc...
2018-08-12 Raymond HettingerFactor-out common code. Also, optimize common cases...
2018-08-11 Raymond HettingerReplace straight addition with Kahan summation and...
2018-08-11 Sergey Fedoseevbpo-34151: Improve performance of some list operations...
2018-08-11 Evan Allrichbpo-34379: Doc: Move note for json.dump (GH-8730)
2018-08-11 Paul Pricecloses bpo-34377: Update Valgrind suppressions. (GH...
2018-08-11 Berker Peksagbpo-26818: Add a test to make sure the bug is fixed...
2018-08-11 Berker Peksagbpo-9372: Deprecate several __getitem__ methods (GH...
2018-08-11 Berker Peksagbpo-34333: Fix %-formatting in Path.with_suffix() ...
2018-08-10 Tal Einatbpo-34047: IDLE: fix mousewheel scrolling direction...
2018-08-10 GPerycloses bpo-34353: Add sockets to stat.filemode fallback...
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)
next