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
*
More struct module docs and docstring tweaks.
Mark Dickinson
2010-06-12
1
-4/+4
*
Issue #8973: Improve struct module docstrings.
Mark Dickinson
2010-06-12
1
-22/+37
*
Remove accidental (yet-to-be-reviewed) docstring changes included in r81947.
Mark Dickinson
2010-06-12
1
-28/+21
*
Issue #8973: Add __all__ to struct module, so that help(struct) correctly
Mark Dickinson
2010-06-12
1
-21/+28
*
Remove unused variable.
Mark Dickinson
2010-06-12
1
-1/+1
*
Issue #8981: Remove _struct.__version__.
Mark Dickinson
2010-06-12
1
-6/+0
*
readline: use PyUnicode_FSConverter() to parse filenames
Victor Stinner
2010-06-11
1
-10/+32
*
locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename
Victor Stinner
2010-06-11
1
-5/+17
*
Issue #8966: If a ctypes structure field is an array of c_char, convert its
Victor Stinner
2010-06-11
1
-1/+1
*
Fix more undefined-behaviour inducing overflow checks in struct module.
Mark Dickinson
2010-06-11
1
-19/+23
*
Fix an incorrect return type.
Mark Dickinson
2010-06-11
1
-1/+1
*
Avoid possible undefined behaviour from signed overflow.
Mark Dickinson
2010-06-11
1
-3/+6
*
Issue #3129: Trailing digits in format string are no longer ignored.
Alexander Belopolsky
2010-06-11
1
-2/+5
*
Merged revisions 81889 via svnmerge from
Ezio Melotti
2010-06-11
1
-1/+1
*
Merged revisions 81860 via svnmerge from
Antoine Pitrou
2010-06-09
1
-98/+98
*
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Victor Stinner
2010-06-08
1
-16/+0
*
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner
2010-06-07
1
-1/+1
*
Fix naming inconsistency.
Mark Dickinson
2010-06-07
1
-1/+1
*
Merged revisions 81756 via svnmerge from
Alexander Belopolsky
2010-06-05
1
-10/+16
*
Merged revisions 81692 via svnmerge from
Martin v. Löwis
2010-06-04
1
-0/+6
*
Issue8810: Clearing up docstring for tzinfo.utcoffset.
Sean Reifscheider
2010-06-04
1
-2/+2
*
#8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
R. David Murray
2010-06-01
1
-0/+2
*
Issue #1289118: datetime.timedelta objects can now be multiplied by float
Alexander Belopolsky
2010-05-31
1
-1/+112
*
Merged revisions 81602 via svnmerge from
Mark Dickinson
2010-05-29
1
-16/+16
*
Merged revisions 81566 via svnmerge from
Alexander Belopolsky
2010-05-27
1
-13/+16
*
Issue #4870: Add an `options` attribute to SSL contexts, as well as
Antoine Pitrou
2010-05-21
1
-0/+44
*
Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner
2010-05-19
1
-4/+5
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Victor Stinner
2010-05-19
4
-6/+13
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c
Victor Stinner
2010-05-19
1
-2/+7
*
Fix test_capi in !pydebug mode, where my original attempt segfaulted without
Jeffrey Yasskin
2010-05-17
1
-1/+5
*
Issue #6697: Fix a crash if code of "python -c code" contains surrogates
Victor Stinner
2010-05-17
1
-4/+8
*
Merged revisions 81241 via svnmerge from
Antoine Pitrou
2010-05-16
1
-0/+3
*
Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path
Victor Stinner
2010-05-16
1
-7/+9
*
Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes
Victor Stinner
2010-05-16
1
-5/+5
*
Fix (hopefully) the remaining test_ssl buildbot failures
Antoine Pitrou
2010-05-16
1
-0/+4
*
Issue #8550: Add first class `SSLContext` objects to the ssl module.
Antoine Pitrou
2010-05-16
1
-186/+349
*
Recorded merge of revisions 81213 via svnmerge from
Victor Stinner
2010-05-15
1
-1994/+1994
*
Remove unused variable, and fix a compilation warning on Windows.
Amaury Forgeot d'Arc
2010-05-15
1
-1/+1
*
Issue #8692: Improve performance of math.factorial:
Mark Dickinson
2010-05-15
1
-20/+240
*
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner
2010-05-15
5
-13/+5
*
posix_listdir(), posix_readlink(): avoid temporary PyBytes object
Victor Stinner
2010-05-14
1
-38/+10
*
Make PyErr_Occurred return NULL if there is no current thread. Previously it
Jeffrey Yasskin
2010-05-13
1
-0/+12
*
Merged revisions 81115 via svnmerge from
Antoine Pitrou
2010-05-12
1
-33/+26
*
Merged revisions 81098 via svnmerge from
Antoine Pitrou
2010-05-11
1
-4/+17
*
Issue #8677: Make curses module PY_SSIZE_T_CLEAN.
Mark Dickinson
2010-05-11
1
-1/+3
*
Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN.
Mark Dickinson
2010-05-11
1
-64/+70
*
Merged revisions 81079 via svnmerge from
Mark Dickinson
2010-05-11
1
-17/+8
*
Merged revisions 81073 via svnmerge from
Andrew M. Kuchling
2010-05-10
1
-40/+40
*
Merged revisions 81072 via svnmerge from
Andrew M. Kuchling
2010-05-10
1
-7/+14
*
Merged revisions 81049 via svnmerge from
Andrew M. Kuchling
2010-05-10
1
-4/+6
[next]