]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2018-07-09  Miss Islington... Move Code_of_Conduct.rst to the root level. (GH-8209)
2018-07-09  Miss Islington... bpo-24459: Document missing env variables in python...
2018-07-09  Miss Islington... bpo-22689: Copy the result of getenv() in sys_breakpoin...
2018-07-09  Miss Islington... Fixed several assertTrue() that were intended to be...
2018-07-09  Miss Islington... bpo-34067: Include a more easily understood example...
2018-07-09  Miss Islington... bpo-28626: rearrange discussion of output formatting...
2018-07-09  Miss Islington... bpo-34066: Disabled interruption before SETUP_WITH...
2018-07-09  Serhiy Storchaka[3.7] bpo-26544: Fixed implementation of platform.libc_...
2018-07-09  Miss Islington... Fix margin in sentinel and mock_open (GH-8188)
2018-07-08  Marcin Niemirabpo-34061: Document sqlite3.NotSupportedError (GH-8172)
2018-07-08  Miss Islington... bpo-31014: Fix the webbrowser module. (GH-7267)
2018-07-07  Miss Islington... bpo-33888: Use CPython instead of Python in the FAQ...
2018-07-07  Miss Islington... closes bpo-34050: Fix link in SSL docs (GH-8173)
2018-07-07  Miss Islington... Make PySimpleQueueType static. (GH-8175)
2018-07-07  Miss Islington... bpo-33702: Add some missing links in production lists...
2018-07-07  Miss Islington... bpo-33804: Document that the argument for io.TextIOBase...
2018-07-07  Miss Islington... Fix moduleauthor/sectionauthor directives in Enum ...
2018-07-07  Miss Islington... Add missing closing parentheses (GH-8144)
2018-07-07  Miss Islington... Make various internal _testbuffer symbols static. ...
2018-07-07  Dong-hee Na[3.7] bpo-34065: Improve the markup of logging.basicCon...
2018-07-07  Miss Islington... Fix typo in TypeVar docstring (GH-8142)
2018-07-07  Miss Islington... Make two PyModuleDef_Slot symbols static in _testmultip...
2018-07-07  Miss Islington... closes bpo-34056: Always return bytes from _HackedGetDa...
2018-07-06  Miss Islington... bpo-34042: Fix dict.copy() to maintain correct total...
2018-07-06  Miss Islington... bpo-34054: multiprocessing uses time.monotonic() (GH...
2018-07-06  Miss Islington... fix two typos in Objects/odictobject.c comments (GH...
2018-07-06  Ammar Askar[3.7] bpo-33899: Make tokenize module mirror end-of...
2018-07-06  Miss Islington... Fix GCC warning in Python/hamt.c (GH-7618)
2018-07-06  Miss Islington... Doc: Remove superfluous markup. (GH-8112)
2018-07-06  Julien PalardUpdate Stackless Python wiki URL (GH-8072)
2018-07-06  Miss Islington... Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper...
2018-07-05  Miss Islington... Fix typo in dataclasses documentation (GH-8102)
2018-07-05  Victor Stinnerbpo-34044: subprocess.Popen copies startupinfo (GH...
2018-07-05  Xtreakbpo-33988: Fix test_warnings using -W error (GH-7985)
2018-07-05  Miss Islington... Fix fuzz testing for marshal.loads(). (GH-8106)
2018-07-05  Miss Islington... bpo-33720: Improve tests for the stack overflow in...
2018-07-05  Miss Islington... Removed unused import from tzinfo_examples.py. (GH...
2018-07-04  Miss Islington... bpo-30516: Fix documentation issue with -timedelta...
2018-07-04  Miss Islington... bpo-32942: Fix environment dependent test_script_helper...
2018-07-04  Miss Islington... bpo-34040, multiprocessing: Fix test_forkserver_sigkill...
2018-07-04  Miss Islington... bpo-34010: Fix tarfile read performance regression...
2018-07-04  Miss Islington... Make GenericAlias_Type and Generic_Type static. (GH...
2018-07-04  Miss Islington... Don't export pending_threadfunc from _testcapi. (GH...
2018-07-03  Miss Islington... bpo-24596: Decref module in PyRun_SimpleFileExFlags...
2018-07-03  Miss Islington... bpo-34018: Doc'd that type names of SQLite converters...
2018-07-03  Miss Islington... bpo-34019: Fix wrong arguments for Opera Browser (GH...
2018-07-03  Miss Islington... bpo-33735: Fix test_multiprocessing random failure...
2018-07-02  Miss Islington... bpo-34006: Revert line length limit for Windows help...
2018-07-02  Chris Cogdonbpo-33961: Adjusted dataclasses docs to correct excepti...
2018-07-02  Miss Islington... bpo-33978: Close existing handlers before logging ...
2018-06-30  Miss Islington... Doc: Remove unused image file (GH-8027)
2018-06-30  Miss Islington... bpo-25862: Fix several bugs in the _io module. (GH...
2018-06-30  Miss Islington... bpo-32568: make select.epoll() and its docs consistent...
2018-06-30  Miss Islington... bpo-33974: Fix passing special characters to ttk widget...
2018-06-29  Miss Islington... Fix redundant declaration of _PyImport_AddModuleObject...
2018-06-29  Miss Islington... bpo-25862: Fix assertion failures in io.TextIOWrapper...
2018-06-29  Miss Islington... Fix the indentation in the documentation of bin() and...
2018-06-29  Miss Islington... bpo-14117: Make minor tweaks to turtledemo (GH-8002)
2018-06-29  Miss Islington... bpo-27500: Fix static version of getaddrinfo to resolve...
2018-06-28  Miss Islington... bpo-31546: Fix input hook integration (GH-7978)
2018-06-28  Miss Islington... bpo-33985: Implement ContextVar.name attribute. (GH...
2018-06-28  Miss Islington... bpo-32996: Enhancements to What's New based on feedback...
2018-06-28  Ned DeilyFix NEWS entry for bpo-31647
2018-06-28  Miss Islington... bpo-33958: Doc: Remove unused variable in example ...
2018-06-27  Ned Deilystart 3.7.0+
2018-06-27  Ned DeilyMerge 3.7.0 final changes
2018-06-27  Miss Islington... bpo-33715: Fix multiprocessing test_wait_result() ...
next