]> granicus.if.org Git - python/shortlog
python
2018-01-06 Paul GanssleCleanup grammar in unittest.mock.seal documentation...
2018-01-06 Mario Corcherobpo-32206: Pdb can now run modules (GH-4752)
2018-01-06 Nathaniel J... bpo-29137: Remove fpectl module (#4789)
2018-01-05 Michael Feltbpo-32390: Fix compilation failure on AIX after f_fsid...
2018-01-05 Thomas Moreaubpo-31699 Deadlocks in `concurrent.futures.ProcessPoolE...
2018-01-05 Benjamin Petersonadvance copyright years to 2018 (#5094)
2018-01-04 Serhiy Storchakabpo-32226: Make __class_getitem__ an automatic class...
2018-01-04 Serhiy Storchakabpo-31672: Restore the former behavior when override...
2018-01-04 Berker PeksagFix outdated comment in typeobject.c (GH-5090)
2018-01-04 Serhiy Storchakabpo-31778: Make ast.literal_eval() more strict. (#4035)
2018-01-04 Serhiy Storchakabpo-32308: Replace empty matches adjacent to a previous...
2018-01-04 Serhiy Storchakabpo-32482: Fix suspicious code in tests for syntax...
2018-01-03 Brett CannonIgnore importlib.h for automatic review requests from...
2018-01-02 Emily Morehousebpo-32452: clarify term 'brackets' in generator tutoria...
2018-01-02 Serhiy Storchakabpo-32478: Add tests for 'break' and 'return' inside...
2018-01-01 Serhiy Storchakabpo-32416: Add two new tests in test_sys_settrace....
2017-12-31 Antoine Pitroubpo-32468: Better frame repr() (#5067)
2017-12-31 Benjamin Petersoncloses bpo-32460: ensure all non-static globals have...
2017-12-30 Zachary WareAdd missing backslashes in PCbuild bat files (GH-5056)
2017-12-30 Michael Feltbpo-32399: Starting with AIX6.1 there is support in...
2017-12-30 Yury Selivanovbpo-32458: Temporarily mask start-tls proactor test...
2017-12-30 Barry Warsawbpo-32248 - Implement importlib.resources (#4911)
2017-12-30 Andrew Svetlovbpo-32418: Postfix, raise NotImplementdError and close...
2017-12-30 Srinivas Reddy... bpo-32418: Add get_loop() method on Server, AbstractSer...
2017-12-30 Andrew SvetlovFix typo (#5049)
2017-12-30 Serhiy Storchakabpo-32439: Clean up the code for compiling comparison...
2017-12-30 Yury Selivanovbpo-23749: Implement loop.start_tls() (#5039)
2017-12-29 Benjamin Petersonreturn the new file descriptor from os.dup2 (closes...
2017-12-29 Eric V. Smithbpo-32427: Expose dataclasses.MISSING object. (#5045)
2017-12-29 Benjamin Petersonremove unused import (#5040)
2017-12-29 Benjamin Petersonmake PatternCompiler use the packaged grammar if possib...
2017-12-28 oldkbpo-32440: Update the docs URL to https in help() ...
2017-12-28 gfyoungFix minor spelling error in test_sys_settrace.py. ...
2017-12-26 Serhiy Storchakabpo-32416: Refactor tests for the f_lineno setter and...
2017-12-26 Serhiy Storchakabpo-32259: Make a TypeError message when unpack non...
2017-12-26 Andrew Svetlovbpo-26133: Fix typos (#5010)
2017-12-25 Yury Selivanovbpo-31721: Allow Future._log_traceback to only be set...
2017-12-25 INADA Naokibpo-32422: Reduce lru_cache memory usage (GH-5008)
2017-12-25 Yury Selivanovbpo-32363: Disable Task.set_exception() and Task.set_re...
2017-12-25 Serhiy Storchakabpo-32372: Move __debug__ optimization to the AST level...
2017-12-25 Serhiy Storchakabpo-29084: Exclude C API for OrderedDict from the limit...
2017-12-24 Andrew Svetlovbpo-26133: Clear signals list on interpreter finalizing...
2017-12-24 INADA Naokibpo-32402: io: Add missing NULL check. (GH-4971)
2017-12-23 Yury Selivanovbpo-32415: Fix "error is already set" (#4999)
2017-12-23 Andrew SvetlovFix check for run_in_executor on closed loop. (#4996)
2017-12-23 Yury Selivanovbpo-32415: Add more tests (#4995)
2017-12-23 Andrew Svetlovbpo-32357: Use PySet_GET_SIZE macro in _is_coroutine...
2017-12-23 Yury Selivanovbpo-32415: Add asyncio.Task.get_loop() and Future.get_l...
2017-12-23 Yury Selivanovbpo-32357: Fix tests in refleak mode (#4989)
2017-12-23 Mariattabpo-26439: Convert %s in Lib/ctypes/_aix.py to f-string...
2017-12-23 Benjamin Petersoncorrect wording (#4983)
2017-12-22 Benjamin Petersonbpo-24960: use pkgutil.get_data in lib2to3 to read...
2017-12-22 Benjamin Petersonremove the dynload_next.c file (closes bpo-32386) ...
2017-12-21 Victor Stinnerbpo-29240: Skip test_readline.test_nonascii() (#4968)
2017-12-21 Victor Stinnerbpo-20891: Skip test_embed.test_bpo20891() (#4967)
2017-12-21 Victor Stinnerbpo-32030: Add _Py_FindEnvConfigValue() (#4963)
2017-12-21 Victor Stinnerbpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
2017-12-21 Andrew Svetlovbpo-26133: Dont unsubscribe signals in UNIX even loop...
2017-12-21 Victor Stinnerbpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
2017-12-21 Коренберг Маркbpo-32323: urllib.parse.urlsplit() must not lowercase...
2017-12-21 Sebastian PucilowskiFix trivial typo in pickle.rst (#4955)
2017-12-21 Paul Gansslebpo-15873: Implement [date][time].fromisoformat (#4699)
2017-12-21 INADA Naokibpo-15216: io: TextIOWrapper.reconfigure() accepts...
2017-12-20 Victor Stinnerbpo-32030: Fix usage of memory allocators (#4953)
2017-12-20 Srinivas Reddy... correct the typos (#4950)
2017-12-20 Victor Stinnerbpo-32030: Complete _PyCoreConfig_Read() (#4946)
2017-12-20 Andrew Svetlovbpo-29970: Make ssh_handshake_timeout None by default...
2017-12-20 Antoine Pitroubpo-32306: Clarify c.f.Executor.map() documentation...
2017-12-20 Serhiy Storchakabpo-32385: Clean up the C3 MRO algorithm implementation...
2017-12-20 Victor Stinnerbpo-32030: Add _PyCoreConfig.warnoptions (#4936)
2017-12-20 Antoine Pitroubpo-32379: Faster MRO computation for single inheritanc...
2017-12-20 Marcel Plchbpo-31901: atexit callbacks should be run at subinterpr...
2017-12-20 Victor Stinnerbpo-32030: Cleanup pymain_main() (#4935)
2017-12-19 Victor Stinnerbpo-32030: Add _PyCoreConfig.argv (#4934)
2017-12-19 KatherineMichelImprove the F-strings and format specifier documentatio...
2017-12-19 Neil Aspinallbpo-29970: Add timeout for SSL handshake in asyncio
2017-12-19 Antoine Pitroubpo-32377: improve __del__ docs and fix mention about...
2017-12-19 Zackery SpytzFix GCC warning in _asynciomodule.c (#4928)
2017-12-19 Michael Feltbpo-26439 Fix ctypes.util.find_library failure on AIX...
2017-12-19 Julien Duponchellebpo-29711: Fix stop_serving in proactor loop kill all...
2017-12-19 Yury Selivanovbpo-32355: Optimize asyncio.gather() (#4913)
2017-12-19 Yury Selivanovbpo-32357: Optimize asyncio.iscoroutine() for non-nativ...
2017-12-19 Yury Selivanovbpo-27456: Simplify sock type checks (#4922)
2017-12-19 Victor Stinnerbpo-32030: Fix compiler warnings (#4921)
2017-12-19 Andrew SvetlovImprove test coverage (#4924)
2017-12-19 Yury Selivanovbpo-32331: Fix socket.type when SOCK_NONBLOCK is availa...
2017-12-18 Victor Stinnerbpo-32030: Fix compilation on FreeBSD, #include <fenv...
2017-12-18 Yury Selivanovbpo-32356: idempotent pause_/resume_reading; new is_rea...
2017-12-18 izbyshevbpo-32369: test_subprocess: Fix pass_fds check in test_...
2017-12-18 Andrew SvetlovAdd @asvetlov to asyncio codeowners (#4917)
2017-12-18 Serhiy Storchakabpo-32365: Fix a reference leak when compile __debug__...
2017-12-18 Segev Finerbpo-19764: Implemented support for subprocess.Popen...
2017-12-18 INADA Naokibpo-29469: peephole: Remove const_stack (GH-4879)
2017-12-18 Nathaniel J... bpo-30050: Allow disabling full buffer warnings in...
2017-12-18 Yury Selivanovbpo-32348: Optimize asyncio.Future schedule/add/remove...
2017-12-17 Benjamin Petersonadd 'extern' to pygetopt.h symbols, so then don't end...
2017-12-17 Andrew Svetlovbpo-32351: Use fastpath in asyncio.sleep if delay<0...
2017-12-16 Andrew Svetlovbpo-32250: Implement asyncio.current_task() and asyncio...
2017-12-16 Andrew SvetlovFix PyObject_Hash signature in comment (#4905)
2017-12-16 Serhiy StorchakaAdd tests for using PEP560 with classes implemented...
next