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
*
expose TCP_FASTOPEN and MSG_FASTOPEN
Benjamin Peterson
2012-12-13
2
-1/+9
*
Cross compiling needs host and build settings. configure no longer
Christian Heimes
2012-12-12
3
-0/+7
|
\
|
*
Cross compiling needs host and build settings. configure no longer
Christian Heimes
2012-12-12
3
-0/+7
*
|
Just to be sure, initialize with a copy of the compiler's lib and inc dirs.
Christian Heimes
2012-12-12
1
-2/+2
|
\
\
|
|
/
|
*
Just to be sure, initialize with a copy of the compiler's lib and inc dirs.
Christian Heimes
2012-12-12
1
-2/+2
*
|
Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
Christian Heimes
2012-12-12
2
-0/+6
|
\
\
|
|
/
|
*
Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
Christian Heimes
2012-12-12
2
-0/+6
*
|
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith
2012-12-11
1
-4/+5
|
\
\
|
|
/
|
*
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith
2012-12-11
1
-4/+5
|
|
\
|
|
*
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith
2012-12-11
1
-4/+5
*
|
|
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
4
-12/+12
|
\
\
\
|
|
/
/
|
*
|
null merge, no change needed in 3.3.
Gregory P. Smith
2012-12-11
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
Gregory P. Smith
2012-12-11
1
-1/+2
|
*
|
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
4
-12/+12
|
|
\
\
|
|
|
/
|
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
5
-14/+14
*
|
|
Using 'long double' to force this structure to be worst case aligned is no
Gregory P. Smith
2012-12-11
1
-1/+1
*
|
|
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Gregory P. Smith
2012-12-11
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Gregory P. Smith
2012-12-11
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
1 << 31 is invalid for signed integers, fix it by making 1 unsigned.
Gregory P. Smith
2012-12-11
1
-2/+2
*
|
|
#15872: Some more Windows related tuning to shutil.rmtree tests
Hynek Schlawack
2012-12-10
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
#15872: Some more Windows related tuning to shutil.rmtree tests
Hynek Schlawack
2012-12-10
1
-7/+7
|
|
\
\
|
|
|
/
|
|
*
#15872: Some more Windows related tuning to shutil.rmtree tests
Hynek Schlawack
2012-12-10
1
-8/+7
*
|
|
#15872: Be flexible with appending *.* in shutil.rmtree test case
Hynek Schlawack
2012-12-10
1
-3/+7
|
\
\
\
|
|
/
/
|
*
|
#15872: Be flexible with appending *.* in shutil.rmtree test case
Hynek Schlawack
2012-12-10
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#15872: Be flexible with appending *.* in shutil.rmtree test case
Hynek Schlawack
2012-12-10
1
-1/+1
*
|
|
#15872: More shutil test fixes for Windows
Hynek Schlawack
2012-12-10
1
-5/+1
|
\
\
\
|
|
/
/
|
*
|
#15872: More shutil test fixes for Windows
Hynek Schlawack
2012-12-10
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
#15872: More shutil test fixes for Windows
Hynek Schlawack
2012-12-10
1
-2/+2
*
|
|
Fix Issue15701 : add .headers attribute to urllib.error.HTTPError
Senthil Kumaran
2012-12-10
4
-1/+23
*
|
|
#15872: Fix shutil.rmtree error tests for Windows
Hynek Schlawack
2012-12-10
1
-1/+5
|
\
\
\
|
|
/
/
|
*
|
#15872: Fix shutil.rmtree error tests for Windows
Hynek Schlawack
2012-12-10
1
-1/+5
|
|
\
\
|
|
|
/
|
|
*
#15872: Fix shutil.rmtree error tests for Windows
Hynek Schlawack
2012-12-10
1
-1/+5
*
|
|
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
3
-10/+62
|
\
\
\
|
|
/
/
|
*
|
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
3
-10/+62
|
|
\
\
|
|
|
/
|
|
*
#15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
2
-0/+50
*
|
|
Issue #16629: Merge IDLE test fix from 3.3.
Chris Jerdonek
2012-12-10
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #16629: Merge IDLE test fix from 3.2.
Chris Jerdonek
2012-12-10
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.
Chris Jerdonek
2012-12-10
1
-1/+1
*
|
|
Issue #16582: use int exit code in tkinter._exit
Andrew Svetlov
2012-12-09
1
-1/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #16582: use int exit code in tkinter._exit
Andrew Svetlov
2012-12-09
1
-1/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #16582: use int exit code in tkinter._exit
Andrew Svetlov
2012-12-09
1
-1/+5
*
|
|
merge from 3.3 - Document reason attribute for urllib.error.HTTPError
Senthil Kumaran
2012-12-09
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
merge from 3.2 - reason attribute for urllib.error.HTTPError
Senthil Kumaran
2012-12-09
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Fix issue13211 - Document the reason attribute for urllib.error.HTTPError
Senthil Kumaran
2012-12-09
1
-0/+4
*
|
|
Make test of poll() use unbuffered IO
Richard Oudkerk
2012-12-09
1
-3/+6
*
|
|
Issue #16616: Enable test in test_poll which was (accidentally?) disabled
Richard Oudkerk
2012-12-09
1
-6/+4
*
|
|
merge 3.3
Benjamin Peterson
2012-12-09
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Benjamin Peterson
2012-12-09
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
merge 3.1
Benjamin Peterson
2012-12-09
0
-0/+0
|
|
|
\
|
|
|
*
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
2
-1/+6
[next]