summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-204-6/+42
* backport r67300Benjamin Peterson2008-11-202-9/+47
* oops! didn't mean to disable that testBenjamin Peterson2008-11-201-1/+1
* fix indentation and a sphinx warningBenjamin Peterson2008-11-201-5/+4
* move useful sys.settrace information to the function's documentation from the...Benjamin Peterson2008-11-202-65/+50
* make sure that bytearray methods return a new bytearray even if there is no c...Benjamin Peterson2008-11-193-21/+16
* Ignore .pyc and .pyo files.Brett Cannon2008-11-190-0/+0
* Fix for issue 4332 in trunk.Josiah Carlson2008-11-191-1/+1
* Issue #4289: Remove Cancel button from AdvancedDlg.Martin v. Löwis2008-11-192-6/+5
* Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__Martin v. Löwis2008-11-192-2/+4
* Try to fix problems with verbatim.Georg Brandl2008-11-191-0/+2
* patch from issue 1108Skip Montanaro2008-11-191-2/+2
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-183-2/+5
* when __getattr__ is a descriptor, call it correctly; fixes #4230Benjamin Peterson2008-11-173-3/+78
* improve __hash__ docsBenjamin Peterson2008-11-171-17/+17
* a few fixes on the download pageBenjamin Peterson2008-11-171-2/+2
* run autoconfBenjamin Peterson2008-11-161-2/+2
* #4316: fix configure.in markup problem.Georg Brandl2008-11-161-1/+1
* The docs for httplib.HTTPConnection.putheader() have claimed for quite a whileBrett Cannon2008-11-152-6/+6
* 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