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-20185: Convert float object implementation to Argument Clinic. (#543)
Serhiy Storchaka
2017-03-11
3
-157/+499
*
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
Serhiy Storchaka
2017-03-11
3
-154/+527
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
10
-31/+25
*
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602)
Mariatta
2017-03-11
1
-2/+2
*
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)
Ivan Levkivskyi
2017-03-10
1
-31/+40
*
bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)
orenmn
2017-03-10
4
-120/+68
*
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)
Ivan Levkivskyi
2017-03-10
1
-4/+15
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592)
Mariatta
2017-03-10
1
-0/+11
*
Ignore Include/pydtrace_probes.h (#597)
Ćukasz Langa
2017-03-10
1
-0/+1
*
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
Serhiy Storchaka
2017-03-09
1
-8/+20
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
4
-9/+15
*
bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)
Serhiy Storchaka
2017-03-09
1
-1/+3
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
2017-03-09
3
-61/+89
*
bpo-29768: Fixed compile-time check for expat version. (#574)
Serhiy Storchaka
2017-03-09
1
-1/+1
*
bpo-29749: Update int() docstring (GH-565)
svelankar
2017-03-09
1
-1/+1
*
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_From...
Serhiy Storchaka
2017-03-08
2
-26/+26
*
Fix the only non-C90 comment to be C90 compatible. (#566)
n.d. parker
2017-03-08
1
-1/+1
*
Exit Travis when only Misc/* is changed. (#564)
Serhiy Storchaka
2017-03-08
1
-2/+2
*
bpo-29645: Speed up importing the webbrowser module. (#484)
Serhiy Storchaka
2017-03-08
3
-79/+120
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
4
-21/+143
*
bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)
INADA Naoki
2017-03-08
2
-2/+18
*
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
Serhiy Storchaka
2017-03-08
2
-4/+100
*
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)
Benjamin Peterson
2017-03-08
2
-10/+1
*
allow the first call to wcsxfrm to return ERANGE (#536)
Benjamin Peterson
2017-03-08
1
-1/+1
*
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson
2017-03-08
4
-43/+112
*
bpo-29568: Disable any characters between two percents for escaped percent "%...
Serhiy Storchaka
2017-03-08
4
-58/+57
*
bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)
Xiang Zhang
2017-03-08
2
-5/+51
*
bpo-26915: Test identity first in membership operation in index() and count()...
Xiang Zhang
2017-03-08
3
-6/+19
*
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
Serhiy Storchaka
2017-03-07
5
-15/+37
*
PCbuild: Add -q option to svn export (GH-535)
INADA Naoki
2017-03-07
1
-1/+1
*
bpo-29676: fix lsprof can't profile C method call. (GH523)
INADA Naoki
2017-03-07
1
-1/+14
*
bpo-28728: clarify possible test failure due to ISP (GH-412)
Xiang Zhang
2017-03-07
1
-5/+15
*
Exclude myself from mention-bot (#529)
Victor Stinner
2017-03-07
1
-1/+1
*
bpo-29737: Optimize concatenating with empty tuple. (#524)
Serhiy Storchaka
2017-03-06
1
-0/+8
*
bpo-15954: Check return code of wcsxfrm(). (#508)
Serhiy Storchaka
2017-03-06
1
-4/+12
*
bpo-29695: Fixed tests after removing keyword args support in some basic type...
Serhiy Storchaka
2017-03-06
1
-8/+14
*
Ignore What's New for MentionBot (GH-521)
Matthias Bussonnier
2017-03-06
1
-1/+2
*
The mention-bot is too exuberant for my taste. (#522)
Stefan Krah
2017-03-06
1
-1/+1
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
12
-61/+31
*
bpo-29714: Fix a regression that bytes format may fail when containing zero ...
Xiang Zhang
2017-03-06
3
-2/+15
*
remove 3 redundant casts in Objects/longobject.c (#445)
orenmn
2017-03-06
1
-3/+3
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494)
INADA Naoki
2017-03-06
1
-2/+0
*
Fixes the upload script to purge the CDN correctly and display success output...
Steve Dower
2017-03-06
1
-0/+2
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
12
-2/+65
*
Add Appveyor (GH-324)
Zachary Ware
2017-03-05
2
-0/+10
*
bpo-29638: Fix spurious refleaks after typing is imported (#469)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Change assertRaises to assertRaisesRegex in test_xmlrpc (#481)
Dillon Brock
2017-03-05
1
-3/+3
*
Docs: Add note regarding "reversed" flag in heapq.merge (#300)
Adam Niederer
2017-03-05
1
-1/+3
*
distutils docs: Fix a typo (GH-470)
Mariatta
2017-03-05
1
-1/+1
*
remove merge=union attribute for Misc/NEWS (GH-460)
INADA Naoki
2017-03-04
1
-2/+0
[prev]
[next]