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
...
*
Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore...
Giampaolo Rodolà
2010-05-06
3
-5/+42
*
Add back in a line that was unneeded which advanced a pointer, but commented
Brett Cannon
2010-05-06
1
-0/+1
*
Change section title; point to unittest2
Andrew M. Kuchling
2010-05-06
1
-2/+5
*
Add 2 items; record ideas for two initial sections; clarify wording
Andrew M. Kuchling
2010-05-06
1
-5/+20
*
Describe ElementTree 1.3; rearrange new-module sections; describe dict views ...
Andrew M. Kuchling
2010-05-06
1
-72/+165
*
`self` doesn't exist here
Antoine Pitrou
2010-05-06
1
-3/+3
*
Use anonymous hyperlinks
Andrew M. Kuchling
2010-05-06
1
-4/+4
*
Fix #7863. Properly identify Windows 7 and Server 2008 R2.
Brian Curtin
2010-05-06
1
-17/+34
*
Add various items
Andrew M. Kuchling
2010-05-06
1
-7/+39
*
Reword paragraph; fix filename, which should be pyconfig.h
Andrew M. Kuchling
2010-05-06
1
-3/+3
*
Have the serve.py script announce the directory it is
R. David Murray
2010-05-06
1
-0/+1
*
Untabify Modules/posixmodule.c (2)
Victor Stinner
2010-05-06
1
-10/+10
*
Untabify Modules/posixmodule.c
Victor Stinner
2010-05-05
1
-5047/+5047
*
Revert a change where an expression is not needed now, but could be in the fu...
Brett Cannon
2010-05-05
1
-0/+1
*
Issue #1533: test_range in test_builtin: fix test comment and add test
Mark Dickinson
2010-05-05
1
-2/+2
*
removed non needed lines
Tarek Ziadé
2010-05-05
1
-2/+1
*
Issue #8625: Turn off gcc optimization in debug builds.
Mark Dickinson
2010-05-05
3
-3/+8
*
Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills
Tarek Ziadé
2010-05-05
3
-10/+112
*
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
Mark Dickinson
2010-05-05
1
-2/+2
*
Mention how Clang's static anaylzer was run over Objects/ and Python/.
Brett Cannon
2010-05-05
1
-0/+2
*
Remove an unneeded variable assignment.
Brett Cannon
2010-05-05
1
-1/+0
*
Explicitly add stdio.h and string.h to make strtod.c work standalone.
Brett Cannon
2010-05-05
1
-6/+9
*
Change to a Py_XDECREF and fix some whitespace.
Brett Cannon
2010-05-05
1
-8/+8
*
Remove an unnecessary variable assignment.
Brett Cannon
2010-05-05
1
-1/+0
*
Remove two unneeded branches to an 'if' statement by applying De Morgan's Law
Brett Cannon
2010-05-05
1
-73/+68
*
Remove an unneeded variable increment.
Brett Cannon
2010-05-05
1
-1/+0
*
Remove an unneeded variable and fix a little whitespace.
Brett Cannon
2010-05-05
1
-3/+2
*
Fix whitespace.
Brett Cannon
2010-05-05
1
-8/+8
*
Partially revert the over-reaching r80813.
Brett Cannon
2010-05-05
4
-78/+85
*
Remove three unneeded variable assignments.
Brett Cannon
2010-05-05
5
-89/+79
*
Remove an unneeded assignment.
Brett Cannon
2010-05-05
1
-2/+2
*
Remove an unneeded variable assignment.
Brett Cannon
2010-05-05
1
-2/+1
*
Remove an unneeded variable.
Brett Cannon
2010-05-05
1
-2/+0
*
Remove an unneeded variable increment.
Brett Cannon
2010-05-05
1
-1/+0
*
Remove extraneous whitespace.
Brett Cannon
2010-05-05
3
-51/+51
*
Remove an unnecessary variable.
Brett Cannon
2010-05-05
1
-3/+0
*
In a number of places code still revers
Ronald Oussoren
2010-05-05
30
-268/+71
*
Issue #8600: fix test_gdb failures when gdb issues some spurious warnings.
Antoine Pitrou
2010-05-05
1
-0/+5
*
Issue #7472: remove unused code from email.encoders.encode_7or8bit.
R. David Murray
2010-05-05
2
-7/+8
*
Untabify Modules/_io/fileio.c
Antoine Pitrou
2010-05-05
1
-705/+705
*
NEWS
Barry Warsaw
2010-05-05
1
-0/+2
*
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
Barry Warsaw
2010-05-05
3
-1/+1
*
Untabify Modules/_ssl.c
Antoine Pitrou
2010-05-05
1
-1346/+1346
*
Force exit using os._exit instead of sys.exit,
Ronald Oussoren
2010-05-05
1
-1/+1
*
The C function used by uuid.uuid4 is broken on
Ronald Oussoren
2010-05-05
3
-0/+44
*
Update the NEWS entry for issue #8211.
Marc-André Lemburg
2010-05-05
1
-2/+2
*
Issue #8313: traceback.format_exception_only() encodes unicode message to
Victor Stinner
2010-05-05
3
-2/+20
*
Remove reference to unused source file.
Thomas Heller
2010-05-04
1
-4/+0
*
Fix test_gzip failure on OS X. The failure was a result of trying to fflush
Mark Dickinson
2010-05-04
1
-1/+1
*
On Windows, ctypes does no longer check the stack before and after
Thomas Heller
2010-05-04
16
-1951/+384
[prev]
[next]