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-28856: Let %b format for bytes support objects that follow the buffer pro...
Xiang Zhang
2017-03-14
3
-3/+23
*
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)
Xiang Zhang
2017-03-13
1
-1/+1
*
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-...
Xiang Zhang
2017-03-13
1
-2/+2
*
bpo-29742: asyncio get_extra_info() throws exception (#525) (#645)
Yury Selivanov
2017-03-12
3
-1/+18
*
Fix wrapping into StopIteration of return values in generators and coroutines...
Yury Selivanov
2017-03-12
3
-2/+18
*
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)
Serhiy Storchaka
2017-03-12
2
-5/+19
*
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
Nick Coghlan
2017-03-12
3
-28/+119
*
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)
Nick Coghlan
2017-03-12
1
-1/+4
*
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
Serhiy Storchaka
2017-03-12
4
-29/+31
*
bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626)
Nick Coghlan
2017-03-12
1
-6/+52
*
bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)
Zachary Ware
2017-03-12
1
-4/+4
*
fix subprocess on Windows (GH-391 backport) (GH-623)
Zachary Ware
2017-03-11
1
-1/+1
*
Only trigger AppVeyor on code or config changes (GH-611 backport) (GH-620)
Zachary Ware
2017-03-11
1
-0/+17
*
tempfile.rst: Fix some typos (GH-610) (GH-618)
Mariatta
2017-03-11
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
Xiang Zhang
2017-03-11
10
-31/+25
*
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608)
Mariatta
2017-03-11
1
-2/+2
*
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)
Brett Cannon
2017-03-10
1
-30/+39
*
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)
Brett Cannon
2017-03-10
1
-4/+15
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600)
Mariatta
2017-03-10
1
-0/+11
*
Ignore Include/pydtrace_probes.h (#596)
Ćukasz Langa
2017-03-10
1
-0/+1
*
Add Appveyor (GH-324 backport) (GH-491)
Zachary Ware
2017-03-10
2
-0/+10
*
[3.6] bpo-29773: Add more cases for testing string to float conversion error...
Serhiy Storchaka
2017-03-09
1
-8/+20
*
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
Victor Stinner
2017-03-09
3
-8/+11
*
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements ...
orenmn
2017-03-09
3
-61/+89
*
[3.6] bpo-29768: Fixed compile-time check for expat version. (#576)
Serhiy Storchaka
2017-03-09
1
-1/+1
*
Fix the only non-C90 comment to be C90 compatible. (#568)
n.d. parker
2017-03-08
1
-1/+1
*
bpo-29176: Fix name of the _curses.window class (#52) (#532)
Mariatta
2017-03-08
1
-1/+1
*
[3.6] bpo-28231: The zipfile module now accepts path-like objects for extern...
Serhiy Storchaka
2017-03-08
4
-21/+143
*
[3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559)
Serhiy Storchaka
2017-03-08
2
-4/+100
*
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#555)
Benjamin Peterson
2017-03-08
2
-1/+2
*
bpo-26915: Test identity first in index() and count() of collections.abc.Sequ...
Xiang Zhang
2017-03-08
3
-6/+19
*
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)
Mariatta
2017-03-07
1
-1/+1
*
PCbuild: Add -q option to svn export (GH-537)
INADA Naoki
2017-03-07
1
-1/+1
*
bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531)
Xiang Zhang
2017-03-07
1
-5/+15
*
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)
Mariatta
2017-03-06
1
-2/+0
*
fix minor bug in pymalloc. (GH-335) (GH-476)
Mariatta
2017-03-06
1
-1/+1
*
[3.6] bpo-29714: Fix a regression that bytes format may fail when containing ...
Xiang Zhang
2017-03-06
3
-2/+15
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
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-29638: Fix spurious refleaks after typing is imported (#469) (#483)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
bpo-29615: backport to 3.6 (#478)
Petr Motejlek
2017-03-05
3
-20/+117
*
Merge 3.6.1rc1 releasing branch into 3.6
Ned Deily
2017-03-05
3
-205/+189
|
\
|
*
Bump to v3.6.1rc1+.
Ned Deily
2017-03-05
2
-1/+13
|
*
Update docs and patchlevel for 3.6.1rc1.
v3.6.1rc1
Ned Deily
2017-03-04
2
-7/+7
|
*
Update pydoc topics for 3.6.0rc1
Ned Deily
2017-03-04
1
-199/+171
*
|
distutils docs: Fix a typo (GH-470) (GH-471)
Mariatta
2017-03-05
1
-1/+1
*
|
Correct spelling "instanciate" (GH-465) (GH-467)
Mariatta
2017-03-04
1
-2/+2
|
/
*
Refresh Python/importlib.h and Python/importlib_external.h (#464)
Ned Deily
2017-03-04
2
-2/+2
*
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
Ned Deily
2017-03-04
3
-0/+9
*
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)
Ned Deily
2017-03-04
2
-4/+4
[next]