]> granicus.if.org Git - python/shortlog
python
2019-03-28 kctherookiebpo-35941: Fix ssl certificate enumeration for windows...
2019-03-28 zhsjbpo-36425: Add Simplified Chinese to the language switc...
2019-03-28 Giampaolo Rodolabpo-29515: add missing socket.IPPROTO_* constants on...
2019-03-28 Serhiy Storchakabpo-36387: Refactor getenvironment() in _winapi.c....
2019-03-28 Zackery Spytzbpo-36459: Fix a possible double PyMem_FREE() due to...
2019-03-28 Thomas Perlbpo-36452: dictiter: track maximum iteration count...
2019-03-28 Ned DeilyFix NEWS entries with incorrect bpo numbers (GH-12599)
2019-03-28 Raymond HettingerRevert "Minor doc improvement (GH-10341)" (GH-12597)
2019-03-27 Steve Dowerbpo-36245: Fix more empty environment variable checks...
2019-03-27 Philipp Abpo-31292: Fixed distutils check --restructuredtext...
2019-03-27 Raymond HettingerAdd missing docstrings for TarInfo objects (#12555)
2019-03-27 Victor Stinnerbpo-36443: Disable C locale coercion and UTF-8 Mode...
2019-03-27 Steve Dowerbpo-36441: Fixes creating a venv when debug binaries...
2019-03-27 hliu0bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
2019-03-27 Pablo Galindobpo-36447, bpo-36447: Fix refleak in _PySys_InitMain...
2019-03-27 Victor Stinnerbpo-36444: Rework _Py_InitializeFromConfig() API (GH...
2019-03-27 Eddie Elizondobpo-35810: Incref heap-allocated types in PyObject_Init...
2019-03-27 Jules Lasne... Doc: Fixed missing punctuation in datamodel.rst (GH...
2019-03-27 Inada Naokibpo-32380: add "versionadded: 3.8" to singledispatchmet...
2019-03-27 Serhiy Storchakabpo-36431: Use PEP 448 dict unpacking for merging two...
2019-03-27 Vladimir Surjaninovbpo-36407: Fix writing indentations of CDATA section...
2019-03-27 Andre Delfinobpo-33832: Add "magic method" glossary entry (GH-7630)
2019-03-27 Andre DelfinoMinor doc improvement (GH-10341)
2019-03-27 Victor Stinnerbpo-36444: Add _PyCoreConfig._init_main (GH-12572)
2019-03-27 Victor Stinnerbpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
2019-03-26 Terry Jan Reedybpo-36429: Fix starting IDLE with pyshell (#12548)
2019-03-26 Victor Stinnerbpo-36301: Test Python init with isolated (GH-12569)
2019-03-26 Tal Einatbpo-34203: FAQ: improve wording of paragraph about...
2019-03-26 Pierre Glaserbpo-36364: fix SharedMemoryManager examples (GH-12439)
2019-03-26 Victor Stinnerbpo-36301: Cleanup preconfig.c and coreconfig.c (GH...
2019-03-26 Victor Stinnerbpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH...
2019-03-26 Inada Naokibpo-36433: fix confusing error messages in classmethodd...
2019-03-26 Łukasz LangaPost v3.8.0a3
2019-03-26 Łukasz LangaMerge tag 'v3.8.0a3'
2019-03-26 Zackery Spytzbpo-36430: Fix a possible reference leak in itertools...
2019-03-26 Andre DelfinoDocument that logging registers shutdown as an atexit...
2019-03-26 Benjamin PetersonFix "the the" in the idle docs. (GH-12549)
2019-03-26 Victor Stinnerbpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
2019-03-25 Victor Stinnerbpo-36301: Add _Py_GetEnv() function (GH-12542)
2019-03-25 Andre Delfinobpo-34085: Improve wording on classmethod/staticmethod...
2019-03-25 Stéphane Wirtelbpo-36345: Add a new example in the documentation of...
2019-03-25 Victor Stinnerbpo-36301: Add _Py_GetConfigsAsDict() function (GH...
2019-03-25 Pablo Galindobpo-36143: Regenerate Lib/keyword.py from the Grammar...
2019-03-25 Stefan Krahbpo-36370: Check for PyErr_Occurred() after PyImport_Ge...
2019-03-25 Raymond Hettingerbpo-36326: Let inspect.getdoc() find docstrings for...
2019-03-25 Stephen RosenAdd note to Queue.get() docs about block=True (GH-2223)
2019-03-25 Łukasz Langav3.8.0a3 v3.8.0a3
2019-03-25 Victor Stinnerbpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
2019-03-25 Victor Stinnerbpo-36301: Cleanup preconfig code (GH-12535)
2019-03-25 Stefan Behnelbpo-35884: Add string-keys-only microbenchmark for...
2019-03-25 Zackery Spytzbpo-36421: Fix a possible double decref in _ctypes...
2019-03-25 Rémi Lapeyrebpo-36218: Fix handling of heterogeneous values in...
2019-03-25 Raymond HettingerFix line ending (GH-12531)
2019-03-25 Raymond Hettingerbpo-36401: Have help() show readonly properties separat...
2019-03-24 Louie Lubpo-30348: IDLE: Add test_autocomplete unittest (GH...
2019-03-24 Lisa Roachbpo-31822: Document that urllib.parse.{Defrag,Split...
2019-03-24 Terry Jan Reedybpo-36405: IDLE - Restore __main__ and add tests (...
2019-03-24 Ned DeilyReplace "DOS box" with link to Windows FAQ. (GH-12390)
2019-03-24 Zackery Spytzbpo-36412: fix a possible crash in dictobject.c's new_d...
2019-03-23 AraHaanbpo-32217: Correct usage of ABI tags in freeze. (GH...
2019-03-23 Inada Naokibpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH...
2019-03-23 Cheryl Sabellabpo-23205: IDLE: Add tests and refactor grep's findfile...
2019-03-23 Victor Stinnerbpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
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...
next