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
*
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
Gerhard Häring
2008-05-04
2
-2/+46
*
SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG
Gerhard Häring
2008-05-04
1
-4/+0
*
Added note that Python requires at least Win2k SP4
Christian Heimes
2008-05-04
1
-0/+3
*
#2752: wrong meaning of '' for socket host.
Georg Brandl
2008-05-04
1
-1/+1
*
Fix typo in whatsnew
Benjamin Peterson
2008-05-04
1
-1/+3
*
Make sure that Context traps and flags dictionaries have values 0 and 1
Mark Dickinson
2008-05-04
1
-2/+2
*
Some very minor changes to decimal.py in Python 2.6, aimed
Mark Dickinson
2008-05-04
1
-9/+9
*
Moved testing of builtin types out of test_builtin and into type specific mod...
Benjamin Peterson
2008-05-03
7
-694/+745
*
Insert correct OpenSearch base URL.
Georg Brandl
2008-05-03
1
-1/+1
*
Backport Raymond's changes in r60508 to Python 2.6.
Mark Dickinson
2008-05-03
2
-6/+6
*
The compiling struct is now passed around to all AST helpers (see issue 2720)
Benjamin Peterson
2008-05-03
1
-32/+32
*
In test_io, StatefulIncrementalDecoderTest was not part of the test suite.
Amaury Forgeot d'Arc
2008-05-03
2
-8/+7
*
Fix the C implementation of 'warnings' to infer the filename of the module that
Brett Cannon
2008-05-03
2
-0/+84
*
Fix some indentation errors.
Brett Cannon
2008-05-03
1
-9/+10
*
capitalization nit for reStructuredText
Benjamin Peterson
2008-05-02
1
-1/+1
*
Fix for issue #2520 (cannot import macerrors)
Ronald Oussoren
2008-05-02
1
-0/+1
*
Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard
Ronald Oussoren
2008-05-02
4
-103/+45
*
Merged revisions 62263-62646 via svnmerge from
Martin v. Löwis
2008-05-02
2
-4/+53
*
Finish fix for issue2573, previous patch was incomplete.
Ronald Oussoren
2008-05-02
1
-1/+2
*
Fix for issue #2573: Can't change the framework name on OS X builds
Ronald Oussoren
2008-05-02
13
-57/+77
*
Fixed some test structures. Thanks Mark Dickinson.
Facundo Batista
2008-05-02
2
-21/+10
*
#2581: Vista UAC/elevation support for bdist_wininst
Mark Hammond
2008-05-02
11
-11/+152
*
This should fix issue2632. A long description of the two competing
Gregory P. Smith
2008-05-02
1
-59/+104
*
Fix a backwards-compatibility mistake where a new optional argument for
Brett Cannon
2008-05-02
2
-4/+3
*
Fix synopsis.
Georg Brandl
2008-05-01
1
-1/+1
*
Fix typo in whatsnew
Benjamin Peterson
2008-04-30
1
-1/+1
*
Remove some from __future__ import with_statements
Benjamin Peterson
2008-04-30
7
-7/+0
*
#1748: use functools.wraps instead of rolling own metadata update.
Georg Brandl
2008-04-30
1
-6/+2
*
make test_support's captured_output a bit more robust when exceptions happen
Benjamin Peterson
2008-04-30
1
-2/+4
*
#2727: clarify tp_iternext docs.
Georg Brandl
2008-04-30
1
-5/+6
*
#2719: backport next() from 3k.
Georg Brandl
2008-04-30
4
-0/+80
*
Typo fix
Andrew M. Kuchling
2008-04-30
1
-4/+4
*
Update command line usage documentation to reflect 2.6 changes (also includes...
Nick Coghlan
2008-04-30
1
-27/+62
*
Issue 2526, float.__format__ 'n' specifier does not support thousands grouping.
Eric Smith
2008-04-30
2
-129/+240
*
Add Rodrigo and Heiko.
Martin v. Löwis
2008-04-29
1
-0/+6
*
Strip down SSL docs; I'm not managing to get test programs working, so I'll j...
Andrew M. Kuchling
2008-04-29
1
-8/+3
*
test_sundry performs minimal tests (a simple import...) on modules that are n...
Amaury Forgeot d'Arc
2008-04-28
1
-25/+0
*
Fix markup.
Georg Brandl
2008-04-28
1
-1/+1
*
Rename the test_traceback_print() function to traceback_print() to prevent
Brett Cannon
2008-04-28
2
-5/+5
*
Get rid of _test(), _main(), _debug() and _check(). Tests are no longer
Skip Montanaro
2008-04-28
1
-93/+12
*
Wrap some long lines.
Skip Montanaro
2008-04-28
1
-9/+12
*
Fix a bug introduced by the warnings rewrite where tracebacks were being
Brett Cannon
2008-04-28
3
-4/+47
*
Correct documentation to match implementation: "Class" instead of
Skip Montanaro
2008-04-28
1
-45/+46
*
Minor cleanups:
Skip Montanaro
2008-04-28
1
-35/+37
*
Wrap some long paragraphs and include the default values for optional
Skip Montanaro
2008-04-27
1
-88/+96
*
A few small changes:
Skip Montanaro
2008-04-27
1
-10/+5
*
Autocompletion of filenames now support alternate separators, e.g. the
Kurt B. Kaiser
2008-04-27
2
-3/+10
*
Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.
Kurt B. Kaiser
2008-04-27
2
-7/+14
*
Home / Control-A toggles between left margin and end of leading white
Kurt B. Kaiser
2008-04-27
3
-11/+48
*
minor wording changes, rewrap a few lines
Skip Montanaro
2008-04-27
1
-12/+13
[next]