| Commit message (Expand) | Author | Age | Files | Lines |
* | make error msg more informative when test of exec fails | Jeremy Hylton | 2001-01-19 | 1 | -1/+1 |
|
|
* | add test for SyntaxError on | Jeremy Hylton | 2001-01-19 | 1 | -1/+7 |
|
|
* | clearer error messages for apply() and "no locals" | Jeremy Hylton | 2001-01-19 | 2 | -11/+18 |
|
|
* | add test of bastion and rexec to std regression test suite | Jeremy Hylton | 2001-01-19 | 2 | -0/+13 |
|
|
* | This patch introduces an extra pass to the compiler that generates a | Jeremy Hylton | 2001-01-19 | 1 | -284/+1036 |
|
|
* | Derivative of patch #102549, "simpler, faster(!) implementation of string.join". | Tim Peters | 2001-01-19 | 1 | -38/+52 |
|
|
* | Revert a single line of my large change earlier today; this broke the ability | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+1 |
|
|
* | Checking in a slight variation of Barry's patch 103303. | Guido van Rossum | 2001-01-19 | 1 | -10/+9 |
|
|
* | Fix for the bug in complex() just reported by Ping. | Guido van Rossum | 2001-01-19 | 1 | -1/+7 |
|
|
* | SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class | Guido van Rossum | 2001-01-19 | 1 | -51/+139 |
|
|
* | SF Patch #103188, by Donn Cave: BeOS/ar-fake support for extra | Guido van Rossum | 2001-01-19 | 1 | -2/+11 |
|
|
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | Support building this as a DLL under Cygwin. | Guido van Rossum | 2001-01-19 | 1 | -2/+5 |
|
|
* | SF Patch #103250, by pj99: Optimize a strspn() out of startup. | Guido van Rossum | 2001-01-19 | 1 | -4/+21 |
|
|
* | Add test that ensures hash() of objects defining __cmp__ or __eq__ but | Guido van Rossum | 2001-01-18 | 1 | -0/+23 |
|
|
* | Rich comparisons fallout: instance_hash() should check for both | Guido van Rossum | 2001-01-18 | 1 | -7/+14 |
|
|
* | Add test that ensures hash([]) and hash({}) raise TypeError. | Guido van Rossum | 2001-01-18 | 1 | -0/+6 |
|
|
* | Rich comparisons fallout: PyObject_Hash() should check for both | Guido van Rossum | 2001-01-18 | 1 | -1/+1 |
|
|
* | Changes to recursive-object comparisons, having to do with a test case | Guido van Rossum | 2001-01-18 | 1 | -107/+137 |
|
|
* | Since I'm about to check in a change to the recursion-detection code | Guido van Rossum | 2001-01-18 | 1 | -17/+10 |
|
|
* | Patch #103313: Fixes "make test" by adding a little file named | Andrew M. Kuchling | 2001-01-18 | 1 | -4/+7 |
|
|
* | Patch from Barry: gets rid of two unused imports, | Andrew M. Kuchling | 2001-01-18 | 1 | -14/+28 |
|
|
* | Clarifications. | Tim Peters | 2001-01-18 | 1 | -7/+7 |
|
|
* | Sizable reorganization of how header and library files are found | Andrew M. Kuchling | 2001-01-18 | 1 | -105/+166 |
|
|
* | Minor markup cleaning, and one required fix in the unistr() description. | Fred Drake | 2001-01-18 | 1 | -7/+7 |
|
|
* | Use openssl/*.h to include the OpenSSL header files | Andrew M. Kuchling | 2001-01-18 | 1 | -6/+6 |
|
|
* | A dumb test for the dumdbm module. | Guido van Rossum | 2001-01-18 | 2 | -0/+40 |
|
|
* | Add test for comparing recursive data types. | Guido van Rossum | 2001-01-18 | 1 | -1/+42 |
|
|
* | Make the original, makesetup-based, targets for building shared modules | Andrew M. Kuchling | 2001-01-18 | 1 | -14/+16 |
|
|
* | Bite the bullet: use rich comparisons here, too. | Guido van Rossum | 2001-01-18 | 1 | -4/+10 |
|
|
* | Add test for misbehaving rich comparisons (always returning 0) -- | Guido van Rossum | 2001-01-18 | 1 | -1/+23 |
|
|
* | Rich comparison tests | Guido van Rossum | 2001-01-18 | 2 | -0/+364 |
|
|
* | Document rich comparisons. | Guido van Rossum | 2001-01-18 | 1 | -5/+42 |
|
|
* | Updated for 2.1; removed references to BeOpen.com and PythonLabs. | Guido van Rossum | 2001-01-18 | 1 | -35/+28 |
|
|
* | Add my name to the copyright notice. | Guido van Rossum | 2001-01-18 | 1 | -1/+5 |
|
|
* | Add note about copyright ownership and license situation. | Guido van Rossum | 2001-01-18 | 1 | -0/+10 |
|
|
* | - Add note about complex numbers. | Guido van Rossum | 2001-01-18 | 1 | -9/+16 |
|
|
* | correct typo - closes bug #129205 | Skip Montanaro | 2001-01-18 | 1 | -1/+1 |
|
|
* | Fix the example (it didn't seem to reflect reality). | Ka-Ping Yee | 2001-01-18 | 1 | -12/+14 |
|
|
* | Remove build/ subdirectory in "clean" target, not "clobber" | Andrew M. Kuchling | 2001-01-18 | 1 | -1/+1 |
|
|
* | Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ... | Tim Peters | 2001-01-18 | 2 | -0/+48 |
|
|
* | Move distributed and duplicated config for stat() and fstat() into pyport.h. | Tim Peters | 2001-01-18 | 4 | -51/+34 |
|
|
* | Whitespace normalization. Leaving tokenize_tests.py alone for now. | Tim Peters | 2001-01-18 | 9 | -45/+42 |
|
|
* | Use rich comparisons to fulfill an old wish: complex numbers now raise | Guido van Rossum | 2001-01-18 | 1 | -49/+84 |
|
|
* | Same treatment as listobject.c: | Guido van Rossum | 2001-01-18 | 1 | -67/+156 |
|
|
* | Rich comparisons: | Guido van Rossum | 2001-01-18 | 1 | -118/+45 |
|
|
* | Same treatment as listobject.c: | Guido van Rossum | 2001-01-18 | 1 | -43/+104 |
|
|
* | Fix a leak in instance_coerce(). This was introduced by Neil's | Guido van Rossum | 2001-01-17 | 1 | -2/+0 |
|
|
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 9 | -1757/+1757 |
|
|
* | The signal module has to be compiled statically, so add it to Setup.dist | Andrew M. Kuchling | 2001-01-17 | 2 | -9/+3 |
|
|