| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1470846: fix urllib2 ProxyBasicAuthHandler. | Georg Brandl | 2006-04-30 | 2 | -35/+225 |
|
|
* | Bug #1478429: make datetime.datetime.fromtimestamp accept every float, | Georg Brandl | 2006-04-28 | 1 | -0/+6 |
|
|
* | Try to really fix the slow buildbots this time. | Neal Norwitz | 2006-04-28 | 1 | -0/+1 |
|
|
* | Add more ignores of ImportWarnings; these are all just potential triggers | Thomas Wouters | 2006-04-27 | 1 | -1/+3 |
|
|
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 3 | -0/+24 |
|
|
* | Do the small-memory run of big-meormy tests using a prime number, rather | Thomas Wouters | 2006-04-27 | 1 | -1/+1 |
|
|
* | Some style fixes and size-calculation fixes. Also do the small-memory run | Thomas Wouters | 2006-04-27 | 1 | -16/+21 |
|
|
* | Some more size-estimate fixes, for large-list-tests. | Thomas Wouters | 2006-04-27 | 1 | -2/+2 |
|
|
* | Some more test-size-estimate fixes: test_append and test_insert trigger a | Thomas Wouters | 2006-04-26 | 1 | -3/+7 |
|
|
* | Add tests for += and *= on strings, and fix the memory-use estimate for the | Thomas Wouters | 2006-04-26 | 1 | -3/+37 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-26 | 2 | -922/+922 |
|
|
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 3 | -3/+1008 |
|
|
* | Fix this test on Solaris. There can be embedded \r, so don't just replace | Neal Norwitz | 2006-04-26 | 1 | -2/+2 |
|
|
* | Rev 45706 renamed stuff in contextlib.py, but didn't rename | Tim Peters | 2006-04-26 | 1 | -8/+8 |
|
|
* | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 1 | -8/+1 |
|
|
* | Move the PEP 343 documentation and implementation closer to the | Nick Coghlan | 2006-04-25 | 1 | -23/+23 |
|
|
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 1 | -0/+19 |
|
|
* | Revert addition of setuptools | Phillip J. Eby | 2006-04-24 | 1 | -16/+0 |
|
|
* | Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. | Thomas Wouters | 2006-04-24 | 1 | -0/+1 |
|
|
* | More reliable version of new command line tests that just checks the exit codes | Nick Coghlan | 2006-04-24 | 1 | -2/+37 |
|
|
* | Back out new command line tests (broke buildbot) | Nick Coghlan | 2006-04-24 | 1 | -55/+0 |
|
|
* | Fix broken contextlib test from last checkin (I'd've sworn I tested that befo... | Nick Coghlan | 2006-04-24 | 1 | -0/+2 |
|
|
* | Fix contextlib.nested to cope with exit methods raising and handling exceptions | Nick Coghlan | 2006-04-24 | 1 | -0/+23 |
|
|
* | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 1 | -0/+55 |
|
|
* | Updated the sqlite3 module to the external pysqlite 2.2.2 version. | Gerhard Häring | 2006-04-23 | 1 | -2/+3 |
|
|
* | Update optparse to Optik 1.5.1. | Greg Ward | 2006-04-23 | 1 | -55/+145 |
|
|
* | Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside | Hye-Shik Chang | 2006-04-22 | 11 | -11/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-22 | 1 | -17/+17 |
|
|
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 1 | -14/+1658 |
|
|
* | 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 | 2 | -1/+62 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Initial import of setuptools, with integrated tests. | Phillip J. Eby | 2006-04-18 | 1 | -0/+16 |
|
|
* | test_pyclbr goes nuts when a module contains code to try importing a class | Phillip J. Eby | 2006-04-18 | 1 | -0/+3 |
|
|
* | This patches fixes a number of byteorder problems in MacOSX specific code. | Ronald Oussoren | 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 |
|
|
* | 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 |
|
|
* | Changed comments to make sense now that the LazyList-based | Tim Peters | 2006-04-15 | 1 | -4/+6 |
|
|