2000-10-13 |
Fred Drake | Update the release number and date. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Neil Schemenauer | Make the regrtest.py -l (findleaks) option considerably... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Vise archive templates used for 2.0c1 |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Disribution templates used for 2.0c1 |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Projects used for 2.0c1 |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Use MacOS.KeepConsole to always exit if the program... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Added sha module, it's needed by the unicode stuff... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Added a method KeepConsole so programs can override... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Made options global (as PyMac_options) so macosmodule... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Better exit handling. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Updated for 2.0c1 |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Python implementation of strptime(). |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jack Jansen | Extension to Findertools by Erik van Blokland. In Contr... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Fred Drake | Andy Dustman <adustman@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Fred Drake | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jeremy Hylton | Fix SF bug #116263: support for from .. import * |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Fred Drake | Added entries for new files of SAX documentation. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Fred Drake | Massive addition of SAX documentation from Martin von... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jeremy Hylton | If the status line is invalid, assume it is a pre-1... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Tim Peters | Repaired a comment and asserted a precondition. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Thomas Heller | Recreated after installer source code changes. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jeremy Hylton | two fixes for redirects: |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Jeremy Hylton | cosmetic changes only: |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Guido van Rossum | Fix for Bug #116453. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Fred Drake | When we know the compiler is GCC, always add the -Wall and |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Guido van Rossum | Added a test for the StringIO write() error I just... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Guido van Rossum | [ Bug #116636 ] Bug in StringIO.write() |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Guido van Rossum | Anonymous patch to add Darwin 1.2 to the list of BSDs. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Barry Warsaw | Added some single tuple/list unpacking for JPython... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Tim Peters | A Mystery: I somehow managed to delete the last two... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Tim Peters | Stop raising OverflowError on underflows reported by... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Andrew M. Kuchling | Various minor additions and clarifications, mostly... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Fred Drake | Comment out a separator line, since all the others... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Andrew M. Kuchling | Add new section on the XML package. (This was the... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Thomas Wouters | Do a better job at staying on-screen :P (Sorry, it... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Thomas Wouters | Adjust debugging code in the implementation of the... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Lars Gustäbel | Added additional test cases for pulldom modifications. |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Lars Gustäbel | Added parent attribute with getters and setters on... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Lars Gustäbel | Added non-ns start and end element methods. |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | Document the exceptions that now get raised on invalid... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | Test the exception-raising for error cases in copy_reg. |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | In the module docstring, clarify that this is used... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | Another gcc -Wall warning squashed: |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | Remove one more gcc -Wall warning. |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Guido van Rossum | Jack Jansen reported that the regression test failed... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Barry Warsaw | Added test cases for extended printing to an instance... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | Make sure methods of ZipFile objects are in alphabetica... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Trent Mick | Use suggested workaround for PyOS_CheckStack causing... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Fred Drake | Remove the last gcc -Wall warning about possible use... |
commit | commitdiff | tree | snapshot |
2000-10-11 |
Tim Peters | Attempt to fix bogus gcc -Wall warnings reported by... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Fix the docstring for new.function(). |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Fixed a large number of small problems, mostly noted... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Avoid a couple of "value computed is not used" warnings... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Note that the UserString/MutableString classes are... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Revise the examples not to use the "from socket import... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Remove duplicated text from urlopen() description,... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Substantially revise to handle the fact that Python... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Make it clear that copy_reg.pickle() should not be... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Fixed lots of small nits caught by Ka-Ping Yee <ping... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Minor nit fixes based on suggestions from Ka-Ping Yee... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Better synopsis based on suggestion from Ka-Ping Yee... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Better synopses based on suggestions from Ka-Ping Yee... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Fred Drake | Move the documentation for the mutex module to be with... |
commit | commitdiff | tree | snapshot |
2000-10-10 |
Guido van Rossum | Place the full text of the CNRI license verbatim in... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.0c1 |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Tim Peters | When the classes in wave.py opened files themselves... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | The Usual. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | the usual |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | add note explaining what a release candidate is |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | This file is no longer used. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Tim Peters | Repaired IDLE Unicode bug description. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Another generated file... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Remove macro that mentions DL_EXPORT_HEADER; it caused... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | WAVE test + bugfix contributor. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | wave test output |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | Simple test suite for wave.py by Jean-Claude Rimbault... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Paul Prescod <paul@prescod.net>: |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Move the test for confirmation that all nodes have... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | And another. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | Checking in three Darwin-specific patches. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | typo |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | Use python$EXE instead of python, for Darwin. (Patch... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | For Darwin, export EXE (needed by Lib/plat-generic... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Guido van Rossum | One more name. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Do not forget to build the acks.html file when building... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | added better description of BeOS changes from Donn... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | Summary of changes between 2.0b2 and 2.0c1 |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Jeremy Hylton | new name |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Work around annoyances in LaTeX2HTML. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Push xmllib to the end of the markup chapter since... |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Another name. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Updated version from Donn Cave <donn@oz.net>. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Martin v. Löwis | _exceptions: Format a missing system id as <unknown>. |
commit | commitdiff | tree | snapshot |
2000-10-09 |
Fred Drake | Denis S. Otkidach <ods@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
next |