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
*
Reformat, since I've been busy here anyway.
Jeroen Ruigrok van der Werven
2009-04-25
1
-34/+37
*
Issue #4129: Documentation notes for int -> Py_ssize_t changes.
Jeroen Ruigrok van der Werven
2009-04-25
1
-0/+8
*
Issue #4129: More documentation pointers about int -> Py_ssize_t.
Jeroen Ruigrok van der Werven
2009-04-25
1
-1/+9
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-35/+39
*
Since I edited this file, reformat for future edits.
Jeroen Ruigrok van der Werven
2009-04-25
1
-68/+72
*
Reference to an int type, whereas it's a Py_ssize_t as the synopsis states.
Jeroen Ruigrok van der Werven
2009-04-25
1
-3/+3
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-41/+47
*
Issue #4129: Document more int -> Py_ssize_t changes.
Jeroen Ruigrok van der Werven
2009-04-25
1
-0/+11
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-17/+18
*
Issue #4129: Belatedly document which C API functions had their argument(s) or
Jeroen Ruigrok van der Werven
2009-04-25
13
-5/+171
*
Issue #5078: Avoid redundant call to FormatError()
Thomas Heller
2009-04-25
1
-146/+142
*
#5841: add deprecation py3k warning and notice in the docs for commands module.
Georg Brandl
2009-04-25
2
-4/+10
*
#5821: add some capabilities of TarFile's file-like object.
Georg Brandl
2009-04-25
1
-2/+3
*
#5834: use "failure" instead of "error" because the two have different meanin...
Georg Brandl
2009-04-25
1
-1/+1
*
#3320: fix spelling.
Georg Brandl
2009-04-25
1
-1/+1
*
Reformat paragraph.
Jeroen Ruigrok van der Werven
2009-04-25
1
-10/+10
*
The type for ppos has been Py_ssize_t since 2.5, reflect this in the
Jeroen Ruigrok van der Werven
2009-04-25
1
-1/+1
*
Reformat prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-50/+55
*
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
Walter Dörwald
2009-04-25
4
-25/+41
*
Reformat file prior to editing.
Jeroen Ruigrok van der Werven
2009-04-25
1
-239/+252
*
Rewrite a sentence to be more in line with the rest of the documentation with
Jeroen Ruigrok van der Werven
2009-04-25
1
-7/+7
*
#5810: Fixed Distutils test_build_scripts
Tarek Ziadé
2009-04-25
2
-1/+4
*
Issue #4239: adjust email examples not to use connect() and terminate with
Jeroen Ruigrok van der Werven
2009-04-25
4
-7/+4
*
Issue #4951: Fixed failure in test_httpservers
Tarek Ziadé
2009-04-25
2
-2/+7
*
Issue #5837: Certain sequences of calls to set() and unset() for
Walter Dörwald
2009-04-25
2
-15/+21
*
First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT.
Jeroen Ruigrok van der Werven
2009-04-25
1
-1/+18
*
Reformat prior to expanding.
Jeroen Ruigrok van der Werven
2009-04-25
1
-57/+63
*
Fix typo in complex parsing code; expand tests.
Mark Dickinson
2009-04-25
2
-4/+20
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
3
-0/+18
*
Issue #3102: All global symbols that the _ctypes extension defines are
Thomas Heller
2009-04-24
8
-525/+529
*
Issue 5041: ctypes unwilling to allow pickling wide character.
Thomas Heller
2009-04-24
3
-1/+8
*
Issue #5161: wrong paths for ctypes cleanup when Python is built in a
Thomas Heller
2009-04-24
1
-2/+2
*
Remove unnecessary double negative
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5593: Use more robust test for double-rounding in test_fsum.
Mark Dickinson
2009-04-24
1
-8/+9
*
Issue #5812: The two-argument form of the Fraction constructor
Mark Dickinson
2009-04-24
3
-13/+32
*
Fix missing 'return NULL'
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5816:
Mark Dickinson
2009-04-24
4
-176/+230
*
Add link to PEP 236.
Georg Brandl
2009-04-23
1
-0/+5
*
#5813: add a reference to the "future statements" section.
Georg Brandl
2009-04-23
1
-0/+4
*
Fix rewrapping accident.
Georg Brandl
2009-04-23
1
-3/+3
*
#5820: fix bug in usage of getreader().
Georg Brandl
2009-04-23
1
-1/+1
*
Produce correct version string to access the .chm
Kurt B. Kaiser
2009-04-23
4
-10/+22
*
Issue #5812: make Fraction('1e-6') valid. Backport of r71806.
Mark Dickinson
2009-04-22
4
-32/+46
*
Fixed issue 5782: formatting with commas didn't work if no specifier type cod...
Eric Smith
2009-04-22
2
-0/+7
*
Issue 5354: Change API for import_fresh_module() to better support test_warni...
Nick Coghlan
2009-04-22
5
-21/+85
*
Backport of some of the work in r71665 to trunk. This reworks much of
Eric Smith
2009-04-22
9
-508/+906
*
Issue #5170: Fixed regression caused when fixing #5768.
Vinay Sajip
2009-04-22
1
-1/+11
*
Documentation for issue 5237, auto-numbered format fields. Contributed by Ter...
Eric Smith
2009-04-22
2
-9/+16
*
#5751: fix escaping of \\n.
Georg Brandl
2009-04-21
1
-1/+1
*
#5757: fix copy-paste error in notify().
Georg Brandl
2009-04-21
1
-5/+5
[next]