index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use select instead of _opcode for import test (#372)
Benjamin Peterson
2017-03-01
1
-5/+5
*
weaken test_from_import_missing_attr_has_name_and_path regular expression (#371)
Benjamin Peterson
2017-03-01
1
-1/+1
*
Clarify exception handler scope in contextlib
amosonn
2017-03-01
1
-1/+2
*
Fix syntax error in .mention-bot (#361)
Berker Peksag
2017-03-01
1
-1/+1
*
Fixed a handful of typos (GH-343)
Alex Gaynor
2017-03-01
4
-7/+7
*
correct documentation for enum.html (#358)
Kartik Anand
2017-02-28
1
-2/+2
*
Add the mention-bot configuration file (GH-352)
Donald Stufft
2017-02-28
1
-0/+12
*
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...
Xiang Zhang
2017-02-28
5
-20/+80
*
README: move TOC to top (GH-355)
INADA Naoki
2017-02-28
1
-2/+2
*
README: Use h3 headings for build sections, and add TOC (GH-64)
Evan Klitzke
2017-02-28
1
-2/+3
*
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331)
Xiang Zhang
2017-02-28
1
-1/+1
*
bpo-24241: Add versionchanged directive to the documentation (#342)
Berker Peksag
2017-02-27
1
-1/+4
*
Use "Contributed by ..." style in whatsnew/3.7.rst (#339)
Berker Peksag
2017-02-27
1
-1/+2
*
Asyncio documentation: remove `self` from method signatures (GH-334)
Mariatta
2017-02-27
1
-3/+3
*
fix minor bug in pymalloc. (#335)
INADA Naoki
2017-02-27
1
-1/+1
*
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)
Xiang Zhang
2017-02-27
1
-10/+10
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
Xiang Zhang
2017-02-27
3
-0/+9
*
bpo-26184: import.rst: Improve versionchanged note (GH-325)
Mariatta
2017-02-26
1
-1/+1
*
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...
Sayan Chowdhury
2017-02-26
4
-3/+21
*
bpo-26184: import.rst: Improve versionchanged note (GH-277)
Mariatta
2017-02-26
1
-2/+5
*
bpo-29121: Remove outdated documentation about transactions (#313)
Berker Peksag
2017-02-26
1
-8/+3
*
bpo-22594: Add a link to the regex module in re documentation (GH-241)
Marco Buttu
2017-02-26
1
-0/+6
*
bpo-28518: Start a transaction implicitly before a DML statement (#245)
Berker Peksag
2017-02-26
5
-11/+24
*
bpo-29648: import.rst: Add reference to create_module() (GH-290)
Marco Buttu
2017-02-26
1
-1/+1
*
bpo-29110: add test for Aifc_write. (GH-293)
INADA Naoki
2017-02-26
2
-1/+13
*
bpo-28961: Address my comments from earlier code review (#305)
Berker Peksag
2017-02-26
1
-12/+3
*
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
Matthias Bussonnier
2017-02-26
1
-1/+4
*
Fix small typos in introduction and datastructures of tutorial (GH-272)
Jim Fasarakis-Hilliard
2017-02-25
2
-5/+5
*
README.rst: Change the devguide url to docs.python.org/devguide (GH-295)
Mariatta
2017-02-25
1
-1/+1
*
README.rst: List out relevant links to the project (#283)
Mariatta
2017-02-25
1
-0/+9
*
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
Subhendu Ghosh
2017-02-25
5
-7/+32
*
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath
2017-02-25
6
-7/+27
*
bpo-29644: suppress subprocess output from webbrowser (#289)
Nick Coghlan
2017-02-25
1
-1/+2
*
bpo-24241: Add dedicated webbrowser.register test case (#288)
Nick Coghlan
2017-02-25
1
-0/+53
*
bpo-24241: Improve preferred webbrowser handling (#85)
David Steele
2017-02-25
4
-16/+37
*
bpo-28929: Add to Misc/NEWS (GH-112)
Mariatta
2017-02-25
1
-0/+2
*
Fix small typos in expressions.rst (GH-276)
Jim Fasarakis-Hilliard
2017-02-24
1
-2/+2
*
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)
Barry Warsaw
2017-02-24
2
-0/+9
*
bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)
Ivan Levkivskyi
2017-02-24
2
-1/+12
*
bpo-27788 : synchronise platform.py version number (#246)
Matthias Bussonnier
2017-02-24
1
-1/+1
*
bpo-29637: clean docstring only if not None (GH-267)
Matthias Bussonnier
2017-02-24
2
-1/+5
*
bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 ...
Louie Lu
2017-02-24
1
-0/+4
*
Update to typing: treat subscripted generics as proxies (#265)
Ivan Levkivskyi
2017-02-24
2
-0/+34
*
bpo-29624: Adds purge step and layout test after uploading files. (#258)
Steve Dower
2017-02-23
2
-10/+53
*
bpo-29622: Make AST constructor to accept less than enough number of position...
INADA Naoki
2017-02-23
3
-42/+34
*
Document why functools.partial() must copy kwargs (#253)
Victor Stinner
2017-02-23
2
-2/+5
*
bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)
Arne de Laat
2017-02-23
2
-7/+8
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-23
3
-3/+22
*
mark various test data binary (#233)
Benjamin Peterson
2017-02-23
1
-0/+9
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
15
-3045/+3150
[prev]
[next]