2000-10-06 |
Martin v. Löwis | Don't use a file object as system id; try to propagate... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Martin v. Löwis | Don't report a final chunk for an external entity parser. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Martin v. Löwis | Move translation from expat.error to SAXParseException... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Include more information from the docstrings. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Another name. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Fix a couple of typos in docstrings. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Fix really bad typo, noted by Neil Schemenauer <nas... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Add notes on the requirements for subclasses. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Revise the versioning information to say that this... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Made a number of revisions suggested by Fredrik Lundh. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Jeremy Hylton | test_linuxaudio: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | It turns out that Guido does not like or encourage... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | __getslice__(): Make this use the constructor form... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Jim Fulton | Added a new "base" type, IOobject for which most of the |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Jim Fulton | Uncommented tests that failed for cStringIO, |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Tim Peters | Adding Jeremy's new test_import (SF patch 101709). |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Martin v. Löwis | Add SAXReaderNotAvailable, and use it to distinguish... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Guido van Rossum | Removing these scripts. redemo.py lives on in Tools... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Guido van Rossum | I'm moving redemo.py here from Demo/tkinter/guido,... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Guido van Rossum | [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Use the cvsinfo module instead of a module stuff off... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Support module to help work with checked-out CVS trees. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Donn Cave <donn@u.washington.edu>: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Donn Cave <donn@u.washington.edu>: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Donn Cave <donn@u.washington.edu>: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Norman Vine <nhv@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | is_zipfile() description: Use the same name for the... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Added a name. |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Fred Drake | Added section on threads problems on Reliant UNIX;... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Guido van Rossum | [ Bug #110677 ] PRIVATE: various minor Tkinter things... |
commit | commitdiff | tree | snapshot |
2000-10-06 |
Tim Peters | SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Mark Hammond | Remove some debugging messages - although this code... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Add support for "import re" -- it uses pre, but user... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Neil Schemenauer | The _PyTuple_Resize() last_is_sticky flag must now... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Neil Schemenauer | Simplify _PyTuple_Resize by not using the tuple free... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Tim Peters | SF "bug" 115973: patches from Norman Vine so that... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Barry Warsaw | translation(): Minor optimization patch which avoids... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Barry Warsaw | Change all occurances of |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Guido van Rossum | [ Patch #101730 ] Add initial static support for Darwin... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Marc-André... | Added Py_FPROTO macro which was available in Python... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Jeremy Hylton | Fix Bug #115907: encode '=' as '=3D' and not '==' |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Andrew M. Kuchling | Document the lookbehind assertions (closing bug#115119) |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Thomas Wouters | Fix for SF bug #115987: PyInstance_HalfBinOp does not... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Andrew M. Kuchling | Document expand() method of MatchObjects |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Mark Hammond | Detect conflicting Python DLL on module import under... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Better add at least a short docstring to the module! |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Add a link to the new acks.html file. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Add rules for generating the acks.html file at the... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Ignore the acks.html file, since it is generated. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | New script to convert the ACKS file to a nicely formatt... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Use the new support module instead of including all... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Factor out some of the presentation and shared code... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | List of acknowledgements culled from CVS checkin logs... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Tim Peters | New tool for normalizing indentation of .py files. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Update for next planned release. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Tim Peters | Move LONG_BIT from intobject.c to pyport.h. #error... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Trent Mick | Enable the binascii module for Win64. It builds and... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Trent Mick | Fix for test_class.py on Win64. id(self), which on... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - update Neil's email address |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - do not start collection during processing of an exception |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - Fix a GC bug caused by PyDict_New() failing. |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - fix a GC bug caused by malloc() failing |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Added deprecation notices to atof(), atoi(), and atol... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Added \versionchanged comment to os.popen() noting... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Remove styling information that conflicts with or dupli... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Andrew M. Kuchling | Rewrites to section on new development process, after... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Use \obindex{...} instead of \indexii{...}{type} in... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Tim Peters | test_popen2 broke on Windows shortly after 2.0b2 was... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Martin v. Löwis | Support non-namespace elements in *ElementNS of XMLGene... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Preliminary tool to troll through the CVS logs and... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Barry Warsaw | _PyUnicode_Fini(): Initialize the local freelist walkin... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fredrik Lundh | Accept keyword arguments for (most) pattern and match... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fredrik Lundh | Recompile pattern if (?x) flag was found inside the... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Guido van Rossum | In _PyUnicode_Fini(), decref unicode_empty before tearn... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Remove old note that os.popen() on Windows is unreliabl... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Guido van Rossum | Fix a few problems with the _Printer class and the... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Thomas Wouters | Clarify that isatty is only guaranteed to return true... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Thomas Wouters | On some systems (like Solaris), the master end of a... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Bump the release number for the upcoming candidate. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fredrik Lundh | Fixed negative lookahead/lookbehind. Closes bug #115618. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Barry Warsaw | _PyImport_Fini(): Closed small memory leak when an... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Jim Ahlstrom sent a few corrections to my changes.... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Guido van Rossum | Undo Ping's change. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Ka-Ping Yee | Change first line to #!/usr/bin/env python (really... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | $OFF_SITE_LINK_ICON: Don't define here; simply definin... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Replace minimal \seetext references with better annotat... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Bump version to 1.0. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Remove some debugging prints. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Fixed so --no-compile is a negative alias for --compile. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Added a long-winded comment (and commented-out comment... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Jeremy Hylton | Provide a clearer error message when urlopen fails... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Added some comments on the interaction of reload()... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Add deprecation note since the XML support is shaping up. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Remove redundent information from a docstring. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Minor change to attributes so that the stylesheets... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Remove comment about -lucb for the mmap module -- the... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Delay import of py_compile until needed, since is is... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Substantially revised documentation for the zipfile... |
commit | commitdiff | tree | snapshot |
next |