summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify the docs for the 'strict' argument to httplib.HTTPConnection.Brett Cannon2008-11-151-1/+2
* #4324: fix getlocale() argument.Georg Brandl2008-11-151-1/+1
* use correct nameBenjamin Peterson2008-11-111-1/+1
* Merged revisions 66985,67170,67173,67177-67179 via svnmerge fromBenjamin Peterson2008-11-105-12/+44
* fix commentBenjamin Peterson2008-11-091-3/+2
* update linkBenjamin Peterson2008-11-091-1/+1
* check for assignment to __debug__ during AST generationBenjamin Peterson2008-11-083-17/+11
* clarify what was addedBenjamin Peterson2008-11-081-1/+1
* move context clue to versionchanged tagBenjamin Peterson2008-11-081-8/+11
* a few compile() and ast doc improvementsBenjamin Peterson2008-11-082-15/+15
* 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
* #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