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
*
Merged revisions 81967 via svnmerge from
Mark Dickinson
2010-06-13
5
-6/+67
*
Remove unnecessary brackets from docstring optional arguments.
Mark Dickinson
2010-06-13
1
-2/+2
*
Issue #8973: Expanded Struct.__doc__.
Alexander Belopolsky
2010-06-12
1
-1/+5
*
Blocked revisions 81957 via svnmerge
Mark Dickinson
2010-06-12
0
-0/+0
*
Issue #8469: Reorder struct module sections for clarity; other minor tweaks.
Mark Dickinson
2010-06-12
1
-75/+79
*
Issue #8469: add standard sizes to struct docs table.
Mark Dickinson
2010-06-12
1
-40/+40
*
Merged revisions 81953 via svnmerge from
Benjamin Peterson
2010-06-12
0
-0/+0
*
Added acknowlegement for Issue #3129
Alexander Belopolsky
2010-06-12
2
-2/+3
*
Fix mild type confusion in decimal module docstring.
Mark Dickinson
2010-06-12
1
-1/+2
*
More struct module docs and docstring tweaks.
Mark Dickinson
2010-06-12
2
-25/+25
*
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
3
-21/+42
*
Blocked revisions 81945 via svnmerge
Nick Coghlan
2010-06-12
0
-0/+0
*
Merged revisions 80578 via svnmerge from
Nick Coghlan
2010-06-12
5
-14/+108
*
Remove unused variable.
Mark Dickinson
2010-06-12
1
-1/+1
*
Issue #8981: Remove _struct.__version__.
Mark Dickinson
2010-06-12
1
-6/+0
*
Silence 'unused variable' gcc warning. Patch by Éric Araujo.
Mark Dickinson
2010-06-12
1
-1/+2
*
Calling __import__ as a method technically works, but really should be wrapped
Brett Cannon
2010-06-12
1
-1/+1
*
When dealing with __import__ for detecting a global state change made by a
Brett Cannon
2010-06-12
1
-2/+8
*
Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode
Victor Stinner
2010-06-11
5
-22/+33
*
Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.
Victor Stinner
2010-06-11
3
-5/+8
*
Fix some bugs in c-api/arg.rst documentation
Victor Stinner
2010-06-11
1
-16/+15
*
Issue #8965: Write more tests for sys.getfilesystemencoding()
Victor Stinner
2010-06-11
1
-11/+24
*
readline: use PyUnicode_FSConverter() to parse filenames
Victor Stinner
2010-06-11
1
-10/+32
*
Issue #8965: Add a regression test to test_sys with LANG=C
Victor Stinner
2010-06-11
1
-2/+13
*
locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename
Victor Stinner
2010-06-11
1
-5/+17
*
Merged revisions 81906 via svnmerge from
Benjamin Peterson
2010-06-11
1
-1/+1
*
Issue #8966: If a ctypes structure field is an array of c_char, convert its
Victor Stinner
2010-06-11
4
-9/+12
*
Merged revisions 81907 via svnmerge from
Antoine Pitrou
2010-06-11
3
-19/+50
*
Blocked revisions 81904 via svnmerge
Mark Dickinson
2010-06-11
0
-0/+0
*
Fix more undefined-behaviour inducing overflow checks in struct module.
Mark Dickinson
2010-06-11
2
-19/+25
*
Blocked revisions 81899 via svnmerge
Victor Stinner
2010-06-11
0
-0/+0
*
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
2
-3/+11
*
Fix typo in docstring.
Mark Dickinson
2010-06-11
1
-1/+1
*
Issue #3129: Trailing digits in format string are no longer ignored.
Alexander Belopolsky
2010-06-11
3
-3/+36
*
Fix issue number typo.
Mark Dickinson
2010-06-11
1
-2/+2
*
Issue #8188: Comparisons between Decimal objects and other numeric
Mark Dickinson
2010-06-11
5
-25/+112
*
Merged revisions 81889 via svnmerge from
Ezio Melotti
2010-06-11
1
-1/+1
*
test_sys: add a test on the file system encoding for darwin
Victor Stinner
2010-06-11
1
-0/+5
*
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
Victor Stinner
2010-06-11
1
-17/+19
*
Merged revisions 81878 via svnmerge from
Michael Foord
2010-06-10
2
-2/+4
*
Blocked revisions 81876 via svnmerge
Michael Foord
2010-06-10
0
-0/+0
*
Merged revisions 81859 via svnmerge from
Michael Foord
2010-06-10
1
-1/+1
*
Merged revisions 81853 via svnmerge from
Michael Foord
2010-06-10
4
-2/+116
*
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
Mark Dickinson
2010-06-10
3
-33/+9
*
Fix r81869: ISO-8859-15 was seen as an alias to ISO-8859-1
Victor Stinner
2010-06-10
1
-39/+45
*
Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to
Victor Stinner
2010-06-10
2
-18/+35
*
Merged revisions 81864 via svnmerge from
Alexander Belopolsky
2010-06-09
1
-1/+1
[next]