| 2001-03-23 |
Fred Drake | When creating an attribute node using createAttribute... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Fred Drake | Update to the most recent weakref changes. |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Fred Drake | Convert the weakref test suite to PyUNIT, and add tests... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Fred Drake | When the regression test is run in verbose mode, make... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Fred Drake | Add support for weak references to the function and... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Fred Drake | Add the necessary field for weak reference support... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Guido van Rossum | Fix memory leak with SyntaxError. (The DECREF was... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Andrew M. Kuchling | Add a paragraph about obmalloc turning up bugs in exten... |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Tim Peters | Add Jeremy's compiler to the Windows install. |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Andrew M. Kuchling | Add section for PEP 241 |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Ka-Ping Yee | Add sys.excepthook. |
commit | commitdiff | tree | snapshot |
| 2001-03-23 |
Ka-Ping Yee | Fixes for various issues reported and discovered since... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fredrik Lundh | SRE 2.1b2: increase the chances that the sre test works... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Jeremy Hylton | First cut at a high-level symbol table interface |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fredrik Lundh | SRE 2.1b2: forgot to update one output file (sorry... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Jeremy Hylton | add DEF_BOUND constant |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Strip \r as trailing whitespace as part of soft line... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Update the Tix version (long overdue :-). |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Add a wrapper function for ssl() on Windows. Inspired... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | This is SF patch #405952, by Anthony Baxter: |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fred Drake | A small change to the C API for weakly-referencable... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fred Drake | Inform the cycle-detector that the a weakref object... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fred Drake | Make cPickle use the recently-added PyInstance_NewRaw... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Make this IDLE version 0.8. (We have to skip 0.7 becau... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Don't use __debug__ as if it were some module global... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fred Drake | Bump the version number. |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fred Drake | Update to the current state of the universe. |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fred Drake | Be more clear about the specific rules for supporting... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Thomas Wouters | Fix typo in history. |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fredrik Lundh | SRE 2.1b1: don't do unicode tests under 1.5.2, or on... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Fredrik Lundh | sre 2.1b2 update: |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Andrew M. Kuchling | Added news items for the Distutils |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Updated history. Incorporated 1.6.1 license. |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Martin v. Löwis | Synchronize with 1.6 of PyXML: |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Andrew M. Kuchling | Use the get_contact*() accessors instead of get_maintai... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Set copyright to PSF. Don't bother with 2000. |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Thomas Wouters | Allow the process of reading back what we wrote to... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Add some news for 2.1b2. I'd still like someone else... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Added Gordon McMillan. He should've been in there... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Change co.detach() to co.back() call. |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Guido van Rossum | Add more complete reference. Change a co.back() call... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Steve Purcell | Updated to latest PyUnit version (1.31 in PyUnit CVS... |
commit | commitdiff | tree | snapshot |
| 2001-03-22 |
Jeremy Hylton | Set the line number correctly for a nested function... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |