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
...
*
|
|
Remove redundant resource check in test_socket.
Nadeem Vawda
2012-01-25
1
-1/+0
*
|
|
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
2
-9/+30
|
\
\
\
|
|
/
/
|
*
|
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
2
-1/+14
|
*
|
Make test work under 32-bit systems, and when invoked through Lib/test/regrte...
Antoine Pitrou
2012-01-25
1
-8/+16
*
|
|
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
4
-7/+36
|
\
\
\
|
|
/
/
|
*
|
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
4
-7/+36
*
|
|
merge 3.2
Benjamin Peterson
2012-01-24
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
merge heads
Benjamin Peterson
2012-01-24
6
-21/+16
|
|
\
\
*
|
\
\
merge heads
Benjamin Peterson
2012-01-24
9
-40/+36
|
\
\
\
\
|
*
\
\
\
Issue #13772: In os.symlink() under Windows, do not try to guess the link
Antoine Pitrou
2012-01-24
4
-19/+14
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #13772: In os.symlink() under Windows, do not try to guess the link
Antoine Pitrou
2012-01-24
4
-19/+14
|
*
|
|
|
Sort functions in the doc of the time module
Victor Stinner
2012-01-24
1
-13/+14
|
*
|
|
|
Issue #10278: wallclock() cannot go backward, but two consecutive calls
Victor Stinner
2012-01-23
1
-1/+1
|
*
|
|
|
Silence last compilation warning.
Amaury Forgeot d'Arc
2012-01-23
1
-1/+1
|
*
|
|
|
Fix compilation warnings (seen on win32 buildbot)
Amaury Forgeot d'Arc
2012-01-23
1
-4/+4
|
*
|
|
|
merge from 3.2
Georg Brandl
2012-01-23
2
-2/+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
Georg Brandl
2012-01-23
2
-2/+2
*
|
|
|
|
merge 3.2
Benjamin Peterson
2012-01-23
1
-24/+31
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
fix declaration style
Benjamin Peterson
2012-01-23
1
-24/+31
|
|
/
/
*
|
|
merge with 3.2
Georg Brandl
2012-01-22
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix #13834: strip() strips leading and trailing whitespace.
Georg Brandl
2012-01-22
1
-1/+1
*
|
|
use the static identifier api for looking up special methods
Benjamin Peterson
2012-01-22
11
-164/+153
*
|
|
Issue #13835: fixes to What's new 3.3; patch by July Tikhonov
Sandro Tosi
2012-01-22
1
-3/+3
*
|
|
Fix a unittest error seen on NetBSD 5.
Gregory P. Smith
2012-01-22
1
-2/+12
|
\
\
\
|
|
/
/
|
*
|
Fix a unittest error seen on NetBSD 5.
Gregory P. Smith
2012-01-22
1
-2/+12
*
|
|
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
Gregory P. Smith
2012-01-22
1
-9/+47
|
\
\
\
|
|
/
/
|
*
|
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
Gregory P. Smith
2012-01-22
1
-9/+47
*
|
|
Improve the test for dirfd(). Some systems #define it rather than
Gregory P. Smith
2012-01-22
3
-49/+65
|
\
\
\
|
|
/
/
|
*
|
Improve the test for dirfd(), some systems #define it rather than have
Gregory P. Smith
2012-01-22
3
-49/+65
*
|
|
bugfix for *BSD platforms. (oops messed up #define)
Gregory P. Smith
2012-01-21
1
-4/+2
|
\
\
\
|
|
/
/
|
*
|
Another issue #8052 bugfix (related to previous commit).
Gregory P. Smith
2012-01-21
1
-4/+2
*
|
|
bugfix for issue 8052 fixes on *BSD platforms.
Gregory P. Smith
2012-01-21
1
-9/+13
|
\
\
\
|
|
/
/
|
*
|
Bugfix for issue #8052 fix on *BSD variants.
Gregory P. Smith
2012-01-21
1
-9/+13
*
|
|
A Misc/NEWS entry for issue 8052.
Gregory P. Smith
2012-01-21
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Add a Misc/NEWS entry for issue 8052.
Gregory P. Smith
2012-01-21
1
-0/+5
*
|
|
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
5
-37/+281
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
5
-37/+281
*
|
|
Avoid the compiler warning about the unused return value.
Gregory P. Smith
2012-01-21
1
-6/+9
|
\
\
\
|
|
/
/
|
*
|
Avoid the compiler warning about the unused return value.
Gregory P. Smith
2012-01-21
1
-6/+9
*
|
|
Issue #12922: fix the TextIOBase documentation to include a description of se...
Antoine Pitrou
2012-01-21
1
-0/+26
|
\
\
\
|
|
/
/
|
*
|
Issue #12922: fix the TextIOBase documentation to include a description of se...
Antoine Pitrou
2012-01-21
1
-0/+26
*
|
|
Issue #13706: Support non-ASCII fill characters
Victor Stinner
2012-01-21
2
-15/+39
*
|
|
merge with 3.2
Sandro Tosi
2012-01-21
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
fix typo; thanks to Justin Watt from docs@
Sandro Tosi
2012-01-21
1
-1/+1
*
|
|
merge from 3.2
Senthil Kumaran
2012-01-21
4
-2/+8
|
\
\
\
|
|
/
/
|
*
|
Fix Issue6631 - Disallow relative file paths in urllib urlopen
Senthil Kumaran
2012-01-21
4
-0/+9
*
|
|
add another test case
Benjamin Peterson
2012-01-20
1
-0/+1
*
|
|
phony merge of 76077971ee1f from 3.2
Łukasz Langa
2012-01-20
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
#13760: picklability tests for configparser exceptions
Łukasz Langa
2012-01-20
1
-0/+145
*
|
|
#13760: picklability tests for configparser exceptions
Łukasz Langa
2012-01-20
1
-0/+145
[prev]
[next]