summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revert bogus checkin in r62724 to that file.Martin v. Löwis2008-05-051-1/+1
* Fix Unicode filename test.Martin v. Löwis2008-05-051-4/+6
* Issue #1734346: Support Unicode file names for zipfiles.Martin v. Löwis2008-05-053-7/+34
* Remove the use of 'inspect' from 'warnings' for detected deprecated use of theBrett Cannon2008-05-051-5/+12
* Add a DeprecationWarning for when warnings.showwarning() is set to a functionBrett Cannon2008-05-052-1/+42
* Remove method signatures from the docstrings of io.pyBenjamin Peterson2008-05-041-50/+38
* #2695: Do case-insensitive check for algorithms.Georg Brandl2008-05-041-0/+2
* Implemented feature request 2157: Converter names are cut off at '('Gerhard Häring2008-05-041-1/+16
* Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. TheGerhard Häring2008-05-041-0/+20
* Make sure that Context traps and flags dictionaries have values 0 and 1Mark Dickinson2008-05-041-2/+2
* Some very minor changes to decimal.py in Python 2.6, aimedMark Dickinson2008-05-041-9/+9
* Moved testing of builtin types out of test_builtin and into type specific mod...Benjamin Peterson2008-05-037-694/+745
* Backport Raymond's changes in r60508 to Python 2.6.Mark Dickinson2008-05-031-4/+4
* In test_io, StatefulIncrementalDecoderTest was not part of the test suite.Amaury Forgeot d'Arc2008-05-032-8/+7
* Fix the C implementation of 'warnings' to infer the filename of the module thatBrett Cannon2008-05-031-0/+71
* Fix for issue #2520 (cannot import macerrors)Ronald Oussoren2008-05-021-0/+1
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-022-1/+2
* Merged revisions 62263-62646 via svnmerge fromMartin v. Löwis2008-05-022-4/+53
* Fixed some test structures. Thanks Mark Dickinson.Facundo Batista2008-05-022-21/+10
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-026-1/+31
* This should fix issue2632. A long description of the two competingGregory P. Smith2008-05-021-59/+104
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-307-7/+0
* #1748: use functools.wraps instead of rolling own metadata update.Georg Brandl2008-04-301-6/+2
* make test_support's captured_output a bit more robust when exceptions happenBenjamin Peterson2008-04-301-2/+4
* #2719: backport next() from 3k.Georg Brandl2008-04-301-0/+27
* Issue 2526, float.__format__ 'n' specifier does not support thousands grouping.Eric Smith2008-04-301-1/+11
* test_sundry performs minimal tests (a simple import...) on modules that are n...Amaury Forgeot d'Arc2008-04-281-25/+0
* Rename the test_traceback_print() function to traceback_print() to preventBrett Cannon2008-04-281-2/+2
* Get rid of _test(), _main(), _debug() and _check(). Tests are no longerSkip Montanaro2008-04-281-93/+12
* Fix a bug introduced by the warnings rewrite where tracebacks were beingBrett Cannon2008-04-281-2/+28
* Minor cleanups:Skip Montanaro2008-04-281-35/+37
* A few small changes:Skip Montanaro2008-04-271-10/+5
* Autocompletion of filenames now support alternate separators, e.g. theKurt B. Kaiser2008-04-272-3/+10
* Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.Kurt B. Kaiser2008-04-272-7/+14
* Home / Control-A toggles between left margin and end of leading whiteKurt B. Kaiser2008-04-273-11/+48
* Fixed URL of PEP 205 in weakref's module docstring.Alexandre Vassalotti2008-04-271-1/+1
* Allow test_import to work when it is invoked directlyBenjamin Peterson2008-04-251-0/+2
* Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.Mark Dickinson2008-04-252-0/+5
* Add from_buffer and from_buffer_copy class methods to ctypes types.Thomas Heller2008-04-251-0/+81
* A new crasher.Armin Rigo2008-04-251-0/+31
* Use absolute import for test packageAmaury Forgeot d'Arc2008-04-241-1/+1
* Add a few tests for pydoc.Amaury Forgeot d'Arc2008-04-242-1/+33
* Disable gc when running test_trace, or we may record the __del__ of collected...Amaury Forgeot d'Arc2008-04-241-0/+12
* Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).Amaury Forgeot d'Arc2008-04-241-1/+1
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-222-3/+9
* Major improvements:Gregory P. Smith2008-04-221-34/+76
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-4/+24
* If sys.stdin is not a tty, fall back to default_getpass after printingGregory P. Smith2008-04-211-0/+4
* Comment typoAndrew M. Kuchling2008-04-211-1/+1
* Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache c...Amaury Forgeot d'Arc2008-04-201-0/+3