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
*
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
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
4
-5/+39
*
Add sockaddr_alg to sock_addr_t (#234)
Christian Heimes
2017-02-22
2
-30/+34
*
bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...
Anthony Zhang
2017-02-22
3
-13/+33
*
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)
Matthias Bussonnier
2017-02-22
2
-13/+10
*
bpo-27660: remove unnecessary overflow checks in list_resize (GH-189)
Xiang Zhang
2017-02-22
1
-12/+7
*
bpo-29509: skip redundant intern (GH-197)
INADA Naoki
2017-02-21
1
-1/+1
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
Matthieu Dartiailh
2017-02-21
2
-1/+4
*
doc: fix compile error on "shoddy" example extension (GH-215)
INADA Naoki
2017-02-21
2
-1/+2
*
.gitattribute -> .gitattributes (GH-213)
INADA Naoki
2017-02-21
1
-0/+0
*
Reduce conflict on Misc/NEWS (GH-212)
INADA Naoki
2017-02-21
1
-0/+1
*
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-...
Jim Fasarakis-Hilliard
2017-02-21
1
-6/+5
*
bpo-29554: Improve docs for pstat module and profile. (#88)
Matthias Bussonnier
2017-02-21
2
-8/+12
*
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson
2017-02-20
3
-3/+30
*
bpo-24274: fix erroneous comment in dictobject.c (GH-196)
INADA Naoki
2017-02-20
1
-1/+2
*
README: OS X -> macOS (GH-55)
Paul Schreiber
2017-02-20
1
-3/+3
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
Serhiy Storchaka
2017-02-20
3
-1/+16
*
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...
Xiang Zhang
2017-02-20
2
-0/+5
*
bpo-29520: doc: add missing dot (GH-182)
INADA Naoki
2017-02-20
1
-1/+1
*
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Window...
Vinay Sajip
2017-02-20
4
-0/+57
*
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165)
INADA Naoki
2017-02-19
1
-2/+9
*
Tweak PEP 519 documentation in stdlib (#163)
Berker Peksag
2017-02-19
2
-3/+3
*
bpo-29579: Removes readme.txt from the installer. (#160)
Steve Dower
2017-02-19
2
-3/+2
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
4
-7/+111
*
bpo-29571: Use correct locale encoding in test_re (#149)
Nick Coghlan
2017-02-18
2
-1/+6
*
Make devguide link in README more prominent (#145)
Nick Coghlan
2017-02-18
1
-4/+7
*
Change some mercurial/ hg.python.org references. (#8)
Senthil Kumaran
2017-02-16
4
-6/+6
*
update test_socket AEAD test for kernel 4.9 and up (#133)
matejcik
2017-02-16
1
-8/+7
[next]