]> granicus.if.org Git - python/shortlog
python
2017-06-09 Brett CannonClarify what --enable-optimizations does (GH-1847)
2017-06-09 Yury Selivanovbpo-27585: Add a NEWS entry for #1031 (#2036)
2017-06-09 Jim Fasarakis... bpo-30335: Add deprecation alias entry for assertNotReg...
2017-06-09 Giampaolo Rodolabpo-30014: make poll-like selector's modify() method...
2017-06-09 Mathieu SornayFix waiter cancellation in asyncio.Lock (#1031)
2017-06-09 Serhiy StorchakaFix regression in error message introduced in bpo-29951...
2017-06-09 Jelle Zijlstrabpo-30266: support "= None" pattern in AbstractContextM...
2017-06-09 Victor Stinnerbpo-30524: Write unit tests for FASTCALL (#2022)
2017-06-09 Marco Buttubpo-30217: Add the operators ~ and | to the index ...
2017-06-09 Chandan Kumarbpo-19180: Updated references for RFC 1750, RFC 3280...
2017-06-09 Nathaniel J... Add a test for bad IDNA in ssl server_hostname (#1997)
2017-06-09 Victor Stinnerbpo-30540: regrtest: add --matchfile option (#1909)
2017-06-09 adisbladisbpo-24755: Document asyncio.wrap_future (GH-603)
2017-06-08 Serhiy Storchakabpo-30529: Fix errors for invalid whitespaces in f...
2017-06-08 Victor Stinnerbpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
2017-06-08 Victor Stinnerbpo-30418: Popen.communicate() always ignore EINVAL...
2017-06-08 Lisa Roachbpo-30486: Allow setting cell value (#1840)
2017-06-08 Serhiy Storchakabpo-30592: Fixed error messages for some builtins....
2017-06-08 Victor Stinnerbpo-30598: _PySys_EndInit() now duplicates warnoptions...
2017-06-08 Stéphane Wirtelbpo-30547: Fix multiple reference leaks (#1995)
2017-06-08 Nathaniel J... bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
2017-06-08 Will Robertsbpo-30537: use PyNumber in itertools.islice instead...
2017-06-07 Jonathan Eunicebpo-30591: Added test for textwrap backtracking. (...
2017-06-07 Matthias Klosetrivial: update config.{guess,sub} from gnu.org. (GH...
2017-06-07 Erik Braybpo-30353: Fix pass by value for structs on 64-bit...
2017-06-07 Denis Osipovbpo-30584: Fix test_os fails on non-English Windows...
2017-06-07 Antoine Pietribpo-30177: pathlib: include the full path in resolve...
2017-06-06 Aaron Hall... bpo-30463: Add an empty __slots__ to abc.ABC.
2017-06-06 gfyoungbpo-29596: Improve clinic howto documentation (GH-1710)
2017-06-06 wim glennbpo-30583: Fix typo in datetime dateutil documentation...
2017-06-06 Victor Stinnerbpo-30557: Fix test_faulthandler (#1969)
2017-06-06 Serhiy Storchakabpo-30534: Fixed error messages when pass keyword argum...
2017-06-06 Serhiy Storchakabpo-25324: Move the description of tokenize tokens...
2017-06-06 Vinay Sajipbpo-30520: Implemented pickling for loggers. (#1956)
2017-06-06 Alex GaynorSimplify X.509 extension handling code (#1855)
2017-06-06 Oz N Tirambpo-30095: Make CSS classes used by calendar.HTMLCalend...
2017-06-06 Zachary WareInstall dependencies in Travis OSX build (GH-1952)
2017-06-05 Zachary Warebpo-30417: Disable 'cpu' and 'tzdata' resources on...
2017-06-05 Steve Dowerbpo-30557: faulthandler now correctly filters and displ...
2017-06-05 Mariano Anayabpo-30530: Update Descriptor How To Documentation ...
2017-06-04 Zachary WareOnly run AppVeyor on long-lived branches (GH-1941)
2017-06-04 Segev Finerbpo-30567: Fix refleak in sys.getwindowsversion (#1940)
2017-06-04 csabellabpo-30538: Update count() in Functional Programming...
2017-06-04 Alex GaynorSimplify code in warnings modules (#1935)
2017-06-04 leodemafix comment (#1798)
2017-06-03 Brett CannonTurn on macOS builds for Travis (GH-1846)
2017-06-03 Antoine PitrouFix bpo-30526: Add TextIOWrapper.reconfigure() and...
2017-06-02 Jamiel Almeidabpo-24899: Add comparison table for os.path -> pathlib...
2017-06-02 Segev FinerFix skipping test_UNC_path on AppVeyor due to a differe...
2017-06-02 Segev Finerbpo-30544: _io._WindowsConsoleIO.write raises the wrong...
2017-06-02 Nick Coghlanbpo-30052: Always regenerate cross-references (#1339)
2017-06-02 Johan Liubpo-30245: Fix possible overflow when organize struct...
2017-06-01 Matthias Bussonnierbpo-29660: traceback: Document that etype is ignored...
2017-06-01 Albert-Jan... bpo-25324: add missing comma in Parser/tokenizer.c...
2017-06-01 Eric SnowMark PyDict_GetItemWithError() as returning a borrowed...
2017-06-01 Julienbpo-30499: Remove a deprecated note about sets. (GH...
2017-06-01 Xiang Zhangbpo-30378: Fix the problem that SysLogHandler can't...
2017-06-01 Serhiy Storchakabpo-30509: Clean up calling type slots. (#1883)
2017-06-01 csabellabpo-27618: Clarify that threading.Lock is a factory...
2017-05-31 Hiro AsariFix Travis config to reinstate test build (GH-1879)
2017-05-31 Albert-Jan... bpo-25324: copy tok_name before changing it (#1608)
2017-05-30 Gregory P.... subprocess test_empty_env typo fix. (#1877)
2017-05-30 Mariattabpo-17188: add missing periods at the end of sentences...
2017-05-30 Gregory P.... bpo-12383: Refactor subprocess test_empty_env (#1874)
2017-05-30 kms70847Improve grammar in The Import System documentation...
2017-05-29 gfyoungbpo-30361: Use better example for mixed-type operands...
2017-05-29 Jim Fasarakis... Change error message for array methods to use 'array...
2017-05-29 Gregory P.... bpo-16500: Don't use string constants for os.register_a...
2017-05-29 Antoine PitrouBuild docs in parallel (#1842)
2017-05-29 Amit KumarAdd reference to help('FORMATTING') in format() builtin...
2017-05-28 Serhiy Storchakabpo-30248: Convert boolean arguments only once in _json...
2017-05-28 Antoine Pitroubpo-16500: Use register_at_fork() in the threading...
2017-05-28 csabellabpo-30495: IDLE: Modernize textview.py with docstrings...
2017-05-28 Antoine PitrouDoc nits for bpo-16500 (#1841)
2017-05-28 terryjreedyIDLE test_help_about: edit and add test. (#1838)
2017-05-27 Gregory P.... bpo-30492: Allow make clinic to work out of tree. ...
2017-05-27 csabellabpo-30290: IDLE: Refactor help_about to PEP8 names...
2017-05-27 xdegayebpo-20210: Support the *disabled* marker in Setup files...
2017-05-27 Antoine Pitroubpo-16500: Allow registering at-fork handlers (#1715)
2017-05-27 Mariattabpo-30470: Deprecate invalid ctypes call protection...
2017-05-27 Serhiy Storchakabpo-30310: Add a test for non-ascii font family. (...
2017-05-27 Serhiy Storchakabpo-30398: Add a docstring for re.error. (#1647)
2017-05-27 Serhiy StorchakaFix the signature of JSONDecodeError (no end parameter...
2017-05-27 Sanyam Khuranabpo-22702: Clarify documentation of str.join & bytes...
2017-05-26 Aaron Hall... bpo-30449 Terse slots (#1819)
2017-05-26 Alex Gaynorbpo-30420: List cwd parameter in subprocess convenience...
2017-05-25 Eric SnowDrop a duplicate line. (#1809)
2017-05-25 grzgrzgrz3bpo-30414: multiprocessing.Queue._feed do not break...
2017-05-25 Segev FinerDelete sigcheck.c since it appears unused (#1723)
2017-05-25 Serhiy Storchakabpo-29104: Fixed parsing backslashes in f-strings....
2017-05-25 Eric Snowbpo-30447: Fix/skip the subinterpreters test on some...
2017-05-24 Garvit Khatribpo-29851: Have importlib.reload() raise ImportError...
2017-05-24 codedragon bpo-30445: Allow appended output in RecursionError...
2017-05-24 Eric N. Vander... bpo-28845: Clean up known issues for AIX (GH-1670)
2017-05-24 Kushal Dasbpo-30442: Skips refcount test in test_xml_etree under...
2017-05-24 jugglinmikebpo-30160: Clarify intended usage of wfile (gh-1300)
2017-05-24 Steve DowerMove directory in .gitignore (#1787)
2017-05-24 gfyoungAdd .idea and .iml to .gitignore (#1764)
2017-05-24 Albert-Jan... bpo-30377: Simplify handling of COMMENT and NL in token...
2017-05-24 Stéphane Wirtelbpo-28707: Add the directory parameter to http.server...
next