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
*
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
*
bpo-29026: Clarify documentation of time.time (#34)
Eric Appelt
2017-02-16
1
-7/+35
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
5
-7/+41
*
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki
2017-02-16
7
-40/+23
*
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan
2017-02-15
4
-16/+0
*
bpo-29521 update Misc/ACKS (#106)
Mariatta
2017-02-15
1
-0/+1
*
Rename Doc/README.txt to Doc/README.rst and add formatting (#104)
Roger
2017-02-15
5
-15/+16
*
Doc/Makefile: set PYTHON to python3 (#124)
Victor Stinner
2017-02-15
2
-2/+2
*
More Travis docs build tweaks (GH-113)
Zachary Ware
2017-02-15
1
-10/+3
*
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)
Mariatta
2017-02-15
1
-0/+2
*
Update URL of Mersenne Twister Home Page (#20)
Hiroki Noda
2017-02-15
1
-3/+3
*
Only run Travis tests on master and X.Y branches (GH-102)
Donald Stufft
2017-02-15
1
-0/+5
*
Have Travis consider a pull request as passing as soon as required tests comp...
Brett Cannon
2017-02-15
1
-0/+1
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
3
-2/+31
*
Remove double definition of IPPROTO_IPV6 (#100)
Maximilian Hils
2017-02-14
1
-3/+0
*
bpo-29557: Remove ambiguous line in binhex docs (#90)
David Wilemski
2017-02-14
1
-2/+0
*
Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for...
Mark Dickinson
2017-02-14
2
-2/+4
*
Fixed #29534 - _decimal difference with _pydecimal (#65)
Andrew Nester
2017-02-14
3
-11/+28
*
Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
Berker Peksag
2017-02-14
1
-1/+1
*
Only run CI checks when appropriate files have changed (#74)
Berker Peksag
2017-02-14
1
-9/+27
*
Tweak .codedoc.yml to make it more useful (#71)
Berker Peksag
2017-02-14
1
-9/+14
*
Various updates to README.rst (#21)
Zachary Ware
2017-02-14
1
-83/+77
*
bpo-28556: Various updates to typing (#28)
Ivan Levkivskyi
2017-02-13
4
-58/+335
*
A few README tweaks (#73)
Ned Batchelder
2017-02-13
1
-5/+11
*
Add Travis CI and Codecov badges to README (#70)
Victor Stinner
2017-02-13
2
-6/+8
*
Travis CI: run rstlint.py in the docs job (#68)
Victor Stinner
2017-02-13
2
-2/+3
*
bpo-29521 Fix two minor documentation build warnings (#41)
Jim DeLaHunt
2017-02-13
2
-4/+5
[next]