]> granicus.if.org Git - python/shortlog
python
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)
2018-06-30 Miss Islington... bpo-25862: Fix several bugs in the _io module. (GH...
2018-06-30 Tal Einat[3.6] bpo-32568: make select.epoll() and its docs consi...
2018-06-30 Miss Islington... bpo-33974: Fix passing special characters to ttk widget...
2018-06-29 Zackery Spytz[3.6] bpo-25862: Fix assertion failures in io.TextIOWra...
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-33958: Doc: Remove unused variable in example ...
2018-06-27 Ned DeilyFix NEWS entry for bpo-31647
2018-06-27 Ned Deilystart 3.6.6+
2018-06-27 Ned DeilyMerge 3.6.6 final changes
2018-06-27 Miss Islington... bpo-33715: Fix multiprocessing test_wait_result() ...
2018-06-27 Victor Stinnerbpo-33913: Fix test_multiprocessing_main_handling ...
2018-06-27 Miss Islington... bpo-30356: Fix test_mymanager_context() of multiprocess...
2018-06-27 Miss Islington... bpo-24567: Random subnormal.diff (GH-7954) (GH-7956)
2018-06-27 Miss Islington... bpo-30317, test_multiprocessing: fix test_timeout(...
2018-06-27 Miss Islington... bpo-33975: Avoid small type when running IDLE's htests...
2018-06-27 Miss Islington... use rich markup for PEP reference (GH-7939)
2018-06-27 Ned Deilybpo-29514: Make magic number test work for candidates...
2018-06-27 Miss Islington... bpo-33956: update vendored expat to 2.2.5 (GH-7925)
2018-06-26 Ned Deily3.6.6 final v3.6.6
2018-06-26 Victor Stinnerbpo-33873: Backport regrtest from master to 3.7 (GH...
2018-06-26 Miss Islington... bpo-33924: Add missed mac-specific 'windows' to 'window...
2018-06-25 Miss Islington... [3.6] bpo-33573: docs to suggest median() alternatives...
2018-06-25 Miss Islington... bpo-33952: Fix typo in str.upper() documentation (GH...
next