summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix this test on Solaris. There can be embedded \r, so don't just replaceNeal Norwitz2006-04-261-2/+2
* Rev 45706 renamed stuff in contextlib.py, but didn't renameTim Peters2006-04-261-8/+8
* Implement MvL's improvement on __context__ in Condition;Guido van Rossum2006-04-251-5/+1
* SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-04-251-8/+1
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-253-39/+42
* Patch #1475231: add a new SKIP doctest option, thanks toTim Peters2006-04-252-0/+28
* Put break at correct level so *all* root HKEYs acutally get checked forTrent Mick2006-04-251-1/+1
* Whitespace normalization.Tim Peters2006-04-241-1/+1
* Revert addition of setuptoolsPhillip J. Eby2006-04-2439-10115/+0
* Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.Thomas Wouters2006-04-241-0/+1
* More reliable version of new command line tests that just checks the exit codesNick Coghlan2006-04-241-2/+37
* Back out new command line tests (broke buildbot)Nick Coghlan2006-04-241-55/+0
* Fix broken contextlib test from last checkin (I'd've sworn I tested that befo...Nick Coghlan2006-04-241-0/+2
* Fix contextlib.nested to cope with exit methods raising and handling exceptionsNick Coghlan2006-04-242-1/+27
* Add unit tests for the -m and -c command line switchesNick Coghlan2006-04-241-0/+55
* correct exampleSkip Montanaro2006-04-231-9/+11
* Whitespace normalization.Tim Peters2006-04-231-2/+2
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-235-37/+81
* Update optparse to Optik 1.5.1.Greg Ward2006-04-232-106/+298
* Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outsideHye-Shik Chang2006-04-2211-11/+0
* Whitespace normalization.Tim Peters2006-04-222-20/+20
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-222-159/+3550
* Make copy of test_mailbox.py. We'll still want to check the backwardAndrew M. Kuchling2006-04-221-0/+120
* SF bug #1473760 TempFile can hang on Windows.Tim Peters2006-04-213-22/+84
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-2124-365/+300
* Add explanatory messageAndrew M. Kuchling2006-04-211-0/+1
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-211-65/+79
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-0/+5
* SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-191-0/+28
* Whilespace normalization (reindint.py).Tim Peters2006-04-1831-314/+53
* Split ``get_platform()`` into ``get_supported_platform()`` andPhillip J. Eby2006-04-183-11/+11
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
* add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.Michael W. Hudson2006-04-181-0/+47
* Whitespace normalizationNeal Norwitz2006-04-181-1/+1
* Handle easy_install being run via -m with no __file__ if done from aPhillip J. Eby2006-04-182-2/+2
* Initial import of setuptools, with integrated tests.Phillip J. Eby2006-04-1839-0/+10376
* Finally figured out why this module did its imports at theTim Peters2006-04-181-12/+21
* test_pyclbr goes nuts when a module contains code to try importing a classPhillip J. Eby2006-04-181-0/+3
* Second phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-182-114/+239
* local.__del__(): This didn't actually do anything, because of tooTim Peters2006-04-171-29/+24
* First phase of refactoring for runpy, pkgutil, pydoc, and setuptoolsPhillip J. Eby2006-04-172-339/+280
* Reindent.Martin v. Löwis2006-04-171-7/+7
* Remove bogus character.Martin v. Löwis2006-04-171-1/+1
* Patch #790710: Add breakpoint command lists in pdb.Martin v. Löwis2006-04-171-1/+124
* disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value atRonald Oussoren2006-04-171-1/+1
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-172-3/+3
* Teach platform about darwin/x86Ronald Oussoren2006-04-171-1/+2
* Fix for a bug exposed by r45232:Armin Rigo2006-04-171-2/+2
* Add a comment to explain why we are calling _cleanup()Neal Norwitz2006-04-171-0/+2
* Try to stop the test from leaking and yet still work on windowsNeal Norwitz2006-04-171-3/+2