]> granicus.if.org Git - python/shortlog
python
2018-08-06 Miss Islington... bpo-34319: Clarify file handler closure in pathlib...
2018-08-06 Serhiy Storchaka[3.6] bpo-34272: Move argument parsing tests from test_...
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 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 Pablo Galindobpo-30317: Fix multiprocessing test_timeout() (GH-8621)
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-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.6] bpo-34263 Cap timeout submitted to epoll/select...
2018-07-31 Serhiy Storchaka[3.6] bpo-33871: Fix os.sendfile(), os.writev(), os...
2018-07-31 Miss Islington... bpo-27671: Update FAQ about why len is function (GH...
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-29 Miss Islington... Updated MSI README to mention dependency on .NET 3...
2018-07-29 Steve Dowerbpo-30237: Output error when ReadConsole is canceled...
2018-07-29 Miss Islington... bpo-8145: Improve isolation_level documentation (GH...
2018-07-29 Miss Islington... bpo-34225: Ensure INCLUDE and LIB directories do not...
2018-07-28 Miss Islington... bpo-29710: Clarify documentation for Bitwise binary...
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 Andrés Delfino[3.6] bpo-5978: Document that profiling needs cmd/funct...
2018-07-27 Berker Peksagbpo-30722: Fix NEWS entry (GH-8501)
2018-07-27 Ammar Askar[3.6] bpo-29097: Forego fold detection on windows for...
2018-07-27 INADA Naokibpo-34177: vsts: Avoid conflict with Homebrew Python...
2018-07-27 Miss Islington... bpo-12743: Delete comment from marshal.rst (GH-8457)
2018-07-26 Miss Islington... bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470)
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 Serhiy Storchaka[3.6] bpo-34164: Fix handling of incorrect padding...
2018-07-24 Miss Islington... [3.6] bpo-34136: Make test_do_not_recreate_annotations...
2018-07-23 Miss Islington... bpo-34084: Fix setting an error message for the "Barry...
2018-07-23 Miss Islington... bpo-33468: Add try-finally contextlib.contextmanager...
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-940286: Fix pydoc to show cross refs correctly...
2018-07-22 Serhiy Storchaka[3.6] bpo-34189: Add simple tests for new Tk widget...
2018-07-21 Miss Islington... bpo-34179: Make sure decimal context doesn't affect...
2018-07-21 Miss Islington... bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
2018-07-20 Terry Jan Reedy[3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7...
2018-07-20 Zachary Ware[3.6] 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 Miss Islington... bpo-34130: Fix test_signal.test_socket() (GH-8326)...
2018-07-17 Miss Islington... Clarify ValueError's broad applicability (GH-8313)...
2018-07-17 Serhiy Storchakabpo-24618: Add a check in the code constructor. (GH...
2018-07-17 Serhiy Storchakabpo-34068: _io__IOBase_close_impl could call _PyObject_...
2018-07-17 Miss Islington... bpo-33967: Fix wrong use of assertRaises (GH-8306)
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 Benjamin Peterson[3.6] bpo-34121: Fix detection of C11 atomic support...
2018-07-14 INADA Naokibpo-34087: Backport tests for int/float/complex (GH...
2018-07-13 Miss Islington... bpo-4260: Document that ctypes.xFUNCTYPE are decorators...
2018-07-12 Victor Stinnerbpo-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 Victor Stinnerbpo-34092, test_logging: increase SMTPHandlerTest timeo...
2018-07-11 Miss Islington... Doc: Point to Simple statements section instead of...
2018-07-11 Miss Islington... Fix documentation for input and output tutorial (GH...
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 Benjamin Peterson[3.6] prefix internal sqlite symbols with _pysqlite_...
2018-07-10 Miss Islington... delete some unused pysqlite forward declarations (GH...
2018-07-09 Serhiy Storchaka[3.6] bpo-34066: Disabled interruption before SETUP_WIT...
2018-07-09 Miss Islington... Fixed several assertTrue() that were intended to be...
2018-07-09 Miss Islington... bpo-26544: Fixed implementation of platform.libc_ver...
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-07 Miss Islington... bpo-33888: Use CPython instead of Python in the FAQ...
2018-07-07 Benjamin Peterson[3.6] closes bpo-34050: Fix link in SSL docs (GH-8173...
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... Add missing closing parentheses (GH-8144)
2018-07-07 Miss Islington... Fix moduleauthor/sectionauthor directives in Enum ...
2018-07-07 Miss Islington... Make various internal _testbuffer symbols static. ...
2018-07-07 Dong-hee Na[3.6] bpo-34065: Improve the markup of logging.basicCon...
2018-07-07 Miss Islington... Make two PyModuleDef_Slot symbols static in _testmultip...
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.6] bpo-33899: Make tokenize module mirror end-of...
2018-07-06 Miss Islington... Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper...
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-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... 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 Xtreak[3.6] bpo-33978: Close existing handlers before logging...
2018-06-30 Miss Islington... Doc: Remove unused image file (GH-8027)
next