]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2019-03-23  Terry Jan Reedybpo-36405: Use dict unpacking in idlelib (#12507)
2019-03-23  Gregory P.... bpo-33319: Clarify subprocess call docs. (GH-12508)
2019-03-23  Xavier GUIHOTFix typo in doc for pprint.pp (GH-12500)
2019-03-22  Terry Jan Reedybpo-36396: Remove fgBg param of idlelib.config.GetHighl...
2019-03-22  Brett Cannonbpo-36298: Raise ModuleNotFoundError in pyclbr when...
2019-03-22  Denton Liubpo-35155: clarify protocol handler method naming ...
2019-03-22  Rémi Lapeyrebpo-30670: Add pp function to the pprint module (GH...
2019-03-22  Inada Naokiasyncio: PendingDeprecationWarning -> DeprecationWarnin...
2019-03-22  Kumar Akshaybpo-21269: Provide args and kwargs attributes on mock...
2019-03-22  Pablo GalindoRaise the timeout in test_multiprocessing_* for slow...
2019-03-22  Zackery Spytzbpo-35284: Fix the error handling in the compiler's...
2019-03-22  Zackery Spytzbpo-36398: Fix a possible crash in structseq_repr(...
2019-03-21  Pablo Galindobpo-36256: Fix bug in parsermodule when parsing if...
2019-03-21  Isuru FernandoFix registry key for Windows SDK detection (GH-12445)
2019-03-21  Steve Dowerbpo-35978: Correctly skips venv tests in venvs (GH...
2019-03-21  Jessbpo-36245: Avoid problems when building in a directory...
2019-03-21  Benedikt WernerFix table formatting in itertools doc (GH-12228)
2019-03-21  CAM Gerlachbpo-36268: Change default tar format to pax from GNU...
2019-03-21  Emmanuel Ariasbpo-36385: Add ``elif`` sentence on to avoid multiple...
2019-03-20  Raymond Hettingerbpo-36324: NormalDist() add more tests and update comme...
2019-03-20  sthbpo-36285: Fix integer overflow in the array module...
2019-03-20  Serhiy Storchakabpo-36312: Fix decoders for some code pages. (GH-12369)
2019-03-20  Inada Naokibpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
2019-03-20  Inada Naokibpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
2019-03-20  Inada Naokibpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH...
2019-03-20  Inada Naokibpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule...
2019-03-20  Zackery Spytzbpo-36374: Fix a possible null pointer dereference...
2019-03-20  Victor Stinnerbpo-36301: Add _PyPreCmdline internal API (GH-12458)
2019-03-20  Shubham Aggarwalbpo-23984: Improve descriptor documentation (GH-1034)
2019-03-20  Victor Stinnerbpo-36356: Fix _PyCoreConfig_Read() (GH-12454)
2019-03-20  Victor Stinnerbpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
2019-03-19  Stéphane Wirtelbpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOA...
2019-03-19  Victor Stinnerbpo-36365: Rewrite structseq_repr() using _PyUnicodeWri...
2019-03-19  Victor Stinnerbpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
2019-03-19  Raymond Hettingerbpo-36324: Improved code formatting for the NormalDist...
2019-03-19  Raymond HettingerNormalDist.inv_cdf(): In-line constants because the...
2019-03-19  Victor Stinnerbpo-36236: Fix _PyPathConfig_ComputeSysPath0() for...
2019-03-19  Pablo Galindobpo-36367: Free buffer if realloc fails in tokenize...
2019-03-19  Victor Stinnerbpo-36236: Handle removed cwd at Python init (GH-12424)
2019-03-19  Victor Stinnerbpo-36356: pymain_free() calls _PyRuntime_Finalize...
2019-03-19  Victor Stinnerbpo-36356: Release Unicode interned strings on Valgrind...
2019-03-19  Victor Stinnerbpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH...
2019-03-19  Inada Naokibpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
2019-03-19  Stéphane Wirtelbpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400)
2019-03-19  btharperbpo-36356: Fix memory leak in _PyPreConfig_Read() ...
2019-03-19  Raymond HettingerAdd docstrings to the arithmetic methods in NormalDist...
2019-03-19  Raymond Hettingerbpo-36324: Add inv_cdf() to statistics.NormalDist(...
2019-03-19  Victor Stinnerbpo-36352: Avoid hardcoded MAXPATHLEN size in getpath...
2019-03-19  Victor Stinnerbpo-36301: Error if decoding pybuilddir.txt fails ...
2019-03-18  Victor Stinnerbpo-36352: Add error handling to getpath.c (GH-12421)
2019-03-18  Victor Stinnerbpo-36301: Fix Py_Main() memory leaks (GH-12420)
2019-03-18  stratakisbpo-36292: Mark unreachable code as such in long bitwi...
2019-03-18  Raymond Hettingerbpo-36320: Switch typing.NamedTuple from OrderedDict...
2019-03-18  Victor Stinnerbpo-36352: Clarify fileutils.h documentation (GH-12406)
2019-03-18  Victor Stinnerbpo-36235: Enhance distutils test_customize_compiler...
2019-03-18  Stéphane Wirtelbpo-36328: Fix compiler warning in Py_NewInterpreter...
2019-03-18  Pablo Galindobpo-36332: Allow compile() to handle AST objects with...
2019-03-18  Inada Naokibpo-30040: optimize inserting into empty dict (GH-12307)
2019-03-18  Stéphane Wirtelbpo-36329: Declare the version of Python to use for...
2019-03-18  CAM Gerlachbpo-36307: Travis: upgrade to Xenial environment (GH...
2019-03-18  Rémi LapeyreFix typo in _PyObject_FastCallDict documentation (GH...
2019-03-18  Raymond Hettingerbpo-36321: Fix misspelled attribute in namedtuple(...
2019-03-18  Inada Naokibpo-36297: remove "unicode_internal" codec (GH-12342)
2019-03-17  HarmonFix "catchs" typos in NEWS entries (GH-12364)
2019-03-17  Joan MassichFix typo in unittest.mock documentation: manger ->...
2019-03-17  Fantix Kingbpo-34745: Fix asyncio sslproto memory issues (GH-12386)
2019-03-16  Diego Rojasbpo-34160: Update news entry for XML order attributes...
2019-03-16  Cheryl Sabellabpo-23216: IDLE: Add docstrings to search modules ...
2019-03-16  Pablo Galindobpo-35493: Use Process.sentinel instead of sleeping...
2019-03-16  Dave Chevellbpo-35715: Liberate return value of _process_worker...
2019-03-16  Raymond HettingerUpdate the seealso entries for namedtuple() (GH-12373)
2019-03-16  Raymond HettingerMinor grammar fix in docs (GH-12371)
2019-03-16  Serhiy Storchakabpo-36127: Fix compiler warning in _PyArg_UnpackKeyword...
2019-03-16  Yasser Abpo-36138: Clarify docs about converting datetime.timed...
2019-03-15  Eric Snowbpo-36124: Add PyInterpreterState.dict. (gh-12132)
2019-03-15  Eric Snowbpo-36097: Use only public C-API in the_xxsubinterprete...
2019-03-15  Eric Snowbpo-33608: Deal with pending calls relative to runtime...
2019-03-15  Stéphane WirtelAdd the meaning of the returned value of PyTypeObject...
2019-03-15  Victor Stinnerbpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
2019-03-15  Victor Stinnerbpo-36301: _PyCoreConfig_Read() ensures that argv is...
2019-03-15  Victor Stinnerbpo-36301: Add _PyWstrList structure (GH-12343)
2019-03-15  Victor Stinnerbpo-36235: Fix CFLAGS in distutils customize_compiler...
2019-03-15  Rémi Lapeyrebpo-36272: Logging now propagates RecursionError (GH...
2019-03-15  Raymond HettingerCorrect the heading levels (GH-12338)
2019-03-14  Andre DelfinoDocument actual string.punctuation value. (GH-12270)
2019-03-14  nick sungFix typo duplicate period in a docstring in the zipfile...
2019-03-14  Inada Naokibpo-30040: update news entry (GH-12324)
2019-03-14  Raymond HettingerSimplify overlap() formula for case where variances...
2019-03-14  Serhiy Storchakabpo-36127: Argument Clinic: inline parsing code for...
2019-03-14  Serhiy Storchakabpo-36254: Fix yet one invalid use of %d in format...
2019-03-13  Serhiy Storchakabpo-36282: Improved error message for too much position...
2019-03-13  Serhiy Storchakabpo-36254: Fix invalid uses of %d in format strings...
2019-03-13  Guido van Rossumbpo-36280: Add Constant.kind field (GH-12295)
2019-03-13  pxinwrbpo-31904: Adapt the _signal module to VxWorks RTOS...
2019-03-13  Victor Stinnerbpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl...
2019-03-13  Anthony SottileFix stepping into a frame without a __name__ (GH-12064)
2019-03-13  Cheryl Sabellabpo-35661: Fix failing test on buildbot (GH-12297)
2019-03-12  Steve Dowerbpo-36174: Update nuget authoring for new license field...
2019-03-12  Ned DeilyCorrect minor edit to news entry. (GH-12298)
2019-03-12  Steve Dowerbpo-36264: Updates documentation for change to expandus...
next