]> granicus.if.org Git - python/shortlog
python
2018-12-03 Chris Withersbpo-35226: Fix equality for nested unittest.mock.call...
2018-12-03 Andrew Svetlovbpo-35380: Enable TCP_NODELAY for proactor event loop...
2018-12-03 Victor Stinnerbpo-35373: Fix PyInit_time() error handling (GH-10865)
2018-12-03 Victor Stinnerbpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME...
2018-12-03 Serhiy Storchakabpo-35372: Fix the code page decoder for input > 2...
2018-12-03 Zackery Spytzbpo-10320: Replace nonstandard sprintf() length modifie...
2018-12-03 Xtreakbpo-32153: Add unit test for create_autospec with parti...
2018-12-02 Ismo Toijalabpo-35341: Add generic version of OrderedDict to typing...
2018-12-01 Serhiy Storchakabpo-35371: Fix possible crash in os.utime() on Windows...
2018-12-01 Xtreakbpo-31177: Skip deleted attributes while calling reset_...
2018-12-01 Victor StinnerFix compiler warning in structseq_repr() (GH-10841)
2018-11-30 Victor Stinnerget_gmtoff() now returns time_t (GH-10838)
2018-11-30 Victor Stinnerbpo-35352: Cleanup test_asyncio/utils.py (GH-10831)
2018-11-30 stratakisbpo-35352: test_asyncio uses the certificate set from...
2018-11-30 Siddhesh Poyarekarbpo-33015: Fix UB in pthread PyThread_start_new_thread...
2018-11-30 Victor StinnerFix compiler warning in call_readline() (GH-10820)
2018-11-30 E KawashimaFix signature of xml.dom.minidom.Document.toprettyxml...
2018-11-30 Victor Stinnerbpo-35347: Cleanup test_socket.NonBlockingTCPTests...
2018-11-30 Victor Stinnerbpo-35347: Fix test_socket.NonBlockingTCPTests (GH...
2018-11-30 Victor Stinnerbpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
2018-11-30 Kevin AdlerFix typo in Memory Management doc. (GH-10798)
2018-11-30 Zackery Spytzbpo-35356: Fix a possible reference leak in nis.maps...
2018-11-29 Pablo Galindobpo-34279, regrtest: Issue a warning if no tests have...
2018-11-29 XtreakUse assertEqual to fix DeprecationWarning. (GH-10794)
2018-11-29 INADA Naokibpo-30167: Remove __cached__ from __main__ when removin...
2018-11-29 Eddie Elizondobpo-16086: Fix PyType_GetFlags() documentation (GH...
2018-11-29 Victor Stinnerbpo-35345: Remove platform.popen() (GH-10781)
2018-11-29 Victor Stinnerbpo-28167: Remove platform._dist_try_harder() (GH-10787)
2018-11-29 Victor Stinnerbpo-35189, bpo-35316: Make test_eintr less strict ...
2018-11-28 Victor Stinnerbpo-33723: Remove busy loop from test_time (GH-10773)
2018-11-28 INADA Naokibpo-34100: compile: Re-enable frozenset merging (GH...
2018-11-28 Victor Stinnerbpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITE...
2018-11-28 Victor Stinnerbpo-35134: Create Include/cpython/tupleobject.h (GH...
2018-11-28 Victor Stinnerbpo-34523, bpo-35322: Fix unicode_encode_locale() ...
2018-11-28 Victor Stinnerbpo-35240: Add "doctest" job to Travis CI (GH-10753)
2018-11-28 Victor Stinnerbpo-33676: Fix dangling thread in _test_multiprocessing...
2018-11-27 Victor Stinnerbpo-35134: Don't define types twice in header files...
2018-11-27 Serhiy Storchakabpo-33012: Fix more invalid function cast warnings...
2018-11-27 Anthony Sottilebpo-35312: Make lib2to3.pgen2.parse.ParseError round...
2018-11-27 Serhiy Storchakabpo-33029: Fix signatures of getter and setter function...
2018-11-27 Victor Stinnerbpo-34100: Partially revert merge_consts_recursive...
2018-11-27 Victor Stinnerbpo-35134: Update "make tags": add Include/cpython...
2018-11-27 Victor Stinnerbpo-33954: Fix compiler warning in _PyUnicode_FastFill...
2018-11-27 Victor Stinnerbpo-35317: Fix mktime() error in test_email (GH-10721)
2018-11-27 Serhiy Storchakabpo-33012: Fix invalid function cast warnings with...
2018-11-27 Serhiy Storchakabpo-33012: Fix signatures of METH_NOARGS funstions...
2018-11-27 Serhiy Storchakabpo-33012: Fix invalid function cast warnings with...
2018-11-27 Serhiy Storchakabpo-31241: Fix AST node position for list and generator...
2018-11-27 Zackery SpytzInclude the highest pickle protocol in a couple of...
2018-11-27 E. M. Braycloses bpo-34212: Build core extension modules with...
2018-11-26 Victor Stinnerbpo-35134: Create Include/cpython/pystate.h (GH-10733)
2018-11-26 Victor Stinnerbpo-35134: Create Include/cpython/dictobject.h (GH...
2018-11-26 Victor Stinnerbpo-35134: Create Include/cpython/pylifecycle.h (GH...
2018-11-26 Victor Stinnerbpo-35134: Create Include/cpython/abstract.h (GH-10728)
2018-11-26 Zhiming Wangbpo-35308: Fix regression where BROWSER env var is...
2018-11-26 Victor Stinnerbpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
2018-11-26 Victor Stinnerbpo-33723: Fix test_time.test_thread_time() (GH-10724)
2018-11-26 Lisa RoachAdds IPv6 support when invoking http.server directly...
2018-11-26 Victor Stinnerbpo-35134: Create Include/cpython/unicodeobject.h ...
2018-11-26 Mathieu DupuyDoc: Delete now useless Windows FAQ section (GH-10557)
2018-11-26 Victor Stinnerbpo-35134: Create Include/cpython/object.h (GH-10679)
2018-11-26 Victor Stinnerpythoninfo: log more environment variable (GH-10719)
2018-11-26 Victor Stinnerbpo-33954: Fix _PyUnicode_InsertThousandsGrouping(...
2018-11-26 Victor StinnerAdd assertion to _PyTuple_CAST(op) (GH-10712)
2018-11-26 INADA Naokibpo-34100: Merge constants recursively (GH-8341)
2018-11-26 Victor Stinnerbpo-35313: Cleanup test_embed.py (GH-10716)
2018-11-26 Victor Stinnerbpo-35313: Fix test_embed when run from venv (GH-10713)
2018-11-26 Raymond Hettingerbpo-35300: Add usage note to the lru_cache() docs ...
2018-11-25 Victor Stinnerbpo-35081: Add Include/internal/pycore_tupleobject...
2018-11-25 Victor Stinnerbpo-35081: Add _PyTuple_CAST() (GH-10704)
2018-11-25 Boštjan Mejakcloses bpo-35309: cpath should be capath (GH-10699)
2018-11-25 Serhiy Storchakabpo-32035: Fix words about strings and bytes in zipfile...
2018-11-24 Julien PalardDoc: Bump sphinx. (GH-10676)
2018-11-23 Zackery Spytzbpo-35303: Fix a reference leak in _operator.c's method...
2018-11-23 Dustin Spicuzzabpo-29877: compileall: import ProcessPoolExecutor only...
2018-11-23 Victor Stinnerbpo-34812: subprocess._args_from_interpreter_flags...
2018-11-23 takeyLinkify SMTP.quit() in smtplib documentation. (GH-9785)
2018-11-23 Victor Stinnerbpo-35134: Create Include/cpython/ subdirectory (GH...
2018-11-23 nierobbpo-35189: Retry fnctl calls on EINTR (GH-10413)
2018-11-23 Victor Stinnerbpo-35296: make install now installs the internal API...
2018-11-23 Mathieu DupuyDoc: Delete "how do I emulate os.kill" section in Windo...
2018-11-23 Victor Stinnerbpo-35081: add NEWS entry for new Include/internal...
2018-11-23 Victor Stinnerbpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
2018-11-23 Victor Stinnerbpo-34523: Fix C locale coercion on FreeBSD CURRENT...
2018-11-23 Victor Stinnerbpo-35059: NEWS entry for macros converted to inline...
2018-11-23 Victor Stinnerbpo-35081: Add new internal headers to Makefile (GH...
2018-11-22 Victor Stinnerbpo-35177, Python-ast.h: Fix "Yield" compiler warning...
2018-11-22 Victor Stinnerbpo-9263: Fix _PyObject_Dump() for freed object (#10661)
2018-11-22 Victor Stinnerbpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
2018-11-22 Victor Stinnerbpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN(...
2018-11-22 Victor Stinnerbpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
2018-11-22 Victor Stinnerbpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
2018-11-22 Victor Stinnercjkcodecs: Fix compiler warning (GH-10651)
2018-11-22 Victor Stinnerbpo-35059: Cast void* to PyObject* (GH-10650)
2018-11-22 Victor Stinnerbpo-35059: Cleanup usage of Python macros (GH-10648)
2018-11-22 Victor Stinnerbpo-35059: Add _PyObject_CAST() macro (GH-10645)
2018-11-22 Victor Stinnerbpo-35059: Convert _PyObject_GC_TRACK() to inline funct...
2018-11-21 Victor Stinnerbpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
2018-11-21 Victor Stinnerbpo-35081: Add Include/internal/pycore_object.h (GH...
2018-11-21 Victor Stinnerbpo-35189: Fix eintr_tester.py (GH-10637)
next