]> granicus.if.org Git - python/shortlog
python
2018-08-02 Tal Einatbpo-34120: fix text viewer to call grab_release() only...
2018-08-02 Tal Einatbpo-34120: fix IDLE freezing after closing dialogs...
2018-08-01 Victor Stinnerbpo-31650: Remove _Py_CheckHashBasedPycsMode global...
2018-08-01 Victor Stinnerbpo-34170: Add Python/coreconfig.c for _PyCoreConfig...
2018-08-01 Victor StinnerDefine _Py_NO_RETURN for Microsoft C compiler (GH-8606)
2018-08-01 Victor Stinnerbpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)
2018-08-01 Victor Stinnerbpo-34170: _PyCoreConfig_Read() defaults to argc=0...
2018-08-01 Victor Stinnerbpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH...
2018-08-01 Victor Stinnerbpo-34170: Py_Main() updates config when setting Py_Ins...
2018-08-01 Victor Stinnerbpo-34170: Add _PyCoreConfig._frozen parameter (GH...
2018-07-31 costypetrisorbpo-34113: Fix a crash when using LLTRACE is on (GH...
2018-07-31 MartinAltmayerbpo-34263 Cap timeout submitted to epoll/select etc...
2018-07-31 Raymond Hettingerbpo-33089: Add math.dist() for computing the Euclidean...
2018-07-31 Serhiy Storchakabpo-33871: Fix os.sendfile(), os.writev(), os.readv...
2018-07-31 Serhiy Storchakabpo-33729: Fix issues with arguments parsing in hashlib...
2018-07-31 Serhiy Storchaka Revert "closes bpo-27494: Fix 2to3 handling of trailin...
2018-07-31 Serhiy Storchakabpo-1617161: Make the hash and equality of methods...
2018-07-31 INADA Naokibpo-27671: Update FAQ about why len is function (GH...
2018-07-30 Sergey FedoseevRemove creation of a list for row_cast_map in pysqlite_...
2018-07-30 twisteroid... bpo-33833: Fix ProactorSocketTransport AssertionError...
2018-07-30 Andrés DelfinoUse 'for example' instead of 'in other words' in compou...
2018-07-30 Segev FinerFix typos & formatting in Using Python on Windows doc...
2018-07-30 Peter LamutAdd docstrings to public methods from context.c (GH...
2018-07-30 Elvis Pranskevichusbpo-34075: Deprecate non-ThreadPoolExecutor in loop...
2018-07-29 Bo Baylesbpo-34182: Fix test_pydoc running as a script. (GH...
2018-07-29 Mickaël Schoentgenbpo-34035: Fix several AttributeError in zipfile seek...
2018-07-29 Franz Wöllertbpo-31047: Fix ntpath.abspath for invalid paths (GH...
2018-07-29 Stéphane Wirtelbpo-34231: PYTHONBREAKPOINT is not documented on python...
2018-07-29 Vinay SajipUpdated MSI README to mention dependency on .NET 3...
2018-07-29 Berker Peksagbpo-8145: Improve isolation_level documentation (GH...
2018-07-28 Berker Peksagbpo-34251: Restore msilib.Win64 to preserve compatibili...
2018-07-28 Tim Goldenbpo-42349: Switch to test.support.unlink per review...
2018-07-28 Raymond Hettingerbpo-33089: Multidimensional math.hypot() (GH-8474)
2018-07-28 Elena Oatbpo-24356: Specify which Python binary will be used...
2018-07-28 Dong-hee Nabpo-33476: Fix _header_value_parser when address group...
2018-07-28 INADA Naokibpo-33666: Add what's new entry for os.errno removal...
2018-07-28 johnthagenbpo-33921: Clarify how to bind to all interfaces using...
2018-07-28 Andrés Delfinobpo-5978: Document that profiling needs cmd/function...
2018-07-28 Sanyam Khuranabpo-29710: Clarify documentation for Bitwise binary...
2018-07-27 Berker Peksagbpo-30722: Fix NEWS entries (GH-8501)
2018-07-27 Sergey FedoseevRemove some unused code in _pysqlite_query_execute...
2018-07-27 INADA Naokivsts: Avoid conflict with Homebrew Python (GH-8430)
2018-07-27 Berker Peksagbpo-12743: Delete comment from marshal.rst (GH-8457)
2018-07-26 Tim Goldenbpo-34239: Convert test_bz2 to use tempfile (#8485)
2018-07-26 Victor Stinnerbpo-34170, test_embed: write Py_Initialize() tests...
2018-07-26 Andrés DelfinoFix typo: variables(s) (GH-8482)
2018-07-26 Serhiy Storchakabpo-34201: Tweak test_buffer. (GH-8481)
2018-07-26 Victor Stinnerbpo-34170: Cleanup pymain_read_conf() (GH-8476)
2018-07-26 Steve Dowerbpo-34225: Ensure INCLUDE and LIB directories do not...
2018-07-26 Serhiy Storchakabpo-34201: Make ndarray.readonly a bool and use stricte...
2018-07-26 Serhiy Storchakabpo-20260: Implement non-bitwise unsigned int converter...
2018-07-26 Serhiy Storchakabpo-34197: Make _csv.Dialect attributes booleans. ...
2018-07-26 Victor Stinnerbpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
2018-07-25 chasonbpo-32663 Make SMTPUTF8SimTests run (#5314)
2018-07-25 Victor Stinnerbpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
2018-07-25 Ammar Askarbpo-29097: Forego fold detection on windows for low...
2018-07-25 Berker Peksagbpo-13041: Use shutil.get_terminal_size() in argparse...
2018-07-25 Aaron Angbpo-28677: Improve phrasing of when instance attribute...
2018-07-25 Tim Goldenbpo-34195: Fix case-sensitive comparison in test_nt_hel...
2018-07-25 Serhiy Storchakabpo-34218: Fix a leak in _elementtree.c introduced...
2018-07-25 Victor Stinnerbpo-34170: Cleanup pymain_run_python() (GH-8455)
2018-07-25 Victor Stinnerbpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
2018-07-25 erikjanssbpo-34217: Use lowercase header for Windows (GH-8453)
2018-07-24 Victor Stinnerbpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
2018-07-24 MariattaFix site module documentation. (GH-8441)
2018-07-24 Serhiy Storchakabpo-34136: Make test_do_not_recreate_annotations more...
2018-07-24 Victor Stinnerbpo-34170: Add _PyCoreConfig.isolated (GH-8417)
2018-07-24 Serhiy Storchakabpo-34164: Fix handling of incorrect padding in base64...
2018-07-24 Serhiy Storchakabpo-29209: Remove old-deprecated features in ElementTre...
2018-07-24 Serhiy Storchakabpo-33720: Refactor marshalling/unmarshalling floats...
2018-07-24 Alexander Marshalovbpo-34149: Behavior of the min/max with key=None (GH...
2018-07-23 Matthias Bussonnierbpo-33468: Add try-finally contextlib.contextmanager...
2018-07-23 Serhiy Storchakabpo-32500: Fix error messages for sequence and mapping...
2018-07-23 Serhiy Storchakabpo-34084: Fix setting an error message for the "Barry...
2018-07-23 Serhiy Storchakabpo-34183: Fix running Lib/test/test_contextlib_async...
2018-07-23 Serhiy Storchakabpo-34184: Fix running Lib/test/test_dataclasses.py...
2018-07-23 jdemeyerbpo-34190: Fix reference leak in call_function() (GH...
2018-07-23 Matěj Ceplbpo-33336, imaplib: Legalize MOVE command (GH-6569)
2018-07-23 Victor Stinnerbpo-25094: Fix test_tools.test_sundry() on Windows...
2018-07-23 Victor StinnerAppVeyor: build Python in 64-bit mode (GH-8363)
2018-07-23 Berker Peksagbpo-21446: Update reload fixer to use importlib (GH...
2018-07-23 Berker Peksagbpo-940286: Fix pydoc to show cross refs correctly...
2018-07-22 Xtreakbpo-34127: Fix grammar in error message with respect...
2018-07-22 Serhiy Storchakabpo-34189: Fix checking for bugfix Tcl version. (GH...
2018-07-22 Serhiy Storchakabpo-34189: Add simple tests for new Tk widget options...
2018-07-21 Andrés DelfinoFix versionchanged indentation in popitem documentation...
2018-07-21 Serhiy Storchakabpo-34181: Fix running Lib/test/test_typing.py as a...
2018-07-21 Bo Baylesbpo-34179: Make sure decimal context doesn't affect...
2018-07-21 jdemeyerbpo-34126: Fix crashes while profiling invalid calls...
2018-07-21 Xtreakbpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
2018-07-21 Serhiy Storchakabpo-34136: Make test_do_not_recreate_annotations more...
2018-07-21 Victor Stinnerbpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag...
2018-07-21 Victor StinnerFix Windows compiler warning in tokenize.c (GH-8359)
2018-07-21 Victor Stinnerbpo-33723: Fix test_time.test_process_time() (GH-8358)
2018-07-21 Victor Stinnerbpo-34170: Rework _PyCoreConfig_Read() to avoid side...
2018-07-20 Vinay Sajipbpo-34011: Update code copying DLLs and init.tcl into...
2018-07-20 Aaqa IshtyaqRemove extra parentheses in output formatting tutorial...
2018-07-20 Victor Stinnerbpo-34008: Allow to call Py_Main() after Py_Initialize...
2018-07-20 Terry Jan Reedybpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH...
2018-07-19 ValeriyaSinevichbpo-30237: Output error when ReadConsole is canceled...
next