summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed various MacPython-specific issues found by attempting to use the standa...Jack Jansen2002-06-262-4/+37
* Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDictRaymond Hettinger2002-06-261-15/+11
* Suppress the variable verbose output from test.xmltests; the inclusion ofFred Drake2002-06-262-15/+3
* This module broke on the Mac (where it can't work, but distutils seems to imp...Jack Jansen2002-06-261-1/+2
* Also look up variable names in __builtins__ if not found in globals.Ka-Ping Yee2002-06-261-3/+15
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-264-41/+80
* Add convenience module to run all the XML tests.Fred Drake2002-06-252-0/+395
* Remove all EditorWindow BREAK tags when closing DebuggerKurt B. Kaiser2002-06-251-0/+8
* fix incorrect size calc. in IMAP4_SSL.readPiers Lauder2002-06-241-1/+1
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-244-66/+78
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+12
* Fix IMAP4_SSL read and send methods to take account of short dataPiers Lauder2002-06-231-3/+16
* Add a check that the bug Jeremy just fixed in _PyTuple_Resize() isGuido van Rossum2002-06-211-0/+5
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+18
* Disable the test for importing very long lists for MacPython: it triggersJack Jansen2002-06-201-1/+2
* Removed the generator future-stmt -- not needed for 2.3.Tim Peters2002-06-201-1/+0
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-204-27/+79
* I get failures half of the time that I run this, so I'll disableGuido van Rossum2002-06-201-2/+2
* SF 570727 indexer() class no longer needed since lists now support slicingRaymond Hettinger2002-06-201-13/+4
* Fix the bug described inMichael W. Hudson2002-06-192-1/+50
* Define NDEBUG for releae builds, just like Python.Jeremy Hylton2002-06-181-1/+2
* Add implementation of _compile() and use default compile() method.Jeremy Hylton2002-06-183-84/+33
* Add a default implementation of compile() to the base class.Jeremy Hylton2002-06-181-1/+20
* Only import msvccompiler on win32 platforms.Jeremy Hylton2002-06-181-11/+11
* Michael fixed the race conditions and removed the sleeps.Guido van Rossum2002-06-181-9/+55
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+6
* Whitespace normalization (tabs -> spaces)Neal Norwitz2002-06-171-5/+5
* Add IMAP4 QUOTA extension methodsPiers Lauder2002-06-171-2/+37
* Alter text test arg to obey new rule, also include inverse test to make time-...Piers Lauder2002-06-171-6/+5
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-166-46/+69
* Forgot to add this. It's part of patch 568629.Guido van Rossum2002-06-161-0/+17
* test_module_with_large_stack(): This failed when Python was run with -O,Tim Peters2002-06-151-2/+5
* test_module_with_large_stack(): This failed on Windows, for the wrongTim Peters2002-06-151-1/+1
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-2/+6
* Use code.interact(), which is even simpler, *and* imports readlineGuido van Rossum2002-06-141-3/+3
* Don't poorly emulate the interactive interpreter, useGuido van Rossum2002-06-141-19/+9
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-0/+31
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+27
* Test exceptional condition in select()Neal Norwitz2002-06-131-0/+7
* Test exceptional conditions in list.sort()Neal Norwitz2002-06-131-0/+15
* Cleanup a littleNeal Norwitz2002-06-131-6/+7
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-131-0/+14
* Temporarily disable the timeout and socket tests.Guido van Rossum2002-06-132-14/+14
* Hopefully this addresses the remaining issues of SF bugs 459235 andGuido van Rossum2002-06-131-0/+46
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-1/+0
* Extend dependency tracking so that .o files are rebuilt.Jeremy Hylton2002-06-131-4/+2
* Refactor compile() method implementations.Jeremy Hylton2002-06-135-272/+178
* Add depends=None to the arglist for compile().Jeremy Hylton2002-06-131-1/+2
* Extend compiler() method with optional depends argument.Jeremy Hylton2002-06-131-74/+168