summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Try to really fix the slow buildbots this time.Neal Norwitz2006-04-281-0/+1
* Add some whitespace to be more consistent.Neal Norwitz2006-04-281-11/+13
* Add more ignores of ImportWarnings; these are all just potential triggersThomas Wouters2006-04-271-1/+3
* - Add new Warning class, ImportWarningThomas Wouters2006-04-273-0/+24
* Do the small-memory run of big-meormy tests using a prime number, ratherThomas Wouters2006-04-271-1/+1
* Some style fixes and size-calculation fixes. Also do the small-memory runThomas Wouters2006-04-271-16/+21
* Some more size-estimate fixes, for large-list-tests.Thomas Wouters2006-04-271-2/+2
* 2.5a2Anthony Baxter2006-04-272-1/+6
* Some more test-size-estimate fixes: test_append and test_insert trigger aThomas Wouters2006-04-261-3/+7
* Add tests for += and *= on strings, and fix the memory-use estimate for theThomas Wouters2006-04-261-3/+37
* Whitespace normalization.Tim Peters2006-04-262-922/+922
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-263-3/+1008
* 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