| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 2 | -159/+3550 |
|
|
* | Make copy of test_mailbox.py. We'll still want to check the backward | Andrew M. Kuchling | 2006-04-22 | 1 | -0/+120 |
|
|
* | SF bug #1473760 TempFile can hang on Windows. | Tim Peters | 2006-04-21 | 3 | -22/+84 |
|
|
* | Merge in changes from ctypes 0.9.9.6 upstream version. | Thomas Heller | 2006-04-21 | 24 | -365/+300 |
|
|
* | Add explanatory message | Andrew M. Kuchling | 2006-04-21 | 1 | -0/+1 |
|
|
* | Allow pstats.Stats creator to specify an alternate to stdout. | Skip Montanaro | 2006-04-21 | 1 | -65/+79 |
|
|
* | Correct implementation and documentation of os.confstr. Add a simple test | Skip Montanaro | 2006-04-20 | 1 | -0/+5 |
|
|
* | SF Patch #1062014: AF_UNIX sockets under Linux have a special | Armin Rigo | 2006-04-19 | 1 | -0/+28 |
|
|
* | Whilespace normalization (reindint.py). | Tim Peters | 2006-04-18 | 31 | -314/+53 |
|
|
* | Split ``get_platform()`` into ``get_supported_platform()`` and | Phillip J. Eby | 2006-04-18 | 3 | -11/+11 |
|
|
* | A dictresize() attack. If oldtable == mp->ma_smalltable then pure | Armin Rigo | 2006-04-18 | 1 | -0/+32 |
|
|
* | add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. | Michael W. Hudson | 2006-04-18 | 1 | -0/+47 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-04-18 | 1 | -1/+1 |
|
|
* | Handle easy_install being run via -m with no __file__ if done from a | Phillip J. Eby | 2006-04-18 | 2 | -2/+2 |
|
|
* | Initial import of setuptools, with integrated tests. | Phillip J. Eby | 2006-04-18 | 39 | -0/+10376 |
|
|
* | Finally figured out why this module did its imports at the | Tim Peters | 2006-04-18 | 1 | -12/+21 |
|
|
* | test_pyclbr goes nuts when a module contains code to try importing a class | Phillip J. Eby | 2006-04-18 | 1 | -0/+3 |
|
|
* | Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-18 | 2 | -114/+239 |
|
|
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 1 | -29/+24 |
|
|
* | First phase of refactoring for runpy, pkgutil, pydoc, and setuptools | Phillip J. Eby | 2006-04-17 | 2 | -339/+280 |
|
|
* | Reindent. | Martin v. Löwis | 2006-04-17 | 1 | -7/+7 |
|
|
* | Remove bogus character. | Martin v. Löwis | 2006-04-17 | 1 | -1/+1 |
|
|
* | Patch #790710: Add breakpoint command lists in pdb. | Martin v. Löwis | 2006-04-17 | 1 | -1/+124 |
|
|
* | disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at | Ronald Oussoren | 2006-04-17 | 1 | -1/+1 |
|
|
* | This patches fixes a number of byteorder problems in MacOSX specific code. | Ronald Oussoren | 2006-04-17 | 2 | -3/+3 |
|
|
* | Teach platform about darwin/x86 | Ronald Oussoren | 2006-04-17 | 1 | -1/+2 |
|
|
* | Fix for a bug exposed by r45232: | Armin Rigo | 2006-04-17 | 1 | -2/+2 |
|
|
* | Add a comment to explain why we are calling _cleanup() | Neal Norwitz | 2006-04-17 | 1 | -0/+2 |
|
|
* | Try to stop the test from leaking and yet still work on windows | Neal Norwitz | 2006-04-17 | 1 | -3/+2 |
|
|
* | Get test to consistently show no leaks | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-16 | 1 | -10/+10 |
|
|
* | Add missing SVN eol-style property to text files. | Tim Peters | 2006-04-16 | 1 | -45/+45 |
|
|
* | Patch #1063914: Add clipboard_get. | Martin v. Löwis | 2006-04-16 | 1 | -0/+17 |
|
|
* | Make test_timeout not fail on systems with no dots in their fqdn. | Thomas Wouters | 2006-04-16 | 1 | -1/+1 |
|
|
* | Make test_warnings play nice with regrtest -R:: now that regrtest doesn't | Thomas Wouters | 2006-04-16 | 1 | -4/+4 |
|
|
* | Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as | Thomas Wouters | 2006-04-16 | 1 | -1/+2 |
|
|
* | This test no longer leaks, and test_generators sufficiently tests it to | Thomas Wouters | 2006-04-16 | 1 | -25/+0 |
|
|
* | Add missing DECREF to PyErr_WriteUnraisable(). That function reports | Thomas Wouters | 2006-04-15 | 2 | -21/+34 |
|
|
* | Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the | Thomas Wouters | 2006-04-15 | 1 | -17/+15 |
|
|
* | Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to | Thomas Wouters | 2006-04-15 | 1 | -17/+6 |
|
|
* | Patch #1191700: Adjust column alignment in bdb breakpoint lists. | Martin v. Löwis | 2006-04-15 | 1 | -3/+3 |
|
|
* | Changed comments to make sense now that the LazyList-based | Tim Peters | 2006-04-15 | 1 | -4/+6 |
|
|
* | Fix SF#1470508: crash in generator cycle finalization. There were two | Phillip J. Eby | 2006-04-15 | 1 | -7/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-14 | 1 | -16/+16 |
|
|
* | Add a BufferedIncrementalEncoder class that can be used for implementing | Walter Dörwald | 2006-04-14 | 3 | -9/+169 |
|
|
* | Make error message less misleading for u"a..b".encode("idna"). | Walter Dörwald | 2006-04-14 | 1 | -3/+3 |
|
|
* | Fix wrong attribute name. | Walter Dörwald | 2006-04-14 | 1 | -1/+1 |
|
|
* | Make raise statements PEP 8 compatible. | Walter Dörwald | 2006-04-14 | 1 | -11/+11 |
|
|
* | Show case: reference cycles involving only the ob_type field are rather | Armin Rigo | 2006-04-14 | 1 | -0/+13 |
|
|
* | Call encode()/decode() with final==True as the last call in the | Walter Dörwald | 2006-04-14 | 1 | -0/+4 |
|
|