2001-01-19 |
Guido van Rossum | Delete the bytecode from the library and tests before... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | "make test" was still broken when building in a subdire... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Moshe Zadka | OK, checking in patch 103329. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Barry Warsaw | Add some regression tests of coredump bugs in funcobjec... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Barry Warsaw | Application and elaboration of patch #103305 to fix... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | gethash/cmpname both looked beyond the end of the chara... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Repair "selective cut-&-paste" screwup. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Change verify() function to raise TestFailed, not Asser... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | GvR pointed out the correct way to check for statically... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Bump __version__; add authorship note for the BaseServe... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Add Jason Tishler to the ACKS file |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Patch #103220 from Jason Tishler: |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Minor patch from Thomas Gellekum: |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | new unicode name database (~160k) |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | improved the ucnhash test a bit |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | added "getcode" and "getname" methods to the ucnhash... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Color all word instances of "as" after "import", &... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Fredrik Lundh | refactored the unicodeobject/ucnhash interface, to... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Update the example DLL instructions for 2.1. Add examp... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | urllib.py very recently changed to produce uppercase... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | test_urllib is failing on Windows. I don't know why... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Use constructor form of "raise"; normalize <wink> docst... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Jeremy's patch #103323: trivial tests of all untested... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | This still mentioned IdlePrefs.py as the place to edit... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | make the output of _test() suitable for use in the... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Anonymous SF bug 129288: "The python 2.0 urllib has... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | make error msg more informative when test of exec fails |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | add test for SyntaxError on |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | clearer error messages for apply() and "no locals" |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | add test of bastion and rexec to std regression test... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Jeremy Hylton | This patch introduces an extra pass to the compiler... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Tim Peters | Derivative of patch #102549, "simpler, faster(!) implem... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Andrew M. Kuchling | Revert a single line of my large change earlier today... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Checking in a slight variation of Barry's patch 103303. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Fix for the bug in complex() just reported by Ping. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #102980, by Luke Kenneth Casson Leighton:... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103188, by Donn Cave: BeOS/ar-fake support... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103185, by jlt63: Some more standard modules... |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | Support building this as a DLL under Cygwin. |
commit | commitdiff | tree | snapshot |
2001-01-19 |
Guido van Rossum | SF Patch #103250, by pj99: Optimize a strspn() out... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test that ensures hash() of objects defining __cmp_... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons fallout: instance_hash() should check... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test that ensures hash([]) and hash({}) raise TypeE... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons fallout: PyObject_Hash() should check... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Changes to recursive-object comparisons, having to... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Since I'm about to check in a change to the recursion... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Patch #103313: Fixes "make test" by adding a little... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Patch from Barry: gets rid of two unused imports, |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Clarifications. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Sizable reorganization of how header and library files... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Fred Drake | Minor markup cleaning, and one required fix in the... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Use openssl/*.h to include the OpenSSL header files |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | A dumb test for the dumdbm module. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test for comparing recursive data types. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Make the original, makesetup-based, targets for buildin... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Bite the bullet: use rich comparisons here, too. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add test for misbehaving rich comparisons (always retur... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparison tests |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Document rich comparisons. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Updated for 2.1; removed references to BeOpen.com and... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add my name to the copyright notice. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Add note about copyright ownership and license situation. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | - Add note about complex numbers. |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Skip Montanaro | correct typo - closes bug #129205 |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Ka-Ping Yee | Fix the example (it didn't seem to reflect reality). |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Andrew M. Kuchling | Remove build/ subdirectory in "clean" target, not ... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Variant of SF patch 103252: Startup optimize: read... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Move distributed and duplicated config for stat() and... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Tim Peters | Whitespace normalization. Leaving tokenize_tests.py... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Use rich comparisons to fulfill an old wish: complex... |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Same treatment as listobject.c: |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Rich comparisons: |
commit | commitdiff | tree | snapshot |
2001-01-18 |
Guido van Rossum | Same treatment as listobject.c: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Fix a leak in instance_coerce(). This was introduced... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tim Peters | Windows: 2.1a1 changes so Python runs again. Note... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | The signal module has to be compiled statically, so... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Convert to rich comparisons: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Neil Schemenauer | Bump up version number. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Neil Schemenauer | - compile struct module |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Fredrik Lundh | a bold attempt to fix things broken by MAL's verify... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Marc-Andre must not have run these tests -- they used... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Get rid of the declaration for _PyCompareState_Key. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Get rid of the initialization of _PyCompareState_Key. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Deal properly (?) with comparing recursive datastructures. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Fix for bug #129173, reported by Skip Montanaro: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | strop doesn't actually seem to be needed |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Use the extended library search path when looking for... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Ka-Ping Yee | Restore lost AFMT_S16_NE entry. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Marc-André... | This patch removes all uses of "assert" in the regressi... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tim Peters | Stop creating an unbounded number of "Jack is my hero... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Patch #102588 / PEP 229: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Patch #102588 / PEP 229: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Marc-André... | Undoing the whitespace patches which sneaked into the... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Marc-André... | This patch adds a new builtin unistr() which behaves... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Various clean-ups: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | News item for rich comparisons. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Use rich comparisons in min and max. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Rich comparisons fall-out: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Rich comparisons fall-out: |
commit | commitdiff | tree | snapshot |
next |