summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Fix trailing whitespace/code styleYury Selivanov2017-03-032-6/+8
* bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)Seth M. Larson2017-03-033-2/+40
* bpo-28893: Set __cause__ for errors in async iteration protocol (#407)Yury Selivanov2017-03-033-3/+44
* bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)Yury Selivanov2017-03-034-9/+29
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)Yury Selivanov2017-03-034-2/+36
* Don't require the Python org to mention someone (GH-393)Donald Stufft2017-03-021-2/+1
* bpo-28129: fix ctypes crashes (#386)orenmn2017-03-027-9/+87
* bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395)Donald Stufft2017-03-021-2/+2
* Add Python version since deprecation in base64 methods. (#33)Matthias Bussonnier2017-03-023-6/+25
* fix an error message and a comment in _testcapimodule.c (GH-392)orenmn2017-03-021-2/+3
* bpo-27200: fix configparser, copyreg and ctypes doctests (#240)Marco Buttu2017-03-023-15/+22
* bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)Brian Coleman2017-03-022-10/+17
* In SSL module version examples, don't use a legacy version. (#381)Alex Gaynor2017-03-021-4/+4
* bpo-29176 Use tmpfile() in curses module (#235)Christian Heimes2017-03-021-37/+15
* fix subprocess on Windows (#391)Benjamin Peterson2017-03-021-1/+1
* require uuid_generate_time_safe for all tests of it (#390)Benjamin Peterson2017-03-021-7/+8
* allow path-like objects to be cwd on windows (#389)Benjamin Peterson2017-03-021-1/+1
* correct check for _uuid_generate_time (#388)Benjamin Peterson2017-03-021-1/+1
* Revert "make the locale_flag fallback code work again (#375)" (#387)Benjamin Peterson2017-03-021-2/+3
* Don't mention Guido automatically for reviews from the mention bot (GH-385)Brett Cannon2017-03-011-1/+1
* Fixes bpo-29680: Older gdb does not have gdb.error. (#363)Lev Abalkin2017-03-011-1/+1
* bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)Petr Motejlek2017-03-013-20/+117
* email.compat32-message.rst: Fix typo in the word `message` (GH-379)Mariatta2017-03-011-3/+3
* bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)INADA Naoki2017-03-012-6/+11
* Tweak subprocess.STARTUPINFO documentation (#347)Berker Peksag2017-03-011-5/+7
* make the locale_flag fallback code work again (#375)Benjamin Peterson2017-03-011-3/+2
* blacklist myself from mention-bot; it is annoying (#373)Benjamin Peterson2017-03-011-1/+1
* use select instead of _opcode for import test (#372)Benjamin Peterson2017-03-011-5/+5
* weaken test_from_import_missing_attr_has_name_and_path regular expression (#371)Benjamin Peterson2017-03-011-1/+1
* Clarify exception handler scope in contextlibamosonn2017-03-011-1/+2
* Fix syntax error in .mention-bot (#361)Berker Peksag2017-03-011-1/+1
* Fixed a handful of typos (GH-343)Alex Gaynor2017-03-014-7/+7
* correct documentation for enum.html (#358)Kartik Anand2017-02-281-2/+2
* Add the mention-bot configuration file (GH-352)Donald Stufft2017-02-281-0/+12
* bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...Xiang Zhang2017-02-285-20/+80
* README: move TOC to top (GH-355)INADA Naoki2017-02-281-2/+2
* README: Use h3 headings for build sections, and add TOC (GH-64)Evan Klitzke2017-02-281-2/+3
* bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331)Xiang Zhang2017-02-281-1/+1
* bpo-24241: Add versionchanged directive to the documentation (#342)Berker Peksag2017-02-271-1/+4
* Use "Contributed by ..." style in whatsnew/3.7.rst (#339)Berker Peksag2017-02-271-1/+2
* Asyncio documentation: remove `self` from method signatures (GH-334)Mariatta2017-02-271-3/+3
* fix minor bug in pymalloc. (#335)INADA Naoki2017-02-271-1/+1
* bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)Xiang Zhang2017-02-271-10/+10
* bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)Xiang Zhang2017-02-273-0/+9
* bpo-26184: import.rst: Improve versionchanged note (GH-325)Mariatta2017-02-261-1/+1
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-264-3/+21
* bpo-26184: import.rst: Improve versionchanged note (GH-277)Mariatta2017-02-261-2/+5
* bpo-29121: Remove outdated documentation about transactions (#313)Berker Peksag2017-02-261-8/+3
* bpo-22594: Add a link to the regex module in re documentation (GH-241)Marco Buttu2017-02-261-0/+6
* bpo-28518: Start a transaction implicitly before a DML statement (#245)Berker Peksag2017-02-265-11/+24