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
...
|
*
Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()
Victor Stinner
2015-03-12
1
-37/+70
*
|
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
3
-0/+97
|
\
\
|
|
/
|
*
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
3
-0/+97
*
|
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
Victor Stinner
2015-03-12
1
-2/+3
*
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
3
-2/+24
|
\
\
|
|
/
|
*
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
4
-2/+25
*
|
Close issue23486: performance boost for enum member lookup
Ethan Furman
2015-03-11
1
-1/+10
*
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
5
-6/+7
|
\
\
|
|
/
|
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
5
-6/+7
*
|
Close issue23467: add %r compatibility to bytes and bytearray
Ethan Furman
2015-03-11
3
-1/+14
*
|
Removes unused format string insertion in launcher.c.
Steve Dower
2015-03-11
1
-1/+1
|
\
\
|
|
/
|
*
Removes unused format string insertion in launcher.c.
Steve Dower
2015-03-11
1
-1/+1
*
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
6
-52/+22
|
\
\
|
|
/
|
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
6
-29/+22
*
|
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
Steve Dower
2015-03-10
1
-1/+2
|
\
\
|
|
/
|
*
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
Steve Dower
2015-03-10
1
-1/+2
*
|
Adds note about installed debug binaries.
Steve Dower
2015-03-10
1
-1/+1
*
|
Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are s...
Steve Dower
2015-03-10
1
-1/+3
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-03-10
1
-2/+5
|
\
\
|
|
/
|
*
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner
2015-03-10
1
-2/+5
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-03-10
1
-4/+4
|
\
\
|
|
/
|
*
asyncio doc: changes on the Queue API missed Python 3.4.3 release
Victor Stinner
2015-03-10
1
-4/+4
*
|
Issue #23432: Remove duplicate content from SystemExit docs.
Berker Peksag
2015-03-10
1
-13/+13
|
\
\
|
|
/
|
*
Issue #23432: Remove duplicate content from SystemExit docs.
Berker Peksag
2015-03-10
1
-13/+13
*
|
Merge 3.4 (os doc)
Victor Stinner
2015-03-10
1
-2/+3
|
\
\
|
|
/
|
*
Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example
Victor Stinner
2015-03-10
1
-2/+3
*
|
Issue #22524: Rephrase scandir addition in What's New in Python 3.5
Victor Stinner
2015-03-10
1
-8/+18
*
|
Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().
Victor Stinner
2015-03-10
3
-15/+45
*
|
Issue #23571: Oops, fix #ifdef assert()
Victor Stinner
2015-03-09
1
-1/+1
*
|
Issue #23619: Ensure C variable is initialized before using it.
Steve Dower
2015-03-09
1
-2/+1
*
|
merge 3.4
Benjamin Peterson
2015-03-09
1
-5/+8
|
\
\
|
|
/
|
*
fix up import style
Benjamin Peterson
2015-03-09
1
-5/+8
*
|
Merge.
Larry Hastings
2015-03-09
11
-12/+39
|
\
\
|
*
\
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
Ned Deily
2015-03-09
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
Ned Deily
2015-03-09
1
-1/+1
|
*
|
Issue #23612: Fixes upgrade code and version for Windows installer.
Steve Dower
2015-03-08
3
-5/+5
|
*
|
Minor updates to Windows installer upload script.
Steve Dower
2015-03-08
2
-3/+4
|
*
|
Issue #22980: Under Linux, C extensions now include bitness in the file name,
Antoine Pitrou
2015-03-08
4
-2/+28
|
*
|
merge 3.4 (#23608)
Benjamin Peterson
2015-03-08
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
indicate correct version (closes #23608)
Benjamin Peterson
2015-03-08
1
-1/+1
*
|
|
Post-release changes for 3.5.0a2.
Larry Hastings
2015-03-09
2
-2/+14
*
|
|
Merge.
Larry Hastings
2015-03-08
0
-0/+0
|
\
\
\
|
*
\
\
Merge.
Larry Hastings
2015-02-08
4
-2/+88
|
|
\
\
\
*
|
|
|
|
Added tag v3.5.0a2 for changeset 0337bd7ebcb6
Larry Hastings
2015-03-08
1
-0/+1
*
|
|
|
|
Release bump for 3.5.0a2.
v3.5.0a2
Larry Hastings
2015-03-08
5
-8/+8
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Issue #21619: Cleaned up test_broken_pipe_cleanup.
Serhiy Storchaka
2015-03-08
1
-10/+8
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #21619: Cleaned up test_broken_pipe_cleanup.
Serhiy Storchaka
2015-03-08
1
-10/+8
*
|
|
|
Suppress assert dialogs in test_os
Steve Dower
2015-03-08
1
-10/+14
*
|
|
|
Suppress assert dialogs in test_cmd_line.
Steve Dower
2015-03-08
1
-1/+2
*
|
|
|
Issue #23524: Change back to using Windows errors for _Py_fstat instead of th...
Steve Dower
2015-03-08
3
-5/+13
[prev]
[next]