]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2018-08-06  Miss Islington... bpo-34319: Clarify file handler closure in pathlib...
2018-08-06  Miss Islington... bpo-34272: Move argument parsing tests from test_capi...
2018-08-06  Miss Islington... bpo-34273: Change 'Fixed point' to 'Fixed-point notatio...
2018-08-06  Miss Islington... bpo-19891: Ignore error while writing history file...
2018-08-05  Miss Islington... bpo-34336: Don't promote possibility to leave out typin...
2018-08-05  Victor Stinner[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
2018-08-05  Miss Islington... bpo-33839: refactor IDLE's tooltips & calltips, add...
2018-08-03  Miss Islington... Fix reST markup in unittest documentation (GH-8665)
2018-08-03  Miss Islington... bpo-34329: Doc'd how to remove suffix of pathlib.Path...
2018-08-03  Miss Islington... Fix docstring of Profiler class (GH-8651)
2018-08-03  Miss Islington... Improve the grammar in `range` documentation. (GH-8628)
2018-08-03  Miss Islington... bpo-34275: Make IDLE calltips always visible on Mac...
2018-08-03  Miss Islington... bpo-34317: Fix a dead url to Windows documentation...
2018-08-03  Miss Islington... Update list.remove(x) documentation (GH-8636)
2018-08-03  Miss Islington... bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
2018-08-02  Miss Islington... bpo-27910: Update documentation of traceback module...
2018-08-02  Miss Islington... bpo-34120: fix text viewer to call grab_release() only...
2018-08-02  Miss Islington... bpo-34120: fix IDLE freezing after closing dialogs...
2018-07-31  Miss Islington... [3.7] bpo-34263 Cap timeout submitted to epoll/select...
2018-07-31  Miss Islington... bpo-33871: Fix os.sendfile(), os.writev(), os.readv...
2018-07-31  Serhiy Storchaka[3.7] bpo-33729: Fix issues with arguments parsing...
2018-07-31  Miss Islington... Revert "closes bpo-27494: Fix 2to3 handling of trailing...
2018-07-31  Miss Islington... bpo-27671: Update FAQ about why len is function (GH...
2018-07-30  Miss Islington... bpo-33833: Fix ProactorSocketTransport AssertionError...
2018-07-30  Miss Islington... Use 'for example' instead of 'in other words' in compou...
2018-07-30  Miss Islington... Fix typos & formatting in Using Python on Windows doc...
2018-07-30  Miss Islington... bpo-34217: Use lowercase header for Windows (GH-8453)
2018-07-29  Miss Islington... bpo-34035: Fix several AttributeError in zipfile seek...
2018-07-29  Miss Islington... bpo-34182: Fix test_pydoc running as a script. (GH...
2018-07-29  Miss Islington... bpo-31047: Fix ntpath.abspath for invalid paths (GH...
2018-07-29  Steve Dowerbpo-34231: PYTHONBREAKPOINT is not documented on python...
2018-07-29  Steve Dowerbpo-8145: Improve isolation_level documentation (GH...
2018-07-29  Miss Islington... Updated MSI README to mention dependency on .NET 3...
2018-07-29  Miss Islington... bpo-33666: Add what's new entry for os.errno removal...
2018-07-29  Miss Islington... bpo-30237: Output error when ReadConsole is canceled...
2018-07-29  Miss Islington... bpo-34251: Restore msilib.Win64 to preserve compatibili...
2018-07-28  Miss Islington... bpo-29710: Clarify documentation for Bitwise binary...
2018-07-28  Steve Dowerbpo-24356: Specify which Python binary will be used...
2018-07-28  Miss Islington... bpo-33476: Fix _header_value_parser when address group...
2018-07-28  Miss Islington... bpo-33921: Clarify how to bind to all interfaces using...
2018-07-28  Miss Islington... bpo-5978: Document that profiling needs cmd/function...
2018-07-27  Miss Islington... bpo-30722: Fix NEWS entries (GH-8501)
2018-07-27  Miss Islington... vsts: Avoid conflict with Homebrew Python (GH-8430)
2018-07-27  Miss Islington... bpo-12743: Delete comment from marshal.rst (GH-8457)
2018-07-26  Steve Dowerbpo-34225: Ensure INCLUDE and LIB directories do not...
2018-07-26  Miss Islington... bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471)
2018-07-25  Miss Islington... bpo-29097: Forego fold detection on windows for low...
2018-07-25  Miss Islington... bpo-28677: Improve phrasing of when instance attribute...
2018-07-24  Miss Islington... Fix site module documentation. (GH-8441)
2018-07-24  Miss Islington... [3.7] bpo-34136: Make test_do_not_recreate_annotations...
2018-07-24  Miss Islington... bpo-34164: Fix handling of incorrect padding in base64...
2018-07-23  Miss Islington... bpo-34084: Fix setting an error message for the "Barry...
2018-07-23  Miss Islington... bpo-34183: Fix running Lib/test/test_contextlib_async...
2018-07-23  Miss Islington... bpo-34190: Fix reference leak in call_function() (GH...
2018-07-23  Miss Islington... bpo-33468: Add try-finally contextlib.contextmanager...
2018-07-23  Miss Islington... bpo-34184: Fix running Lib/test/test_dataclasses.py...
2018-07-23  Miss Islington... bpo-33336, imaplib: Legalize MOVE command (GH-6569...
2018-07-23  Miss Islington... bpo-25094: Fix test_tools.test_sundry() on Windows...
2018-07-23  Miss Islington... bpo-21446: Update reload fixer to use importlib (GH...
2018-07-23  Miss Islington... bpo-940286: Fix pydoc to show cross refs correctly...
2018-07-22  Serhiy Storchaka[3.7] bpo-34189: Add simple tests for new Tk widget...
2018-07-22  Miss Islington... bpo-34181: Fix running Lib/test/test_typing.py as a...
2018-07-21  Miss Islington... Fix versionchanged indentation in popitem documentation...
2018-07-21  Miss Islington... bpo-34179: Make sure decimal context doesn't affect...
2018-07-21  Miss Islington... bpo-34126: Fix crashes while profiling invalid calls...
2018-07-21  Xtreak[3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. ...
2018-07-21  Miss Islington... bpo-33723: Fix test_time.test_process_time() (GH-8358...
2018-07-21  Miss Islington... bpo-34008: Allow to call Py_Main() after Py_Initialize...
2018-07-20  Miss Islington... bpo-34161: Remove extra parentheses in output formattin...
2018-07-20  Terry Jan Reedybpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH...
2018-07-20  Zachary Ware[3.7] Enable GUI testing on Travis Linux builds via...
2018-07-19  Miss Islington... bpo-32692: Fix test_threading.test_set_and_clear()...
2018-07-18  Victor Stinner[3.7] bpo-34130: Fix 2 race conditions in test_signal...
2018-07-17  Miss Islington... Clarify ValueError's broad applicability (GH-8313)...
2018-07-17  Miss Islington... bpo-34068: _io__IOBase_close_impl could call _PyObject_...
2018-07-17  Miss Islington... bpo-33967: Fix wrong use of assertRaises (GH-8306)
2018-07-17  Miss Islington... bpo-34123: Fix missed documentation update for dict...
2018-07-16  Miss Islington... bpo-34124: Fix markup of message_from_binary_file(...
2018-07-16  Miss Islington... bpo-33967: Remove use of deprecated assertRaisesRegexp...
2018-07-16  Miss Islington... bpo-33911: Fixed deprecation warning in xmlrpc.server...
2018-07-16  Miss Islington... bpo-24618: Add a check in the code constructor. (GH...
2018-07-16  Miss Islington... bpo-34121: Fix detection of C11 atomic support on clang...
2018-07-14  Miss Islington... bpo-34087: Fix buffer overflow in int(s) and similar...
2018-07-13  Miss Islington... bpo-34108: Fix double carriage return in 2to3 on Window...
2018-07-13  Miss Islington... bpo-4260: Document that ctypes.xFUNCTYPE are decorators...
2018-07-12  Miss Islington... bpo-33723: Fix test_time.test_thread_time() (GH-8267)
2018-07-12  Miss Islington... bpo-33716, test_concurrent_futures: increase timeout...
2018-07-11  Miss Islington... bpo-34080: Fix a memory leak in the compiler. (GH-8222)
2018-07-11  Miss Islington... bpo-23927: Make getargs.c skipitem() skipping 'w*'...
2018-07-11  Miss Islington... bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
2018-07-11  Miss Islington... bpo-34092, test_logging: increase SMTPHandlerTest timeo...
2018-07-11  Miss Islington... bpo-34083: Update dict order in Functional HOWTO (GH...
2018-07-11  Miss Islington... Doc: Point to Simple statements section instead of...
2018-07-11  Miss Islington... Dataclasses: Fix example on 30.6.8, add method should...
2018-07-11  Miss Islington... Fix documentation for input and output tutorial (GH...
2018-07-10  Miss Islington... bpo-34009: Expand on platform support changes (GH-8022)
2018-07-10  Miss Islington... bpo-34031: fix incorrect usage of self.fail in two...
2018-07-10  Miss Islington... bpo-33967: Fix singledispatch raised IndexError when...
2018-07-10  Miss Islington... prefix internal sqlite symbols with _pysqlite_ (GH...
2018-07-10  Miss Islington... delete some unused pysqlite forward declarations (GH...
next