summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor doc fixups.Raymond Hettinger2009-02-043-7/+10
* issue 4804: Provide checks for the format string of strftime, and for the "m...Kristján Valur Jónsson2009-02-043-2/+106
* Make importlib backwards-compatible to Python 2.2 (but this is not promised toBrett Cannon2009-02-031-3/+16
* This refactoring should make it easier to add new calling conventions.Thomas Heller2009-02-033-400/+29
* Backport importlib to at least Python 2.5 by getting rid of use of str.format.Brett Cannon2009-02-031-1/+1
* Ignore bytecode files in importlib.Brett Cannon2009-02-030-0/+0
* Make importlib a package. This allows using svn:externals in the sandbox toBrett Cannon2009-02-032-1/+1
* Register decimals as numbers.NumberRaymond Hettinger2009-02-032-0/+14
* Record operator deprecations in docs.Raymond Hettinger2009-02-031-23/+19
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-032-1/+11
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-027-15/+65
* NEWS entry for issue #1581476Guilherme Polo2009-02-021-0/+2
* Fix for issue #1581476Guilherme Polo2009-02-021-2/+1
* Moving to importlibGuilherme Polo2009-02-021-4/+3
* Restore the previous geometry before leaving the testGuilherme Polo2009-02-021-2/+3
* Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.Martin v. Löwis2009-02-022-0/+14
* Set native svn:eol-style property for text files.Hirokazu Yamamoto2009-02-020-0/+0
* Use a single Tcl interpreter through all these tests, this may help someGuilherme Polo2009-02-024-16/+34
* Restore Tkinter.Tk._loadtk so this test doesn't fail for problemsGuilherme Polo2009-02-011-1/+7
* wording for for issue4903.Gregory P. Smith2009-02-011-7/+7
* Update doc wording as suggested in issue4903.Gregory P. Smith2009-02-011-3/+3
* more flags which only work for function blocksBenjamin Peterson2009-01-311-6/+4
* add explanatory commentBenjamin Peterson2009-01-311-0/+2
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-313-9/+61
* markup fixDavid Goodger2009-01-311-1/+1
* fix indentation in commentBenjamin Peterson2009-01-311-2/+2
* fix indentation; looks like all I managed to do the first time is make things...Benjamin Peterson2009-01-311-2558/+2558
* fix indentationBenjamin Peterson2009-01-311-2/+2
* I believe the intention here was to avoid a global lookupBenjamin Peterson2009-01-311-1/+1
* fix indentationBenjamin Peterson2009-01-311-23/+23
* PyErr_BadInternalCall() raises a SystemError, not TypeError #5112Benjamin Peterson2009-01-311-3/+4
* Add an extra test for long <-> float hash equivalence.Mark Dickinson2009-01-311-0/+1
* completely detabify unicodeobject.cBenjamin Peterson2009-01-311-3010/+3010
* Text edits and markup fixesAndrew M. Kuchling2009-01-311-60/+64
* Add a sectionAndrew M. Kuchling2009-01-311-0/+17
* check the errno in bad fd casesBenjamin Peterson2009-01-311-2/+8
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-302-2/+13
* pep8tify conditionalsBenjamin Peterson2009-01-301-29/+58
* fixed test_make_distribution so it runs on any platform, as long as tar an gz...Tarek Ziadé2009-01-291-9/+6
* Issue #2047: shutil.move() could believe that its destination path wasAntoine Pitrou2009-01-293-1/+33
* Fix issue5075: bdist_wininst should not depend on the vc runtime?Mark Hammond2009-01-294-91/+92
* Fix typo.Raymond Hettinger2009-01-291-1/+1
* Update itertools.__doc__ to include all tools.Raymond Hettinger2009-01-291-5/+12
* fix download urlBenjamin Peterson2009-01-291-1/+1
* Ignore .pyc and .pyo files.Brett Cannon2009-01-290-0/+0
* Minor spelling mistake in datetime docs.Brett Cannon2009-01-291-1/+1
* Clarify some __del__ stuff.Brett Cannon2009-01-291-1/+3
* Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...Raymond Hettinger2009-01-281-15/+13
* Issue 4920: Fixed next() vs __next__() issues in the ABCsRaymond Hettinger2009-01-283-4/+68
* Issue #5083: New 'gui' resource for regrtest.Guilherme Polo2009-01-282-1/+8