]> granicus.if.org Git - python/shortlog
python
2017-11-20 Victor Stinnerbpo-32094: Update subprocess for -X dev (#4480)
2017-11-20 Yury Selivanovbpo-32066: Support pathlib.Path in create_unix_connecti...
2017-11-20 Victor Stinnerbpo-32088: Display Deprecation in debug mode (#4474)
2017-11-20 Victor Stinnerbpo-32050: Fix -x option documentation (#4475)
2017-11-20 Victor Stinnerbpo-32047: -X dev enables asyncio debug mode (#4418)
2017-11-20 Riccardo MagliocchettiRemove duplicated import from datetime tests (#4444)
2017-11-19 Vinay Sajipbpo-30904: Removed duplicated Host: header. (#4465)
2017-11-19 Berker PeksagRemove outdated .pyo reference from msilib docs (GH...
2017-11-19 Masayuki YamamotoDocument parameters of BaseServer.finish_request()...
2017-11-18 Moses Koledoye[Doc] Update opcode for var-positional arguments (...
2017-11-18 xdegayebpo-32031: Fix pydoc `test_mixed_case_module_names_are_...
2017-11-18 xdegayebpo-29185: Fix `test_distutils` failures on Android...
2017-11-18 xdegayebpo-29184: Skip test_socketserver tests on PermissionEr...
2017-11-18 Andrew Svetlovbpo-32069: Drop legacy SSL transport (#4451)
2017-11-17 Henk-Jaap Wagenaarbpo-31867: Remove duplicates in default mimetypes....
2017-11-17 Victor Stinnertokenizer: Remove unused tabs options (#4422)
2017-11-16 native-apibpo-31691: Specify where to find build instructions...
2017-11-16 Erik BrayFix typo in atexit documentation. (GH-4419)
2017-11-16 Serhiy Storchakabpo-31702: Allow to specify rounds for SHA-2 hashing...
2017-11-16 Victor Stinnerbpo-32043: New "developer mode": "-X dev" option (...
2017-11-16 Serhiy Storchakabpo-30349: Raise FutureWarning for nested sets and...
2017-11-16 Serhiy Storchakabpo-32037: Use the INT opcode for 32-bit integers in...
2017-11-16 Serhiy Storchakabpo-30143: 2to3 now generates a code that uses abstract...
2017-11-16 Victor Stinnerbpo-32030: Enhance Py_Main() (#4412)
2017-11-15 Victor Stinnerbpo-32030: Split Py_Main() into subfunctions (#4399)
2017-11-15 Yury Selivanovbpo-32034: Make IncompleteReadError & LimitOverrunError...
2017-11-15 Antoine Pitroubpo-32025: Add time.thread_time() (#4410)
2017-11-15 Dong-hee Nabpo-32018: Fix inspect.signature repr to follow PEP...
2017-11-15 Serhiy Storchakabpo-30399: Get rid of trailing comma in the repr of...
2017-11-15 Serhiy Storchakabpo-30950: Convert round() to Argument Clinic. (#2740)
2017-11-15 Serhiy Storchakabpo-32011: Revert "Issue #15480: Remove the deprecated...
2017-11-15 Serhiy Storchakabpo-32023: Disallow genexprs without parenthesis in...
2017-11-15 Serhiy Storchakabpo-31949: Fixed several issues in printing tracebacks...
2017-11-15 Serhiy Storchakabpo-32032: Test both implementations of module-level...
2017-11-15 sanjaypChanged lambda to str.strip in _strip_spaces in logging...
2017-11-15 Serhiy Storchakabpo-32012: Disallow trailing comma after genexpr withou...
2017-11-14 Jesse-Bakkerbpo-31948: Fix broken links in msilib docs (GH-4397)
2017-11-14 Serhiy Storchakabpo-15606: Improve the re.VERBOSE documentation. (...
2017-11-14 Andrey Egorovbpo-32015: Asyncio looping during simultaneously socket...
2017-11-14 Mat Mbpo-32020: arraymodule: Correct missing Py_DECREF in...
2017-11-13 Sanyam Khuranabpo-16055: Fixes incorrect error text for int('1',...
2017-11-13 Serhiy Storchakabpo-31979: Simplify transforming decimals to ASCII...
2017-11-13 Yury Selivanovbpo-28369: Enhance transport socket check in add_reader...
2017-11-13 Mat Mbpo-32013: _pickle: Add missing Py_DECREF in error...
2017-11-13 Benjamin Petersonremove detect_math_libs (#4383)
2017-11-12 xdegayebpo-29181: Skip test_tarfile tests on PermissionError...
2017-11-12 xdegayebpo-29180: Skip test_os tests on PermissionError raised...
2017-11-12 xdegayebpo-28759: Skip some tests on PermissionError raised...
2017-11-12 xdegayebpo-30696: Fix the REPL looping endlessly when no memor...
2017-11-12 xdegayebpo-28180: Fix the implementation of PEP 538 on Android...
2017-11-11 Serhiy StorchakaMove comments in configure.ac to more appropriate place...
2017-11-11 Edward BettsThe termios man page is in section 3 (GH-2450)
2017-11-11 Berker PeksagRemove redundant 'exc = True' line (GH-4357)
2017-11-11 Serhiy Storchakabpo-31572: Get rid of _PyObject_HasAttrId() in the...
2017-11-11 Serhiy Storchakabpo-31572: Get rid of _PyObject_HasAttrId() in dict...
2017-11-11 Serhiy Storchakabpo-31572: Silence only AttributeError when get the...
2017-11-11 Serhiy Storchakabpo-31572: Don't silence unexpected errors in the _warn...
2017-11-11 Serhiy StorchakaAdd the const qualifier to "char *" variables that...
2017-11-10 Pablo Galindobpo-31824: Document default value of 'errors' parameter...
2017-11-10 benfoglebpo-31976: Fix race condition when flushing a file...
2017-11-10 Yury SelivanovRewrite asyncio test to be more meaningful (#4363)
2017-11-10 Brian Curtinbpo-31985: Deprecate openfp in aifc, sunau, and wave...
2017-11-10 Serhiy Storchakabpo-31999: Fix test_venv in case the zlib module is...
2017-11-10 Serhiy Storchakabpo-31998: Fix test_zipapp in case the zlib module...
2017-11-09 Paul Gansslebpo-31222: Make (datetime|date|time).replace return...
2017-11-09 Cody ScottFix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
2017-11-09 Ned BatchelderCorrect the location of a function mentioned in a comme...
2017-11-09 Serhiy Storchakabpo-31927: Fix bugs in socketmodule.c on NetBSD and...
2017-11-09 Antoine PitrouSilence error output in test_concurrent_futures (bpo...
2017-11-08 Victor StinnerReplace KB unit with KiB (#4293)
2017-11-08 Berker Peksagbpo-11063: Use more reliable way to check if uuid funct...
2017-11-08 Berker Peksagbpo-11063: Add a configure check for uuid_generate_time...
2017-11-08 Tom Floyerbpo-31810: added missing keywords to docs. (#4140)
2017-11-08 Petr Viktorinbpo-29179: Document the Py_UNUSED macro (#4341)
2017-11-08 xdegayebpo-31934: Abort when building out of a not clean sourc...
2017-11-08 Jamesbpo-31884 subprocess: add Windows constants for process...
2017-11-08 Victor Stinnerbpo-31338: C API intro: add missing versionadded (...
2017-11-08 Berker PeksagFix broken link in Doc/whatsnew/3.7.rst (GH-4335)
2017-11-08 Petr ViktorinDocs: Mention that Py_UNREACHABLE was added in 3.7...
2017-11-08 Sanyam Khuranabpo-21862: Add -m option to cProfile for profiling...
2017-11-07 Simon WillisonRemove unused var from CheckCancelOperation test (GH...
2017-11-07 Justus SchwabedalAdded :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
2017-11-07 Suren Nihalanibpo-31620: have asyncio/queues not leak memory when...
2017-11-07 Barry WarsawFix a typo (#4323)
2017-11-07 Julien Palardbpo-31793: Doc: Specialize smart-quotes for Japanese...
2017-11-07 Antoine Pitroubpo-31970: Reduce performance overhead of asyncio debug...
2017-11-07 Jelle Zijlstrabpo-31965: fix doc for multiprocessing.connection.Clien...
2017-11-07 Antoine Pitroubpo-31960: Fix asyncio.Future documentation for thread...
2017-11-07 Serhiy StorchakaFix the sizeof test for dicts with shared keys. (#4311)
2017-11-07 Berker Peksagbpo-20486: Implement Database.Close() method in msilib...
2017-11-07 Serhiy Storchakabpo-31626: Mark ends of the reallocated block in debug...
2017-11-07 Zackery SpytzFix a memory leak in _msi.c (#4127)
2017-11-07 Antoine Pitroubpo-31950: Improve event loop policy doc (#4306)
2017-11-07 Marat SharafutdinovAdd asyncio.Handle.cancelled() method (#2388)
2017-11-07 Serhiy Storchakabpo-31415: Improve error handling and caching of the...
2017-11-07 Mariattabpo-28791: Update Windows builds to use SQLite 3.21...
2017-11-07 Barry WarsawFix a minor typo and hyphenate "multi-threading" (...
2017-11-07 Anders Lorentsenbpo-31843: sqlite3.connect() now accepts PathLike objec...
2017-11-07 Oren Milmanbpo-31764: Prevent a crash in sqlite3.Cursor.close...
2017-11-07 Oren Milmanbpo-31770: Prevent a crash and refleaks when calling...
next