summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get test to consistently show no leaksNeal Norwitz2006-04-171-1/+3
* Whitespace normalization.Tim Peters2006-04-161-10/+10
* Add missing SVN eol-style property to text files.Tim Peters2006-04-161-45/+45
* Patch #1063914: Add clipboard_get.Martin v. Löwis2006-04-161-0/+17
* Make test_timeout not fail on systems with no dots in their fqdn.Thomas Wouters2006-04-161-1/+1
* Make test_warnings play nice with regrtest -R:: now that regrtest doesn'tThomas Wouters2006-04-161-4/+4
* Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well asThomas Wouters2006-04-161-1/+2
* This test no longer leaks, and test_generators sufficiently tests it toThomas Wouters2006-04-161-25/+0
* Add missing DECREF to PyErr_WriteUnraisable(). That function reportsThomas Wouters2006-04-152-21/+34
* Consolidate 'leak_test1' and 'refleaks_tests', since they both test for theThomas Wouters2006-04-151-17/+15
* Add missing PyObject_GC_Track call, causing *some* itertools.tee objects toThomas Wouters2006-04-151-17/+6
* Patch #1191700: Adjust column alignment in bdb breakpoint lists.Martin v. Löwis2006-04-151-3/+3
* Changed comments to make sense now that the LazyList-basedTim Peters2006-04-151-4/+6
* Fix SF#1470508: crash in generator cycle finalization. There were twoPhillip J. Eby2006-04-151-7/+0