]> granicus.if.org Git - python/shortlog
python
2018-12-19 Chris Randsbpo-35526: make __future__.barry_as_FLUFL mandatory...
2018-12-19 Serhiy StorchakaFix documented signatures for C API functions. (GH...
2018-12-19 Serhiy StorchakaFix Python version since which external enities are...
2018-12-19 Manjusakabpo-35497: add versionadded tag for EPOLLEXCLUSIVE...
2018-12-19 Serhiy Storchakabpo-35506: Remove redundant and incorrect links from...
2018-12-19 Jules Lasne... Removed dangling `since Python` at the end of library...
2018-12-18 Victor Stinnerbpo-35424: Fix test_multiprocessing_main_handling ...
2018-12-18 Victor Stinnerbpo-31731: Fix test_io.check_interrupted_write() (GH...
2018-12-18 Vladimir Matveevbpo-23057: add loop self socket as wakeup fd for signal...
2018-12-18 Hrvoje Nikšićbpo-35465: Document _UnixSelectorEventLoop.add_signal_h...
2018-12-18 Serhiy Storchakabpo-35502: Fix reference leaks in ElementTree.TreeBuild...
2018-12-18 Victor Stinnerbpo-35516: platform.system_alias() don't replace Darwin...
2018-12-18 Victor Stinnerbpo-10496: distutils check_environ() handles getpwuid...
2018-12-18 Victor Stinnerbpo-35523: Remove ctypes callback workaround (GH-11211)
2018-12-18 Serhiy Storchakabpo-35461: Document C API functions which suppress...
2018-12-18 Victor Stinnerbpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
2018-12-17 Victor Stinnerbpo-35519: Rename test.bisect to test.bisect_cmd (GH...
2018-12-17 Victor Stinnerbpo-35348: Fix platform.architecture() (GH-11159)
2018-12-17 Serhiy Storchakabpo-33306: Improve SyntaxError messages for unbalanced...
2018-12-17 Serhiy Storchakabpo-35475: Add more PyImport* functions in refcounts...
2018-12-17 Zackery Spytzbpo-35504: Fix segfaults and SystemErrors when deleting...
2018-12-17 Serhiy Storchakabpo-35490: Remove the DecodeFSDefault return converter...
2018-12-17 Serhiy Storchakabpo-35504: Fix a SystemError when delete the characters...
2018-12-17 Vajrasky Kokbpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196)
2018-12-17 Dima Tisnekbpo-35415: validate fileno argument to socket.socket...
2018-12-17 Beomsoo KimFixed a few obvious mistakes in c-api docs (GH-11184)
2018-12-17 Victor Stinnerbpo-23451: Update time.monotonic() documentation (GH...
2018-12-17 Victor Stinnerbpo-35513, unittest: TextTestRunner uses time.perf_coun...
2018-12-17 Victor Stinnerbpo-35513: Replace time.time() with time.monotonic...
2018-12-17 Paul Gansslebpo-35186: Remove "built with" comment in setup.py...
2018-12-16 Victor Stinnerbpo-35491, multiprocessing: replace "RUN" with RUN...
2018-12-16 Beomsoo Kimbpo-35511: Trivial docs updates for profile and resourc...
2018-12-16 Victor Stinnerbpo-35499: make profile-opt don't override CFLAGS_NODIS...
2018-12-14 mkkotbpo-35450: reflect in docs that venv module is not...
2018-12-14 Steve Dowerbpo-35402: Update Windows build to use Tcl and Tk 8...
2018-12-14 Victor Stinnerbpo-35471: Remove the macpath module (GH-11129)
2018-12-14 Victor Stinnerbpo-35346: Cleanup platform.architecture() (GH-11130)
2018-12-14 Victor Stinnerbpo-34279: regrtest consider that skipped tests are...
2018-12-14 Victor Stinnerbpo-35491: Enhance multiprocessing.BaseProcess.__repr__...
2018-12-14 Jules Lasne... Fixed missing colun in library/sys.po (GH-11153)
2018-12-14 Victor StinnerAdd multiprocessing.Pool.__repr__() (GH-11137)
2018-12-14 Serhiy Storchakabpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE...
2018-12-14 Vladimir Matveevbpo-31446: Copy command line that should be passed...
2018-12-13 Victor Stinnerbpo-35477: multiprocessing.Pool.__enter__() fails if...
2018-12-12 Victor Stinnerbpo-35412: Add testcase to test_future4 (GH-11131)
2018-12-12 Victor Stinnerbpo-35346: Drop Mac OS 9 support from platform (GH...
2018-12-12 Xiang Zhangbpo-33106: change dbm key deletion error for readonly...
2018-12-12 Anthony SottileAdd test for double patching instance methods (#11085)
2018-12-12 Xtreakbpo-17185: Add __signature__ to mock that can be used...
2018-12-11 Andrew Svetlovbpo-35394: Add empty slots to abstract asyncio protocol...
2018-12-11 Serhiy StorchakaRemove an unused variable after bpo-35444. (GH-11117)
2018-12-11 Pablo Galindobpo-35426: Eliminate race condition in test_interproces...
2018-12-11 Pablo Galindobpo-35412: Skip test_multiprocessing_fork and test_mult...
2018-12-11 Victor Stinnerbpo-35458: Fix test_shutil.test_disk_usage() (GH-11111)
2018-12-11 Serhiy Storchakabpo-35454: Fix miscellaneous minor issues in error...
2018-12-11 Serhiy Storchakabpo-35444: Unify and optimize the helper for getting...
2018-12-11 Ned Deilybpo-35402: Update macOS installer to use Tcl 8.6.9...
2018-12-11 Ned Deilybpo-35401: Update macOS installer to OpenSSL 1.1.0j...
2018-12-11 Steve Dowerbpo-34977: Remove unused preprocessor definition (GH...
2018-12-11 Steve Dowerbpo-35401: Update Windows build to OpenSSL 1.1.0j ...
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 ...
next