| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the bytecode from the library and tests before running the | Guido van Rossum | 2001-01-19 | 1 | -0/+4 |
|
|
* | "make test" was still broken when building in a subdirectory: Andrew's | Guido van Rossum | 2001-01-19 | 1 | -2/+2 |
|
|
* | OK, checking in patch 103329. | Moshe Zadka | 2001-01-19 | 1 | -4/+5 |
|
|
* | Add some regression tests of coredump bugs in funcobject.c 2.31. Also | Barry Warsaw | 2001-01-19 | 1 | -0/+16 |
|
|
* | Application and elaboration of patch #103305 to fix core dumps when | Barry Warsaw | 2001-01-19 | 1 | -30/+40 |
|
|
* | gethash/cmpname both looked beyond the end of the character name. | Fredrik Lundh | 2001-01-19 | 1 | -16/+14 |
|
|
* | Repair "selective cut-&-paste" screwup. | Tim Peters | 2001-01-19 | 1 | -3/+2 |
|
|
* | Change verify() function to raise TestFailed, not AssertionError. | Guido van Rossum | 2001-01-19 | 2 | -8/+8 |
|
|
* | GvR pointed out the correct way to check for statically built modules; | Andrew M. Kuchling | 2001-01-19 | 1 | -8/+8 |
|
|
* | Bump __version__; add authorship note for the BaseServer patch. | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | Add Jason Tishler to the ACKS file | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+1 |
|
|
* | Patch #103220 from Jason Tishler: | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+5 |
|
|
* | Minor patch from Thomas Gellekum: | Andrew M. Kuchling | 2001-01-19 | 1 | -8/+3 |
|
|
* | new unicode name database (~160k) | Fredrik Lundh | 2001-01-19 | 2 | -12174/+8471 |
|
|
* | improved the ucnhash test a bit | Fredrik Lundh | 2001-01-19 | 2 | -3/+11 |
|
|
* | added "getcode" and "getname" methods to the ucnhash module (they're | Fredrik Lundh | 2001-01-19 | 2 | -13/+75 |
|
|
* | Color all word instances of "as" after "import", & on the same line, as if | Tim Peters | 2001-01-19 | 1 | -0/+13 |
|
|
* | refactored the unicodeobject/ucnhash interface, to hide the | Fredrik Lundh | 2001-01-19 | 4 | -210/+146 |
|
|
* | Update the example DLL instructions for 2.1. Add example.def to the | Tim Peters | 2001-01-19 | 2 | -11/+16 |
|
|
* | urllib.py very recently changed to produce uppercase escapes, but no | Tim Peters | 2001-01-19 | 1 | -3/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-19 | 1 | -1/+1 |
|
|
* | test_urllib is failing on Windows. I don't know why, but I can at least | Tim Peters | 2001-01-19 | 1 | -5/+5 |
|
|
* | Use constructor form of "raise"; normalize <wink> docstrings. | Tim Peters | 2001-01-19 | 1 | -9/+5 |
|
|
* | Jeremy's patch #103323: trivial tests of all untested modules. | Tim Peters | 2001-01-19 | 2 | -0/+94 |
|
|
* | This still mentioned IdlePrefs.py as the place to edit color | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | make the output of _test() suitable for use in the regression test | Jeremy Hylton | 2001-01-19 | 1 | -1/+1 |
|
|
* | Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format | Guido van Rossum | 2001-01-19 | 1 | -2/+2 |
|
|
* | 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 |
|
|