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 #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
3
-1/+21
|
\
|
*
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
3
-1/+21
*
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
3
-2/+11
|
\
\
|
|
/
|
*
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
3
-1/+10
*
|
Issue #15783: Except for the number methods, the C version of decimal now
Stefan Krah
2012-12-15
8
-233/+625
*
|
Use OSError instead of os.error in the docs.
Andrew Svetlov
2012-12-15
2
-5/+5
*
|
merge 3.2
Benjamin Peterson
2012-12-15
1
-2/+0
|
\
\
|
|
/
|
*
remove dead code
Benjamin Peterson
2012-12-15
1
-2/+0
*
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
4
-2/+42
|
\
\
|
|
/
|
*
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
4
-1/+23
*
|
#16683: merge with 3.2.
Ezio Melotti
2012-12-14
1
-6/+6
|
\
\
|
|
/
|
*
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
Ezio Melotti
2012-12-14
1
-6/+6
*
|
#16681: merge with 3.2.
Ezio Melotti
2012-12-14
2
-2/+2
|
\
\
|
|
/
|
*
#16681: use "bidirectional class" instead of "bidirectional category" in the ...
Ezio Melotti
2012-12-14
1
-1/+1
|
*
#16681: use "bidirectional class" instead of "bidirectional category".
Ezio Melotti
2012-12-14
1
-1/+1
*
|
Issue #16661: Fix the os.getgrouplist() test by not assuming that it
Ross Lagerwall
2012-12-13
2
-10/+6
*
|
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
*
|
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
*
|
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
*
|
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
-8/+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
-2/+2
|
\
\
|
|
/
|
*
#15872: More shutil test fixes for Windows
Hynek Schlawack
2012-12-10
1
-2/+2
*
|
#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: 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.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
*
|
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
*
|
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
*
|
|
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
2
-1/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #16248: Disable code execution from the user's home directory by tkinte...
Antoine Pitrou
2012-12-09
2
-1/+6
*
|
|
Issue #15209: Fix typo and some additional wording tweaks
Nick Coghlan
2012-12-09
1
-8/+16
*
|
|
Merge fixes for #13614, #13512 and #7719 from 3.2
Éric Araujo
2012-12-09
12
-34/+74
|
\
\
\
|
|
/
/
[next]