2001-03-22 |
Jeremy Hylton | Make error messages clearer for illegal combinations... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Andrew M. Kuchling | Remove redundant import |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Andrew M. Kuchling | Back out conversion to string methods; the Distutils... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Andrew M. Kuchling | Call the write_pkg_info method |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Andrew M. Kuchling | Add 'platforms' and 'keywords' attributes to the Distri... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Andrew M. Kuchling | Patch #407434: add rfc822_escape utility function |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Jeremy Hylton | Extend support for from __future__ import nested_scopes |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Jeremy Hylton | If a code object is compiled with nested scopes, define... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Guido van Rossum | Check that f.keys() == [] right after creation -- this... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Neil Schemenauer | Add CONFIG_ARGS Makefile variable (saves the arguments... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Neil Schemenauer | - Remove WITH makefile variable. Its not used for... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Guido van Rossum | Don't raise MemoryError in keys() when the database... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Tim Peters | Changed doctest to run tests in alphabetic order of... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Fred Drake | Integrated an expanded version of some text from Neil... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Jeremy Hylton | Test that traceback module works with SyntaxErrors... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Jeremy Hylton | Do not print caret when offset is None. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Tim Peters | Make PyDict_Next safe to use for loops that merely... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Guido van Rossum | Use PyObject_IsInstance() to check whether the first... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Jeremy Hylton | Reformat and edit docstrings to follow modern conventio... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Jeremy Hylton | Update PyNode_CompileSymtable() to understand future... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Guido van Rossum | Move the code implementing isinstance() and issubclass... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Fred Drake | Add test cases for the fnmatch module. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Fred Drake | Just import sys at the top instead of inside lots of... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Fred Drake | The unittest module from PyUNIT, by Steve Purcell. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Fred Drake | Donovan Baarda <abo@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Moshe Zadka | Fixed a bunch of Tabnanny errors |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Jeremy Hylton | Add tests for recent changes: |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Jeremy Hylton | Fix PyFrame_FastToLocals() and counterpart to deal... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Martin v. Löwis | Use proper compiler flags on UnixWare. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Guido van Rossum | Add newline to end of file. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Martin v. Löwis | Document tix directory. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Martin v. Löwis | Add section on 2.1b2. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Martin v. Löwis | Remove Tix detection from Tkinter part; lib-tk/Tix... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Martin v. Löwis | Patch #410231: Add the Python Tix library. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Martin v. Löwis | Patch #409504: Fix regex problems, consider \-continuat... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Tim Peters | Update Windows installer for 2.1b2. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Tim Peters | Addrf simple test that import is case-sensitive. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jack Jansen | Started on 2.1b2 release notes. Cleaned out alfa notes... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jack Jansen | Added dummy _tkinter module for Carbon, which explains... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jack Jansen | Dummy _tkinter module for Carbon, which explains that... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Fred Drake | Moved the description of the tzparse module to the... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jack Jansen | Case-checking was broken on the Macintosh. Fixed. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jack Jansen | Got module to work under Carbon. Also disabled a few... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jack Jansen | Added riscos modules to modules that don't have to... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Guido van Rossum | Lawrence Hudson, SF #401702: Modify co_filename in... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Guido van Rossum | Bump version to 2.1b2. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Guido van Rossum | Add a deprecation warning to this module. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Andrew M. Kuchling | Bug #409419: delete seek() and tell() methods, so calle... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Moshe Zadka | * Fixing the password-proxy bug |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Guido van Rossum | Get rid of --with-check-import-case. (Jason Tishler... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Guido van Rossum | SF patch #408326 by Robin Thomas: slice objects compara... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Tim Peters | SF patch 407758, "timemodule patches for Cygwin", from... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jeremy Hylton | Fixup handling of free variables in methods when the... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Jeremy Hylton | Add test for a list comprehension that is nested in... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Jeremy Hylton | Fix crashes in nested list comprehensions |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Tim Peters | When building the installer, prompt for the location... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Guido van Rossum | Add a whole lot of stuff to __all__. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Fred Drake | Markup nit: For the Python documents, we use \empt... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tim Peters | Repair test_doctest's expected-output file (Guido added... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Skip Montanaro | add errorTab to __all__ on win* |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Moshe Zadka | Committing patch 405101 |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Guido van Rossum | Make doctest's self-test succeed after the previous... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Guido van Rossum | Print a bunch of asterisks before the failure summary... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Eric S. Raymond | Teach Tools/freeze/makeconfig.py and Tools/freeze/parse... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Tim Peters | SF bug [ #409448 ] Complex division is braindead |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Andrew M. Kuchling | Fix bug #233253: the --define and --undef options didn... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Andrew M. Kuchling | Bug #409403: Signal an error if the distribution's... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Andrew M. Kuchling | Tidy up the ordering of include and library directories... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Tim Peters | SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Thomas Heller | Distutils version number has been changed from 1.0... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Thomas Heller | The bdist_wininst.py command has been recreated after... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Fred Drake | Add documentation for SGMLParser.handle_decl(). |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Fred Drake | Change RuntimeError to SGMLParseError, which subclasses... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Fred Drake | Finally fill in the documentation for the PyDict_Next... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Neil Schemenauer | Install the Python DLL with execute priviledge set... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | Files for second 2.1b1 distribution. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | FindFolder argument is a short, not an unsigned short. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | Handle the apple menu differently under Carbon. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | FindFolder argument is a short, not an unsigned short. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | Added QDFlushPortBuffer calls. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | Import kOnSystemDisk from MACFS |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | Look for shared libraries first in kLocalDomain and... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Jack Jansen | Files for second 2.1b1 distribution. |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Ka-Ping Yee | Remove redundant "__future__:" from module docstring. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Fred Drake | Import the exceptions that this module can raise. |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Jeremy Hylton | Add doc string for run from profile.doc. (pydoc motiva... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Sjoerd Mullender | Moved clearing of "literal" flag. The flag is set... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Fred Drake | Change "[%s]" % string.whitespace to r"\s" in regular... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Skip Montanaro | updated __all__ to include several other names |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Fred Drake | Add some LaTeX magic so that Latin-1 characters do... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Martin v. Löwis | Patch #407965: Improve Level 2 conformance of minidom |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Guido van Rossum | Oops. A RISCOS patch I forgot to check in. |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Jeremy Hylton | Add test to verify that nested functions with free... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Jeremy Hylton | Variety of small INC/DECREF patches that fix reported... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Fred Drake | Py_BuildValue(): Add "D" conversion to create a Python... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Fred Drake | Py_BuildValue(): Add "D" conversion to create a Python... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Fred Drake | Multifile.read(): Fix a broken conversion to string... |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Tim Peters | Identifiers matching _[A-Z_]\w* are reserved for C... |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Tim Peters | When 1.6 boosted the # of digits produced by repr(float... |
commit | commitdiff | tree | snapshot |
next |