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 |
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 |
2001-01-17 |
Guido van Rossum | Rich comparisons fall-out: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Rich comparisons. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Patch #102588 / PEP 229: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Rich comparisons. Refactored internal routine do_cmp... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | [Patch #102588/PEP 229]: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Rich comparisons: ensure that LT == Py_LT, etc. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Introduction to rich comparisons: |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Andrew M. Kuchling | Patch #103279: sysconfig.py always looks for versions... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Fix a bizarre typo in the helper class ComparableExcept... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Marc-André... | Changed name of codec to full path name. This allows... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Bump version to 2.1a1. (To be released Friday.) |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Sjoerd Mullender | Fixed typo: Using --with-dbm had no effect because... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tim Peters | Hand repair of cases where reindent changed lines of... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tim Peters | Windows installer: update dialogs, program groups... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Eric S. Raymond | Eric the half-a-wit, driven to berserk rage after repea... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Fred Drake | Add a missing newline in an example; caught by Chris... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Use __name__ instead of "test_regex" as the module... |
commit | commitdiff | tree | snapshot |
2001-01-17 |
Guido van Rossum | Document xreadlines() method. (Forgot to check this... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Guido van Rossum | Rationalizing the fallback code for portable fseek... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Fred Drake | Fix a few small markup/consistency nits. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Andrew M. Kuchling | Fix bugs with integer-valued variables when parsing... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Andrew M. Kuchling | Modified version of a patch from Jeremy Kloth, to make... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Config file for standalone carbon python. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Added Carbon interpreter. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Commit version of config.h.in that covers the TERMIOS... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Check in a version with the termios test in place. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Make pop_source and push_source available, as documented. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Make HAVE_TERMIOS_H and associated config.sh shell... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Converted to CW Pro 6 and new naming scheme. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | push_source() and pop_source() entry points for shlex... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Added the 'carb' resource to the carbon interpreter. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Replaced the single .exp file by two files, one for... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Marc-André... | Added checks to prevent PyUnicode_Count() from dumping... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Fredrik Lundh | bumped SRE version number to 2.1. cleaned up and added... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Tim Peters | doctest-- The Little Module That Could --finally makes... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Fredrik Lundh | fixed a memory leak in pattern cleanup (patch #103248... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Thomas Wouters | Fix for SF bug #123625: some newsservers need 'authinfo... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Neil Schemenauer | Plug memory leak. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Andrew M. Kuchling | Add strip_dir argument to the single call to .object_fi... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Variant of Skip's patch 103246 (Remove unneeded string... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | Ugh. Sorry. Checked in the wrong file. Please ignore... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | better format names and error messages |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | This patch makes sure that the function name always... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | Add tokenizer support and tests for u'', U"", uR''... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Add a test case suggested by Guido, where a method... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | effbot caught a typo! |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Add a NEWS item about function attributes. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Committing PEP 232, function attribute feature, approve... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Committing PEP 232, function attribute feature, approve... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Document function attributes for both the function... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Add note about new and improved xrange(). |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | SF patch #103158 by Greg Ball: Don't do unsafe arithmet... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | - Make sure to quote the username and password (SF... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Fredrik Lundh | from the really-stupid-bug department: uppercase litera... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | mwh@sourceforge found that UnicodeError can be raised... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Fixing author's email address. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Committing patch #103216, autodetect of dbmmodule suppo... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Geoffrey Gerrietts discovered that a KeyError was caugh... |
commit | commitdiff | tree | snapshot |
next |