]> granicus.if.org Git - python/shortlog
python
2019-04-22 Windson yangbpo-36681: Remove duplicate test_regression_29220 funct...
2019-04-22 Windson yangbpo-36682: Rename duplicate tests in test_sys_setprofil...
2019-04-22 Windson yangbpo-36683: Rename duplicate test_io_encoding to test_py...
2019-04-22 Windson yangbpo-36678: Rename duplicate tests in test_dataclasses...
2019-04-22 Steve DowerFixes platform.win32_ver on non-Windows platforms ...
2019-04-22 Steve Dowerbpo-33608: Normalize atomic macros so that they all...
2019-04-22 Zackery Spytzbpo-36672: Fix a compiler warning in winreg.SetValue...
2019-04-22 Zackery Spytzbpo-9194: Fix the bounds checking in winreg.c's fixupMu...
2019-04-22 Berker Peksagbpo-29734: Cleanup test_getfinalpathname_handles test...
2019-04-22 周家未bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
2019-04-22 Marcin Niemirabpo-36523: Add docstring to io.IOBase.writelines (GH...
2019-04-22 Wu WeiDoc: add the missing ".tp_flags" in type definition...
2019-04-22 Xtreakbpo-23078: Add support for {class,static}method to...
2019-04-22 Joannah Nanjekyebpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit_...
2019-04-21 mollisonbpo-36645: Fix ambiguous formatting in re.sub() documen...
2019-04-20 Fredrik AverpilFix typo (GH-12878)
2019-04-20 Raymond Hettingerbpo-36650: Fix handling of empty keyword args in C...
2019-04-19 Inada Naokictypes: remove use of legacy unicode API (GH-12340)
2019-04-18 Stefan Behnelbpo-30485: Change the prefix for defining the default...
2019-04-18 Enrico Alarico... bpo-36651: Fixed Asyncio Event Loop documentation incon...
2019-04-18 Victor Stinnerbpo-36635: Add _testinternalcapi module (GH-12841)
2019-04-18 Paul Monsonbpo-36071 Add support for Windows ARM32 in ctypes/libff...
2019-04-18 Paul Monsonbpo-36638: Fix WindowsLoadTracker exception on some...
2019-04-18 cocoatomoFix wrong indentation of a paragraph in documentation...
2019-04-17 joshbpo-32913: Added re.Match.groupdict example to regex...
2019-04-17 Steve Dowerbpo-36649: Remove trailing spaces for registry keys...
2019-04-17 Victor Stinnerbpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE...
2019-04-17 Victor Stinnerbpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)
2019-04-17 Victor Stinnerbpo-35755: Don't say "to mimick Unix which command...
2019-04-17 Lihua Zhaobpo-31904: Port test_resource to VxWorks (GH-12719)
2019-04-17 Lihua Zhaobpo-31904: Port test_cmd_line to VxWorks (#12648)
2019-04-17 Victor Stinnerbpo-35755: Remove current directory from posixpath...
2019-04-17 Victor Stinnerbpo-35755: shutil.which() uses os.confstr("CS_PATH...
2019-04-17 Colin WatsonClarify file-closing example in tutorial (GH-11652)
2019-04-17 Lihua Zhaobpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
2019-04-16 Inada Naokibpo-36642: make unicodedata const (GH-12855)
2019-04-16 Inada Naokibpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
2019-04-16 Matthias Bussonnierbpo-33783: Use proper class markup for random.Random...
2019-04-16 Berker PeksagAdd myself to CODEOWNERS for sqlite3 and urllib.robotpa...
2019-04-16 Stéphane Wirtelbpo-36345: Update wsgiref example (GH-12562)
2019-04-15 Inada Naokibpo-27860: ipaddress: fix Interface missed some attribu...
2019-04-15 Victor Stinnerbpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
2019-04-15 Victor Stinnerbpo-36389: Cleanup gc.set_threshold() (GH-12844)
2019-04-15 Victor Stinnerbpo-35134: Add cpython/pymem.h to build system (GH...
2019-04-15 Victor Stinnerbpo-35134: Add Include/cpython/pymem.h (GH-12840)
2019-04-15 Inada NaokiDoc: update PendingDeprecationWarning explanation ...
2019-04-15 Jakub Molinskibpo-36625: Remove obsolete comments from docstrings...
2019-04-15 Victor Stinnerbpo-36629: Add support.get_socket_conn_refused_errs...
2019-04-15 pxinwrbpo-31904: Port the time module on VxWorks (GH-12305)
2019-04-15 pxinwrbpo-31904: Don't build the _crypt extension on VxWorks...
2019-04-15 Inada Naokibpo-27860: use cached_property (GH-12832)
2019-04-14 Stefan Behnelbpo-30485: Re-allow empty strings in ElementPath namesp...
2019-04-14 Gregory P.... bpo-16079: fix duplicate test method name in test_gzip...
2019-04-14 Mickaël Schoentgenbpo-31658: Make xml.sax.parse accepting Path objects...
2019-04-14 Stefan Behnelbpo-30485: support a default prefix mapping in ElementP...
2019-04-14 Bernt Røskar... bpo-36227: ElementTree.tostring() default_namespace...
2019-04-13 Xtreakbpo-36593: Fix isinstance check for Mock objects with...
2019-04-13 Pablo Galindobpo-36427: Document that PyEval_RestoreThread and PyGIL...
2019-04-13 Pablo GalindoSkip test_preadv_flags if RWF_HIPRI is not supported...
2019-04-13 Pablo Galindobpo-36623: Clean parser headers and include files ...
2019-04-13 Cheryl Sabellabpo-18610: Update wsgiref.validate docstring for wsgi...
2019-04-13 Rémi Lapeyrebpo-35734: ipaddress: remove unused methods (GH-11591)
2019-04-13 Inada NaokiDoc: define PY_SSIZE_T_CLEAN always (GH-12794)
2019-04-12 Victor Stinnerbpo-36618: Don't add -fmax-type-align flag to old clang...
2019-04-12 Sebastian Rittaubpo-35581: Document @typing.type_check_only (GH-11312)
2019-04-12 mrh1997bpo-33922: Adding documentation for new "-64" suffix...
2019-04-12 Victor Stinnerbpo-18748: test_io: silence destructor errors (GH-12805)
2019-04-12 Victor Stinnerbpo-36611: Disable serialno field of debug memory alloc...
2019-04-12 Victor Stinnerbpo-36389: Add _PyObject_CheckConsistency() function...
2019-04-12 Victor Stinnerbpo-36618: Add -fmax-type-align=8 flag for clang (GH...
2019-04-12 Steve DowerAllow Windows layout builds to fully skip code signing...
2019-04-12 Paul Monsonbpo-36509: Add iot layout for Windows IoT containers...
2019-04-12 Paul MonsonEnable building nuget packages for ARM32 (GH-12669)
2019-04-12 Eric Snowbpo-33608: Revert "Factor out a private, per-interprete...
2019-04-12 Thomas GraingerCorrect grammar in concurrent/futures/process.py docstr...
2019-04-12 Christopher... Indicate that seek and tell are mandatory on BufferedRa...
2019-04-12 Kingsley Mbpo-36549: str.capitalize now titlecases the first...
2019-04-12 Eric Snowbpo-33608: Factor out a private, per-interpreter _Py_Ad...
2019-04-12 Victor Stinnerbpo-18748: io.IOBase destructor now logs close() errors...
2019-04-12 Michael Feltbpo-36588: On AIX, remove major version from sys.platfo...
2019-04-12 Victor Stinnerbpo-36611: Fix test_sys.test_getallocatedblocks() ...
2019-04-12 Inada Naokibpo-20180: Use argument clinic for dict.pop() and dict...
2019-04-11 Emmanuel Ariasbpo-20582: add link for manpage for flags on getnameinf...
2019-04-11 Victor Stinnerbpo-36605: make tags: parse Modules/_io directory ...
2019-04-11 Victor Stinnerbpo-36389: Change PyMem_SetupDebugHooks() constants...
2019-04-11 Inada Naokibpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH...
2019-04-11 Inada Naokibpo-36597: fix weakref example code (GH-12779)
2019-04-11 Victor Stinnerbpo-36389: _PyObject_IsFreed() now also detects uniniti...
2019-04-11 Inada Naokibpo-36597: fix random doctest failure (GH-12776)
2019-04-11 Victor Stinnerbpo-36597: Disable Travis CI doctest job (GH-12775)
2019-04-11 pewscornerbpo-36416: Correct bytes.rpartition documentation ...
2019-04-11 Inada Naokibetter __init__.py explanation in tutorial (#12763)
2019-04-11 Christopher... Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
2019-04-10 Victor Stinnerbpo-36235: Fix distutils test_customize_compiler()...
2019-04-10 Caleb Marchentfix typo in doc (#12686)
2019-04-10 Christian Heimesbpo-36559: random module: optimize sha512 import (GH...
2019-04-10 Lorenz Mendebpo-34144: Fix of venv acvtivate.bat for win 10 (GH...
2019-04-10 Gregory P.... bpo-14826: document that URLopener quotes fullurl....
2019-04-10 Jörn Heesbpo-12910: update and correct quote docstring (#2568)
2019-04-09 SimeonFix typos in compile.c comments (GH-12752)
next