]> granicus.if.org Git - python/shortlog
python
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...
2017-12-16 Nick Coghlanbpo-32002: Refactor C locale coercion tests (GH-4369)
2017-12-16 Benjamin Petersonfix up signedness in PyImport_ExtendInittab (#4831)
2017-12-16 Victor Stinnerbpo-29240, bpo-32030: Py_Main() re-reads config if...
2017-12-16 Yury Selivanovbpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
2017-12-16 Brett Cannonbpo-32248: Implement importlib.abc.ResourceReader ...
2017-12-15 Victor Stinnerbpo-29240: Don't define decode_locale() on macOS (...
2017-12-15 Raymond HettingerMinor wording tweak for itertools documentation (#4893)
2017-12-15 MariattaF-strings docs: link to Format Specifiers (GH-4888)
2017-12-15 Victor Stinnerbpo-32294: Fix multiprocessing test_semaphore_tracker...
2017-12-15 Victor Stinnerbpo-32329: Add versionchanged to -R option doc (#4884)
2017-12-15 Serhiy Storchakabpo-32265: Classify class and static methods of builtin...
2017-12-15 Serhiy Storchakabpo-30416: Protect the optimizer during constant foldin...
2017-12-15 Serhiy Storchakabpo-32240: Add the const qualifier to declarations...
2017-12-15 Serhiy Storchakabpo-27169: The __debug__ constant is now optimized...
2017-12-15 Ville Skyttäbpo-28393: Update encoding lookup docs wrt bpo-27938...
2017-12-15 Benjamin Petersonmove pygetopt.h to internal (closes bpo-32264) (#4830)
2017-12-15 Andrew Svetlovbpo-32311: Implement asyncio.create_task() shortcut...
2017-12-15 Yury Selivanovbpo-32327: Convert asyncio functions documented as...
2017-12-15 Victor Stinnerbpo-32030: Add _PyMainInterpreterConfig.executable...
2017-12-15 Victor Stinnerbpo-32030: Add _PyCoreConfig_Copy() (#4874)
2017-12-14 Victor Stinnerbpo-32329: Fix -R option for hash randomization (#4873)
2017-12-14 Giuseppe Scrivanobpo-32143: add f_fsid to os.statvfs() (#4571)
2017-12-14 Ivan Levkivskyibpo-32226: Implementation of PEP 560 (core components...
2017-12-14 Serhiy Storchakabpo-29469: Optimize literal lists and sets iterating...
2017-12-14 Anthony Sottilebpo-32277: Fix exception raised from chmod(..., follow_...
2017-12-14 Yury Selivanovbpo-32314: Implement asyncio.run() (#4852)
2017-12-14 INADA Naokibpo-29469: Remove unnecessary peephole optimizer (GH...
2017-12-14 Victor Stinnerbpo-32030: Add _PyMainInterpreterConfig.warnoptions...
2017-12-14 Mikebpo-32297: Few misspellings found in Python source...
2017-12-14 Ivan Levkivskyibpo-32225: Implementation of PEP 562 (#4731)
2017-12-14 Victor Stinnerbpo-32302: Fix distutils bdist_wininst for CRT v142...
2017-12-14 INADA Naokibpo-29469: Move constant folding to AST optimizer ...
2017-12-14 Victor Stinnerbpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
2017-12-14 Jelle Zijlstrabpo-30241: implement contextlib.AbstractAsyncContextMan...
2017-12-13 Yury Selivanovbpo-32296: Unbreak tests on Windows (#4850)
2017-12-13 Victor Stinnerbpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
2017-12-13 Yury Selivanovbpo-32296: Implement asyncio.get_event_loop and _get_ru...
2017-12-13 Victor Stinnerpymain_set_sys_argv() now copies argv (#4838)
2017-12-13 Victor Stinnerpythoninfo: Add builtins, test.support, ... (#4840)
2017-12-13 Andrew SvetlovFix couple typos (#4839)
2017-12-13 jimmytrivial: link updates in documentation (#2765)
2017-12-13 Victor Stinnerbpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
2017-12-13 Sebastian Rittaubpo-32284: Fix documentation of BinaryIO and TextIO...
2017-12-13 Antoine PitrouTest atexit shutdown mechanism in a subprocess (#4828)
2017-12-13 Antoine Pitroubpo-17852: Revert incorrect fix based on misunderstandi...
2017-12-12 Victor Stinnerimport.c: Fix a GCC warning (#4822)
2017-12-12 Victor Stinnerbpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
2017-12-12 Victor Stinnerbpo-32230: Set sys.warnoptions with -X dev (#4820)
2017-12-12 Serhiy StorchakaFix improper use of re.escape() in tests. (#4814)
2017-12-12 Serhiy StorchakaFix implementation dependent assertion in test_plistlib...
2017-12-12 Serhiy Storchakabpo-32241: Add the const qualifire to declarations...
2017-12-12 Nitish Chandrabpo-31942: Document optional support of start and stop...
2017-12-12 Licht Takeuchibpo-32255: Always quote a single empty field when write...
2017-12-12 ChrisFix small typo in tupleobject.h (#4801)
2017-12-12 Terry Jan ReedyFix idlelib comment typos reported by Mike on pull...
2017-12-11 Łukasz Langabpo-32227: functools.singledispatch supports registerin...
next