summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-032-11/+16
* #4048 make the parser module accept relative imports as validBenjamin Peterson2008-11-034-2/+7
* rephrase has_key docBenjamin Peterson2008-10-312-1/+3
* make sure the parser flags and passed onto the compilerBenjamin Peterson2008-10-315-13/+65
* move unprefixed error into .c fileBenjamin Peterson2008-10-302-2/+2
* finish backporting binary literals and new octal literals docsBenjamin Peterson2008-10-302-9/+12
* backport bin() documentationBenjamin Peterson2008-10-302-1/+11
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-302-2/+11
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-303-26/+59
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-303-1/+22
* Correct error message in io.open():Amaury Forgeot d'Arc2008-10-291-1/+1
* mention the version gettempdir() was addedBenjamin Peterson2008-10-291-0/+2
* Fix one of the tests: it relied on being present in an "output test" inArmin Rigo2008-10-281-7/+3
* add forgotten test for r67030Benjamin Peterson2008-10-261-0/+21
* fix __future__ imports when multiple features are givenBenjamin Peterson2008-10-263-5/+9
* don't use a catch-allBenjamin Peterson2008-10-251-1/+1
* Typo fix.Georg Brandl2008-10-251-1/+1
* give a py3k warning when 'nonlocal' is used as a variable nameBenjamin Peterson2008-10-253-44/+34
* only nonempty __slots__ don't workBenjamin Peterson2008-10-231-2/+2
* Use the correct names of the stateless codec functions (Fixes issue 4178).Walter Dörwald2008-10-231-3/+3
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-232-3/+3
* fix #4150: pdb's up command didn't work for generators in post-mortemBenjamin Peterson2008-10-223-6/+7
* and another typo...Benjamin Peterson2008-10-221-2/+1
* fix a few typosBenjamin Peterson2008-10-221-7/+7
* add NEWs note for last changeBenjamin Peterson2008-10-211-0/+3
* return ArgInfo from inspect.getargvalues #4092Benjamin Peterson2008-10-211-1/+1
* #4157 move two test functions out of platform.py.Amaury Forgeot d'Arc2008-10-212-33/+34
* make sure to call iteritems()Benjamin Peterson2008-10-211-3/+1
* - install versioned manpageMatthias Klose2008-10-211-1/+1
* Fixed #4062, added import for _ast.__version__ to ast to match the documented...Armin Ronacher2008-10-201-0/+1
* mention -nBenjamin Peterson2008-10-191-2/+2
* fix compiler warningBenjamin Peterson2008-10-192-2/+2
* Fixed #4067 by implementing _attributes and _fields for the AST root node.Armin Ronacher2008-10-192-0/+36
* Fix duplicate word.Georg Brandl2008-10-171-1/+1
* clarify CALL_FUNCTION #4141Benjamin Peterson2008-10-172-1/+3
* Issue #4091: Install pythonxy.dll in system32 again.Martin v. Löwis2008-10-172-3/+3
* fix more possible ref leaks in _json and use Py_CLEARBenjamin Peterson2008-10-161-2/+4
* #4083: add "as" to except handler grammar as per PEP 3110.Georg Brandl2008-10-161-1/+1
* part of #4012: kill off old name "processing".Georg Brandl2008-10-161-5/+5
* fix possible ref leakBenjamin Peterson2008-10-161-2/+2
* #4131: FF3 doesn't write cookies.txt files.Georg Brandl2008-10-161-0/+5
* check for error conditions in _json #3623Benjamin Peterson2008-10-162-3/+12
* Add more TOC to the whatsnew index page.Georg Brandl2008-10-161-1/+1
* Fix wording (2.6.1 backport candidate)Andrew M. Kuchling2008-10-161-2/+3
* use new showwarnings signature for idle #3391Benjamin Peterson2008-10-162-6/+11
* document that deque indexing is O(n) #4123Benjamin Peterson2008-10-161-1/+3
* removed unused _PyUnicode_FromFileSystemEncodedObject.Hirokazu Yamamoto2008-10-161-6/+2
* Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge...Benjamin Peterson2008-10-158-53/+248
* add a much requested newlineBenjamin Peterson2008-10-151-1/+2
* support the optional line argument for idleBenjamin Peterson2008-10-151-1/+2