]> granicus.if.org Git - python/shortlog
python
2018-12-11 Steve Dowerbpo-34977: Add Windows App Store package (GH-11027)
2018-12-10 Steve Dowerbpo-34977: Use venv redirector instead of original...
2018-12-10 Victor Stinnerbpo-31374: expat doesn't include <pyconfig.h> on Window...
2018-12-10 Serhiy Storchakabpo-32788: Better error handling in sqlite3. (GH-3723)
2018-12-10 Serhiy Storchakabpo-35452: Make PySys_HasWarnOptions() never raising...
2018-12-10 Victor Stinnerbpo-31374: Include pyconfig.h earlier in expat (GH...
2018-12-10 Christian Heimesbpo-35050: AF_ALG length check off-by-one error (GH...
2018-12-10 Victor Stinnerbpo-35052: Fix handler on xml.dom.minidom.cloneNode...
2018-12-10 Serhiy Storchakabpo-35445: Do not ignore memory errors when create...
2018-12-10 Serhiy Storchakabpo-35451: Fix reference counting for sys.warnoptions...
2018-12-10 Jeremy Klothbpo-35433: Properly detect installed SDK versions ...
2018-12-09 Serhiy StorchakaRemove a duplicate descriptor in gdbm. (GH-11053)
2018-12-09 Gregory P.... bpo-22005: Document the reality of pickle compatibility...
2018-12-09 jdemeyerbpo-34245: install Python shared library with more...
2018-12-09 Andre DelfinoFix numbered lists in stdtypes.rst. (GH-10989)
2018-12-09 Ned Deilybpo-33725: skip test_multiprocessing_fork on macOS...
2018-12-08 Zackery Spytzbpo-35441: Remove dead and buggy code related to PyList...
2018-12-08 Mario Corcherobpo-35330: Don't call the wrapped object if `side_effe...
2018-12-07 Anirudha Bosebpo-33747: Avoid mutating the global sys.modules dict...
2018-12-07 Victor Stinnerbpo-9566: Fix compiler warnings in peephole.c (GH-10652)
2018-12-07 Serhiy Storchakabpo-22005: Fix condition for unpickling a date object...
2018-12-07 Victor StinnerRevert "bpo-34977: Add Windows App Store package (GH...
2018-12-07 Serhiy Storchakabpo-22005: Fixed unpickling instances of datetime class...
2018-12-07 Zackery Spytzbpo-35436: Add missing PyErr_NoMemory() calls and other...
2018-12-07 Victor Stinnerbpo-35346, platform: replace os.popen() with subprocess...
2018-12-07 Tal Einatbpo-34864: warn if "Prefer tabs when opening documents...
2018-12-07 Mariattabpo-35434 Fix wrong issue number in what's new in 3...
2018-12-07 Steve Dowerbpo-34977: Add Windows App Store package (GH-10245)
2018-12-06 Andre DelfinoAdd missing period in distutils.dep_util.newer_group...
2018-12-06 Gregory P.... Clarify expectedFailure in the unittest docs. (#10953)
2018-12-06 Serhiy Storchakabpo-33023: Fix NotImplemented to NotImplementedError...
2018-12-06 Mario CorcheroRemove unused function in `testmock/support.py` (GH...
2018-12-06 Victor Stinnerbpo-35363: test_eintr uses print(flush=True) (GH-10990)
2018-12-06 Victor Stinnerbpo-35424: test_multiprocessing: join 3 pools (GH-10986)
2018-12-06 Serhiy Storchakabpo-35384: The repr of ctypes.CArgObject no longer...
2018-12-06 Victor StinnerRevert "bpo-34172: multiprocessing.Pool leaks resources...
2018-12-06 native-apibpo-33709: test_ntpath and test_posixpath fail in Windo...
2018-12-06 Terry Jan Reedybpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964)
2018-12-05 Victor Stinnerbpo-35363: test_eintr runs eintr_tester.py in verbose...
2018-12-05 Victor Stinnerbpo-35389: test.pythoninfo logs platform.libc_ver ...
2018-12-05 E KawashimaFix typo in xml.dom.minidom documentation (GH-10956)
2018-12-05 Victor Stinnerbpo-35344: platform.platform() uses mac_ver() on macOS...
2018-12-05 Matt WheelerFix typos in concurrent.Futures documentation (GH-10920)
2018-12-05 Oran Avrahambpo-35310: Clear select() lists before returning upon...
2018-12-05 Serhiy Storchakabpo-34738: Add directory entries in ZIP files created...
2018-12-05 Andre DelfinoCorrect a couple of unbalanced parenthesis. (GH-10779)
2018-12-05 Andre DelfinoMove __missing__ after __delitem__ in Data model. ...
2018-12-05 Alex Hbpo-34185: Fix test module collision in test_bdb when...
2018-12-05 William Grzybowskibpo-34604: Use %R because of invisible characters or...
2018-12-05 Zackery Spytzbpo-34987: Fix a possible null pointer dereference...
2018-12-05 Sergey Fedoseevbpo-34052: Prevent SQLite functions from setting callba...
2018-12-05 Victor Stinnerbpo-10496: posixpath.expanduser() catchs pwd.getpwuid...
2018-12-05 Serhiy Storchakabpo-32787: Better error handling in ctypes. (#3727)
2018-12-05 Victor Stinnerbpo-35389: platform.libc_ver() uses os.confstr() (GH...
2018-12-05 Zackery Spytzbpo-35414: Add a missing Py_INCREF(Py_None) in PyState_...
2018-12-05 Victor Stinnerbpo-35411: Skip test_urllib2net FTP tests on Travis...
2018-12-04 Raymond HettingerRemove unnecessary and over-restrictive type check...
2018-12-04 Victor Stinnerbpo-35346, platform: import subprocess in _syscmd_file...
2018-12-04 Victor Stinnerbpo-35363, test_eintr: skip test_open() on macOS (GH...
2018-12-04 stratakisbpo-35351: Pass link time optimization flags to CFLAGS_...
2018-12-04 Andrew Dunaibpo-35357: Add _mock_ prefix to name/parent/from_kall...
2018-12-04 Serhiy Storchakabpo-35365: Use a wchar_t* buffer in the code page decod...
2018-12-04 Raymond HettingerAdd comments regarding speed/space/entropy trade-offs...
2018-12-04 Naglisbpo-35395: fix typos in asyncio eventloop documentation...
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...
next