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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the Python implementation of warnings compatible with the C implementati...
Benjamin Peterson
2008-05-06
1
-0/+3
*
Fix logic error in Python/_warnings.c and add a test to verify
Benjamin Peterson
2008-05-06
1
-0/+9
*
Intern static string
Christian Heimes
2008-05-06
1
-11/+1
*
fix issue2707 - os.walk docstring example correctness typo.
Gregory P. Smith
2008-05-06
1
-1/+2
*
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
Brett Cannon
2008-05-06
1
-0/+2
*
PEP 8 nits in json package
Benjamin Peterson
2008-05-06
3
-2/+3
*
Fix a bug introduced in r62627. see issue2760 and issue2632.
Gregory P. Smith
2008-05-05
2
-19/+45
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
22
-0/+1797
*
Revert bogus checkin in r62724 to that file.
Martin v. Löwis
2008-05-05
1
-1/+1
*
Fix Unicode filename test.
Martin v. Löwis
2008-05-05
1
-4/+6
*
Issue #1734346: Support Unicode file names for zipfiles.
Martin v. Löwis
2008-05-05
3
-7/+34
*
Remove the use of 'inspect' from 'warnings' for detected deprecated use of the
Brett Cannon
2008-05-05
1
-5/+12
*
Add a DeprecationWarning for when warnings.showwarning() is set to a function
Brett Cannon
2008-05-05
2
-1/+42
*
Remove method signatures from the docstrings of io.py
Benjamin Peterson
2008-05-04
1
-50/+38
*
#2695: Do case-insensitive check for algorithms.
Georg Brandl
2008-05-04
1
-0/+2
*
Implemented feature request 2157: Converter names are cut off at '('
Gerhard Häring
2008-05-04
1
-1/+16
*
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
Gerhard Häring
2008-05-04
1
-0/+20
*
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
*
Backport Raymond's changes in r60508 to Python 2.6.
Mark Dickinson
2008-05-03
1
-4/+4
*
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
1
-0/+71
*
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
2
-1/+2
*
Merged revisions 62263-62646 via svnmerge from
Martin v. Löwis
2008-05-02
2
-4/+53
*
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
6
-1/+31
*
This should fix issue2632. A long description of the two competing
Gregory P. Smith
2008-05-02
1
-59/+104
*
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
*
#2719: backport next() from 3k.
Georg Brandl
2008-04-30
1
-0/+27
*
Issue 2526, float.__format__ 'n' specifier does not support thousands grouping.
Eric Smith
2008-04-30
1
-1/+11
*
test_sundry performs minimal tests (a simple import...) on modules that are n...
Amaury Forgeot d'Arc
2008-04-28
1
-25/+0
*
Rename the test_traceback_print() function to traceback_print() to prevent
Brett Cannon
2008-04-28
1
-2/+2
*
Get rid of _test(), _main(), _debug() and _check(). Tests are no longer
Skip Montanaro
2008-04-28
1
-93/+12
*
Fix a bug introduced by the warnings rewrite where tracebacks were being
Brett Cannon
2008-04-28
1
-2/+28
*
Minor cleanups:
Skip Montanaro
2008-04-28
1
-35/+37
*
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
*
Fixed URL of PEP 205 in weakref's module docstring.
Alexandre Vassalotti
2008-04-27
1
-1/+1
*
Allow test_import to work when it is invoked directly
Benjamin Peterson
2008-04-25
1
-0/+2
*
Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.
Mark Dickinson
2008-04-25
2
-0/+5
*
Add from_buffer and from_buffer_copy class methods to ctypes types.
Thomas Heller
2008-04-25
1
-0/+81
*
A new crasher.
Armin Rigo
2008-04-25
1
-0/+31
*
Use absolute import for test package
Amaury Forgeot d'Arc
2008-04-24
1
-1/+1
*
Add a few tests for pydoc.
Amaury Forgeot d'Arc
2008-04-24
2
-1/+33
[prev]
[next]