summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning.Georg Brandl2008-11-081-1/+1
|
* Update "Documenting" a bit. Concentrate on Python-specifics.Georg Brandl2008-11-084-108/+7
|
* Don't use "HOWTO" as the title for all howto .tex files.Georg Brandl2008-11-081-1/+1
|
* Issue #4071: ntpath.abspath returned an empty string for long unicode path.Hirokazu Yamamoto2008-11-081-6/+20
|
* Issue #1656675: Register a drop handler for .py* files on Windows.Martin v. Löwis2008-11-072-0/+10
|
* Fix syntax.Georg Brandl2008-11-071-2/+1
|
* Stop including fake manifest file in DLLs directory.Martin v. Löwis2008-11-061-4/+6
|
* Fix grammar error; reword two paragraphsAndrew M. Kuchling2008-11-061-9/+11
|
* #4247: add "pass" examples to tutorial.Georg Brandl2008-11-061-0/+33
|
* Issue #4120: Exclude manifest from extension modules in VS2008.Martin v. Löwis2008-11-063-1/+13
|
* #4245: move Thread section to the top.Georg Brandl2008-11-061-160/+160
|
* #4267: small fixes in sqlite3 docs.Georg Brandl2008-11-061-8/+7
|
* #4268: Use correct module for two toplevel functions.Georg Brandl2008-11-061-0/+1
|
* #4167: fix markup glitches.Georg Brandl2008-11-041-4/+4
|
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-046-26/+38
|
* move a FileIO test to test_fileioBenjamin Peterson2008-11-032-8/+9
|
* clarify by splitting into multiple paragraphsBenjamin Peterson2008-11-031-5/+9
|
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-032-11/+16
| | | | and then remove it. Written by Guilherme Polo (gpolo).
* #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
| | | | | This fixes "from __future__ import unicode_literals" in an exec statment See #4225
* 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
| | | | initialization of PyFileIOObject struct members.
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-303-26/+59
| | | | | | | | | does not return an iterator for the 4th and 5th items. (sequence-like and mapping-like state) A list is not an iterator... Will backport to 2.6 and 2.5.
* 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
| | | | closefd=True is the only accepted value with a file name.
* 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
| | | | | | order to actually test what it was supposed to test, i.e. that the code in the __del__ method did not crash. Use instead the new helper test_support.captured_output().
* 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
| | | | | | Turn them into unit tests, and correct an obvious typo: (("a", "b") ("c", "d") ("e", "f")) compiles even with the missing commas, but does not execute very well...
* 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 ↵Armin Ronacher2008-10-201-0/+1
| | | | documented behavior.
* 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
|