summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* #4396 make the parser module correctly validate the with syntaxBenjamin Peterson2008-11-241-0/+4
* raise a better errorBenjamin Peterson2008-11-231-1/+1
* Fix typo.Georg Brandl2008-11-221-1/+1
* backport r67325: make FileIO.mode always contain 'b'Benjamin Peterson2008-11-222-9/+9
* don't segfault when \N escapes are used and unicodedata fails to loadBenjamin Peterson2008-11-211-2/+25
* #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not...Amaury Forgeot d'Arc2008-11-211-2/+2
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-0/+24
* backport r67300Benjamin Peterson2008-11-202-9/+47
* oops! didn't mean to disable that testBenjamin Peterson2008-11-201-1/+1
* make sure that bytearray methods return a new bytearray even if there is no c...Benjamin Peterson2008-11-191-0/+10
* Fix for issue 4332 in trunk.Josiah Carlson2008-11-191-1/+1
* Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__Martin v. Löwis2008-11-191-2/+2
* patch from issue 1108Skip Montanaro2008-11-191-2/+2
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-1/+2
* when __getattr__ is a descriptor, call it correctly; fixes #4230Benjamin Peterson2008-11-171-0/+40
* The docs for httplib.HTTPConnection.putheader() have claimed for quite a whileBrett Cannon2008-11-151-6/+3
* Merged revisions 66985,67170,67173,67177-67179 via svnmerge fromBenjamin Peterson2008-11-105-12/+44
* fix commentBenjamin Peterson2008-11-091-3/+2
* check for assignment to __debug__ during AST generationBenjamin Peterson2008-11-081-10/+8
* move a FileIO test to test_fileioBenjamin Peterson2008-11-032-8/+9
* Issue #3774: Fixed an error when create a Tkinter menu item without commandHirokazu Yamamoto2008-11-031-11/+13
* #4048 make the parser module accept relative imports as validBenjamin Peterson2008-11-031-0/+2
* make sure the parser flags and passed onto the compilerBenjamin Peterson2008-10-312-0/+14
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-0/+7
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+23
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-302-1/+20
* 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-261-2/+6
* give a py3k warning when 'nonlocal' is used as a variable nameBenjamin Peterson2008-10-251-41/+23
* 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-222-6/+4
* 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
* Fixed #4062, added import for _ast.__version__ to ast to match the documented...Armin Ronacher2008-10-201-0/+1
* check for error conditions in _json #3623Benjamin Peterson2008-10-161-0/+7
* use new showwarnings signature for idle #3391Benjamin Peterson2008-10-162-6/+11
* Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge...Benjamin Peterson2008-10-158-53/+248
* support the optional line argument for idleBenjamin Peterson2008-10-151-1/+2
* easter eggSkip Montanaro2008-10-151-0/+4
* remove set compat cruftBenjamin Peterson2008-10-142-12/+0
* give poplib a real test suiteBenjamin Peterson2008-10-111-23/+267
* #3935: properly support list subclasses in the C impl. of bisect.Georg Brandl2008-10-081-0/+11
* #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...Amaury Forgeot d'Arc2008-10-071-0/+11
* more intensive test on dbm.Hirokazu Yamamoto2008-10-071-8/+10
* save/restore stdout/stderr instead of relying on __*__ versionsSkip Montanaro2008-10-071-2/+4
* Simplify individual tests by defining setUp and tearDown methods.Skip Montanaro2008-10-071-61/+27
* Per Greg Ward, optparse is no longer being externally maintained.Andrew M. Kuchling2008-10-061-10/+2
* More strict test. Consider the case sys.executable itself is symlink.Hirokazu Yamamoto2008-10-061-4/+5