]> granicus.if.org Git - python/shortlog
python
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)
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)
next