]> granicus.if.org Git - python/shortlog
python
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...
2018-07-19 Victor Stinnerbpo-32692: Fix test_threading.test_set_and_clear()...
2018-07-18 Victor Stinnerbpo-34130: Fix test_signal.test_warn_on_full_buffer...
2018-07-18 Victor Stinnerbpo-34130: Fix test_signal.test_socket() (GH-8326)
2018-07-18 Serhiy Storchakabpo-34141: Optimized pickling simple non-recursive...
2018-07-17 Raymond HettingerClarify ValueError's broad applicability (GH-8313)
2018-07-17 Zackery Spytzbpo-34068: _io__IOBase_close_impl could call _PyObject_...
2018-07-17 INADA Naokibpo-33967: Fix wrong use of assertRaises (GH-8306)
2018-07-17 Raymond Hettingerbpo-34123: Fix missed documentation update for dict...
2018-07-16 Jon Ribbensbpo-34124: Fix markup of message_from_binary_file(...
2018-07-16 Antoine Pitroubpo-32430: Rename Modules/Setup.dist to Modules/Setup...
2018-07-16 Nicolas Noébpo-33911: Fixed deprecation warning in xmlrpc.server...
2018-07-16 Serhiy Storchakabpo-24618: Add a check in the code constructor. (GH...
2018-07-16 Benjamin Petersonbpo-34121: Fix detection of C11 atomic support on clang...
2018-07-14 INADA Naokibpo-34087: Fix buffer overflow in int(s) and similar...
2018-07-13 Jason R. Coombsbpo-34108: Fix double carriage return in 2to3 on Window...
2018-07-13 Andrés Delfinobpo-4260: Document that ctypes.xFUNCTYPE are decorators...
2018-07-12 Victor Stinnerbpo-33723: Fix test_time.test_thread_time() (GH-8267)
2018-07-12 Zackery Spytzbpo-33967: Remove use of deprecated assertRaisesRegexp...
2018-07-11 Serhiy Storchakabpo-34080: Fix a memory leak in the compiler. (GH-8222)
2018-07-11 Zachary WareEnable GUI testing on Travis Linux builds via Xvfb...
2018-07-11 Serhiy Storchakabpo-23927: Make getargs.c skipitem() skipping 'w*'...
2018-07-11 Eitan Adlerbpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
2018-07-11 Victor Stinnerbpo-34092, test_logging: increase SMTPHandlerTest timeo...
2018-07-11 Derek B. KimSimplify __all__ in multiprocessing (GH-6856)
2018-07-11 Stig Johan... bpo-34083: Update dict order in Functional HOWTO (GH...
2018-07-11 Andrés DelfinoDoc: Point to Simple statements section instead of...
2018-07-11 Chih-Hsuan Yenbpo-29442: Replace optparse with argparse in setup...
2018-07-11 INADA Naokibpo-33597: Add What's New for PyGC_Head (GH-8236)
2018-07-11 Tom FaulknerDataclasses: Fix example on 30.6.8, add method should...
2018-07-11 Lysandros NikolaouFix documentation for input and output tutorial (GH...
2018-07-10 Nick Coghlanbpo-34009: Expand on platform support changes (GH-8022)
2018-07-10 Raymond HettingerFactor-out two substantially identical code blocks...
2018-07-10 Bradley Laneybpo-34031: fix incorrect usage of self.fail in two...
2018-07-10 INADA Naokibpo-33597: Reduce PyGC_Head size (GH-7043)
2018-07-10 Dong-hee Nabpo-33967: Fix singledispatch raised IndexError when...
2018-07-10 Benjamin Petersonprefix internal sqlite symbols with _pysqlite_ (GH...
2018-07-10 Benjamin Petersondelete some unused pysqlite forward declarations (GH...
2018-07-09 MariattaMove Code_of_Conduct.rst to the root level. (GH-8209)
2018-07-09 Berker Peksagbpo-11572: Make minor improvements to copy module ...
2018-07-09 Berker Peksagbpo-24459: Document missing env variables in python...
2018-07-09 Serhiy Storchakabpo-22689: Copy the result of getenv() in sys_breakpoin...
2018-07-09 Sergey FedoseevFixed several assertTrue() that were intended to be...
2018-07-09 Daniel Porteousbpo-34067: Include a more easily understood example...
2018-07-09 Serhiy Storchakabpo-34066: Disabled interruption before SETUP_WITH...
2018-07-09 Serhiy Storchakabpo-33305: Improve SyntaxError for invalid numerical...
2018-07-09 Serhiy Storchakabpo-26544: Fixed implementation of platform.libc_ver...
2018-07-09 Andrés DelfinoFix margin in sentinel and mock_open (GH-8188)
2018-07-08 Marcin Niemirabpo-34061: Document sqlite3.NotSupportedError (GH-8172)
2018-07-08 Serhiy Storchakabpo-31014: Fix the webbrowser module. (GH-7267)
2018-07-08 Sergey Fedoseevbpo-34041: Allow creating deterministic functions in...
2018-07-07 Andrés Delfinobpo-33888: Use CPython instead of Python in the FAQ...
2018-07-07 Marcin Niemiracloses bpo-34050: Fix link in SSL docs (GH-8173)
2018-07-07 Benjamin PetersonMake PySimpleQueueType static. (GH-8175)
2018-07-07 Andrew Kuchlingbpo-28626: rearrange discussion of output formatting...
2018-07-07 Andrés Delfinobpo-33702: Add some missing links in production lists...
2018-07-07 Andrés Delfinobpo-33804: Document that the argument for io.TextIOBase...
2018-07-07 Andrés DelfinoFix moduleauthor/sectionauthor directives in Enum ...
2018-07-07 Andrés DelfinoAdd missing closing parentheses (GH-8144)
2018-07-07 Benjamin PetersonMake various internal _testbuffer symbols static. ...
2018-07-07 João D. FerreiraFix typo in TypeVar docstring (#8142)
2018-07-07 Dong-hee Nabpo-34065: Improve the markup of logging.basicConfig...
2018-07-07 Benjamin PetersonHide some symbols from _xxsubinterpreters. (GH-8151)
2018-07-07 Benjamin PetersonMake two PyModuleDef_Slot symbols static in _testmultip...
2018-07-07 Benjamin Petersoncloses bpo-34056: Always return bytes from _HackedGetDa...
2018-07-06 INADA Naokibpo-23493: json: Change sort_keys in Python encoder...
2018-07-06 Yury Selivanovbpo-34042: Fix dict.copy() to maintain correct total...
2018-07-06 Raymond HettingerClarify that example in comment is about fromkeys(...
2018-07-06 Victor Stinnerbpo-34054: multiprocessing uses time.monotonic() (GH...
2018-07-06 Robert Krzyzanowskifix two typos in Objects/odictobject.c comments (GH...
2018-07-06 Tal Einatbpo-20180: complete AC conversion of Objects/stringlib...
2018-07-06 Julien PalardDoc: Remove superfluous markup. (GH-8112)
2018-07-06 Zackery SpytzFix GCC warning in Python/hamt.c (GH-7618)
next