summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-29648: import.rst: Add reference to create_module() (GH-290)Marco Buttu2017-02-261-1/+1
* bpo-29110: add test for Aifc_write. (GH-293)INADA Naoki2017-02-262-1/+13
* bpo-28961: Address my comments from earlier code review (#305)Berker Peksag2017-02-261-12/+3
* bpo-29655: Fixed possible reference leaks in `import *`. (#301)Matthias Bussonnier2017-02-261-1/+4
* Fix small typos in introduction and datastructures of tutorial (GH-272)Jim Fasarakis-Hilliard2017-02-252-5/+5
* README.rst: Change the devguide url to docs.python.org/devguide (GH-295)Mariatta2017-02-251-1/+1
* README.rst: List out relevant links to the project (#283)Mariatta2017-02-251-0/+9
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-255-7/+32
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-256-7/+27
* bpo-29644: suppress subprocess output from webbrowser (#289)Nick Coghlan2017-02-251-1/+2
* bpo-24241: Add dedicated webbrowser.register test case (#288)Nick Coghlan2017-02-251-0/+53
* bpo-24241: Improve preferred webbrowser handling (#85)David Steele2017-02-254-16/+37
* bpo-28929: Add to Misc/NEWS (GH-112)Mariatta2017-02-251-0/+2
* Fix small typos in expressions.rst (GH-276)Jim Fasarakis-Hilliard2017-02-241-2/+2
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)Barry Warsaw2017-02-242-0/+9
* bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)Ivan Levkivskyi2017-02-242-1/+12
* bpo-27788 : synchronise platform.py version number (#246)Matthias Bussonnier2017-02-241-1/+1
* bpo-29637: clean docstring only if not None (GH-267)Matthias Bussonnier2017-02-242-1/+5
* bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 ...Louie Lu2017-02-241-0/+4
* Update to typing: treat subscripted generics as proxies (#265)Ivan Levkivskyi2017-02-242-0/+34
* bpo-29624: Adds purge step and layout test after uploading files. (#258)Steve Dower2017-02-232-10/+53
* bpo-29622: Make AST constructor to accept less than enough number of position...INADA Naoki2017-02-233-42/+34
* Document why functools.partial() must copy kwargs (#253)Victor Stinner2017-02-232-2/+5
* bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)Arne de Laat2017-02-232-7/+8
* bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...Martijn Pieters2017-02-233-3/+22
* mark various test data binary (#233)Benjamin Peterson2017-02-231-0/+9
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-2215-3045/+3150