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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation of Python code example in C comment.
Mark Dickinson
2010-06-25
1
-11/+11
*
Issue #9075: In the ssl module, remove the setting of a `debug` flag
Antoine Pitrou
2010-06-25
1
-1/+0
*
Fix #8959 by reverting revision 80761.
Thomas Heller
2010-06-21
13
-297/+1898
*
Fix Issue4452 - Incorrect docstring of os.setpgrp
Senthil Kumaran
2010-06-17
1
-1/+1
*
Issue #8986: erfc was raising OverflowError on Linux for arguments in
Mark Dickinson
2010-06-13
1
-6/+16
*
Revert r80580 due to some unintended side effects. See issue #8202 for details.
Nick Coghlan
2010-06-13
1
-3/+5
*
Fix possible undefined behaviour from signed overflow in struct module.
Mark Dickinson
2010-06-11
1
-22/+29
*
Remove extra ] from itertools.count docstring.
Ezio Melotti
2010-06-11
1
-1/+1
*
Issue #8930: fix some C code indentation
Antoine Pitrou
2010-06-09
1
-68/+68
*
Issue #8899: time.struct_time now has class and atribute docstrings.
Alexander Belopolsky
2010-06-05
1
-10/+16
*
Issue #8864: Define _XOPEN_SOURCE on Solaris for the
Martin v. Löwis
2010-06-04
1
-0/+6
*
Issue8810: Clearing up docstring for tzinfo.utcoffset.
Sean Reifscheider
2010-06-04
1
-1/+2
*
Untabify Modules/config.c.in.
Mark Dickinson
2010-05-29
1
-18/+17
*
Issue #7150: Raise OverflowError if the result of adding or subtracting
Alexander Belopolsky
2010-05-27
1
-13/+16
*
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
Victor Stinner
2010-05-21
1
-1/+1
*
Clear the OpenSSL error queue each time an error is signalled.
Antoine Pitrou
2010-05-16
1
-0/+3
*
reindent _cursesmodule.c
Victor Stinner
2010-05-15
1
-1910/+1910
*
Remove unused variable, and fix a compilation warning on Windows
Amaury Forgeot d'Arc
2010-05-15
1
-1/+1
*
Improve _ssl.c formatting
Antoine Pitrou
2010-05-12
1
-34/+27
*
Issue #8681: Make the zlib module's error messages more informative when
Antoine Pitrou
2010-05-11
1
-4/+17
*
Issue #8674: fix another bogus overflow check in audioop module.
Mark Dickinson
2010-05-11
1
-17/+8
*
Use ';' after initialization macros to avoid confusing re-indenters
Andrew M. Kuchling
2010-05-10
1
-40/+40
*
Break long line in macros
Andrew M. Kuchling
2010-05-10
1
-7/+14
*
Move { out of #if...#else block; this confuses Emacs' C-mode
Andrew M. Kuchling
2010-05-10
1
-4/+6
*
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
Mark Dickinson
2010-05-10
1
-28/+21
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
119
-71052/+71052
*
Issue #8644: Improve accuracy of timedelta.total_seconds method.
Mark Dickinson
2010-05-09
1
-3/+19
*
Skip signal handler re-installation if it is not necessary. Issue 8354.
Jean-Paul Calderone
2010-05-08
1
-0/+5
*
Issue #8571: Fix an internal error when compressing or decompressing a
Antoine Pitrou
2010-05-07
1
-3/+4
*
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
*
Remove extraneous whitespace.
Brett Cannon
2010-05-05
3
-51/+51
*
Remove an unnecessary variable.
Brett Cannon
2010-05-05
1
-3/+0
*
Untabify Modules/_io/fileio.c
Antoine Pitrou
2010-05-05
1
-705/+705
*
Untabify Modules/_ssl.c
Antoine Pitrou
2010-05-05
1
-1346/+1346
*
On Windows, ctypes does no longer check the stack before and after
Thomas Heller
2010-05-04
13
-1898/+297
*
Fix some whitespace.
Brett Cannon
2010-05-04
1
-2/+2
*
Remove an unneeded variable assignment.
Brett Cannon
2010-05-04
1
-1/+0
*
Strip out extraneous whitespace, cast a some `const char *` to `void *` when
Brett Cannon
2010-05-04
1
-21/+21
*
Fix a Py_DECREF to a Py_XDECREF.
Brett Cannon
2010-05-04
1
-1/+1
*
Prevent a possible NULL de-reference and an unneeded variable assignment.
Brett Cannon
2010-05-04
1
-2/+2
*
Remove a redundant string length check and variable assignment.
Brett Cannon
2010-05-04
1
-5/+1
*
Fix two potential uninitialization errors and an unneeded assignment.
Brett Cannon
2010-05-03
1
-4/+6
*
Remove unused variables and a variable initialization.
Brett Cannon
2010-05-03
1
-6/+6
*
Remove unneeded variable assignment.
Brett Cannon
2010-05-03
1
-3/+1
*
Remove unneeded variable mutation and initializations.
Brett Cannon
2010-05-03
1
-4/+6
*
Clean up whitespace and remove unneeded variable initialization as found by
Brett Cannon
2010-05-03
1
-56/+52
*
Remove an unused variable.
Brett Cannon
2010-05-03
1
-2/+1
*
Remove unneeded variable initialization.
Brett Cannon
2010-05-03
1
-3/+0
*
Issue #7865: The close() method of :mod:`io` objects should not swallow
Antoine Pitrou
2010-05-03
4
-17/+24
[next]