Movatterモバイル変換
[0]ホーム
- ff139a8This commit was manufactured by cvs2svn to create tag 'release20'.by cvs2svn· 25 years agov2.0
- adfb94fTypo repair.by Tim Peters· 25 years ago
- d867a2crevise xml commentby Jeremy Hylton· 25 years ago
- 1a64050Updated the XML package comment.by Fred Drake· 25 years ago
- 989b7b9Filled in math-module info; fixed a typo or two.by Tim Peters· 25 years ago
- d6e2023Add NEWS for 2.0 final (there are a few XXX comments that must be addressed).by Jeremy Hylton· 25 years ago
- b675081the usualby Jeremy Hylton· 25 years ago
- e216705the usual (part II)by Jeremy Hylton· 25 years ago
- 98c8184Test for math.* exceptional behavior only in verbose mode, so that theby Tim Peters· 25 years ago
- a8268e9the usualby Jeremy Hylton· 25 years ago
- 1a2ca86Patch #101936: Auto-detect DEC threads (which need "-threads" argument)by Jeremy Hylton· 25 years ago
- 75f8101find(): Application of (slightly modified) SF patch #101928 by Ulfby Barry Warsaw· 25 years ago
- 21000cadistutils setup files for Tkinterby Jeremy Hylton· 25 years ago
- 355e2f2misc. RPM support filesby Jeremy Hylton· 25 years ago
- ac5f748Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.by Fred Drake· 25 years ago
- f155170Correct form of FourThought's nameby Andrew M. Kuchling· 25 years ago
- 0eb75b4Bump version to 1.0.1.by Greg Ward· 25 years ago
- 55b4efdFixed minor problem with reset().by Lars Gustäbel· 25 years ago
- 6869245Prep the Windows installer for 2.0 final:by Tim Peters· 25 years ago
- 89fb035For PyErr_Format(), note that the exception parameter can be a string orby Fred Drake· 25 years ago
- 3c8c2f9Adjust the Macintosh manual to have the formatting dependencies forby Fred Drake· 25 years ago
- 21c9df7For os.stat() & friends, note that the time fields are returned asby Fred Drake· 25 years ago
- e764968Update dependencies for the Macintosh manual.by Fred Drake· 25 years ago
- c25296aUpdate to include all the new chapters & sections.by Fred Drake· 25 years ago
- c7babadRemove everything that is not module documentation. It is no longer needed here.by Fred Drake· 25 years ago
- 8e850eeFix some internal references that I botched.by Fred Drake· 25 years ago
- 45aa573Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.by Fred Drake· 25 years ago
- 4d0d621Chapters on Mac Toolbox modules and other undocumented modules, ready toby Fred Drake· 25 years ago
- 1bd905eDocumentation for the aepack and aetypes modules, by Vincent Marchettiby Fred Drake· 25 years ago
- 8f6ca15Chris Barker <cbarker@jps.net>: Small fixes.by Fred Drake· 25 years ago
- eab58afChris Barker <cbarker@jps.net>: Various updates and additions.by Fred Drake· 25 years ago
- 26fbd8bChris Barker <cbarker@jps.net>:by Fred Drake· 25 years ago
- 658865cChris Barker <cbarker@jps.net>:by Fred Drake· 25 years ago
- f459a09Wrap a long line.by Fred Drake· 25 years ago
- b6441e7More names.by Fred Drake· 25 years ago
- eecdc7fA bunch of nits fix and some additional information added by Chrisby Fred Drake· 25 years ago
- 8f176acUpdate the comments for the BSD DB module, including a new pointer toby Fred Drake· 25 years ago
- 9d62943Center the top line of the license page, to make it look just a little bitby Fred Drake· 25 years ago
- 047c372Removed debugging code at bottom.by Greg Ward· 25 years ago
- fa9ff76Untabified.by Greg Ward· 25 years ago
- 4cd6f2aBastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by addingby Greg Ward· 25 years ago
- 0b4dafcLyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifby Greg Ward· 25 years ago
- 2e38a50Bastian Kleineidam: fix up any supplied command-line options.by Greg Ward· 25 years ago
- ab49e88Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.by Jack Jansen· 25 years ago
- 8c94d5eAdded some of the new Numeric modules (which weren't rebuilt).by Jack Jansen· 25 years ago
- 52b5b02If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.by Jack Jansen· 25 years ago
- 31e7c9cUpdated with cmd-. fix and PythonCore copy option.by Jack Jansen· 25 years ago
- 20da14cgetting closeby Jeremy Hylton· 25 years ago
- ac148b5run the std regression test suite using bytecode produced by the compilerby Jeremy Hylton· 25 years ago
- e7f710cadd -d option that dumps entire AST before compilingby Jeremy Hylton· 25 years ago
- 9c048f9Now supports entire Python 2.0 language and still supports Pythonby Jeremy Hylton· 25 years ago
- 5bad5a4Updated test suite to latest pulldom changes.by Lars Gustäbel· 25 years ago
- ec964d5Moved appendChild calls back to DOMEventStream. Added SAX2DOM class.by Lars Gustäbel· 25 years ago
- 4221ff0Clear siblings, now that they are being set.by Paul Prescod· 25 years ago
- d5fd45fMade options global (as PyMac_options) so macosmodule can access it.by Jack Jansen· 25 years ago
- 91eb3e8Update the release number and date.by Fred Drake· 25 years ago
- 8a00abcMake the regrtest.py -l (findleaks) option considerably less obnoxious.by Neil Schemenauer· 25 years ago
- 1ea8949Vise archive templates used for 2.0c1by Jack Jansen· 25 years ago
- 2a92f0bDisribution templates used for 2.0c1by Jack Jansen· 25 years ago
- 3714516Projects used for 2.0c1by Jack Jansen· 25 years ago
- f2bd9eeUse MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole.by Jack Jansen· 25 years ago
- 6433fdfAdded sha module, it's needed by the unicode stuff, it seems.by Jack Jansen· 25 years ago
- b19c667Added a method KeepConsole so programs can override the Keep console open option.by Jack Jansen· 25 years ago
- dc86f9eMade options global (as PyMac_options) so macosmodule can access it.by Jack Jansen· 25 years ago
- 6ab2cb6Better exit handling.by Jack Jansen· 25 years ago
- de51909Updated for 2.0c1by Jack Jansen· 25 years ago
- 816cf9dPython implementation of strptime().by Jack Jansen· 25 years ago
- 14126dfExtension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution.by Jack Jansen· 25 years ago
- 237b5f4Andy Dustman <adustman@users.sourceforge.net>:by Fred Drake· 25 years ago
- 602aa77Marc-Andre Lemburg <mal@lemburg.com>:by Fred Drake· 25 years ago
- 4e1be72Fix SF bug #116263: support for from .. import *by Jeremy Hylton· 25 years ago
- babe326Added entries for new files of SAX documentation.by Fred Drake· 25 years ago
- 014f0e3Massive addition of SAX documentation from Martin von Loewisby Fred Drake· 25 years ago
- 110941aIf the status line is invalid, assume it is a pre-1.0 response. Theby Jeremy Hylton· 25 years ago
- 2bf405aRepaired a comment and asserted a precondition.by Tim Peters· 25 years ago
- 20d529bRecreated after installer source code changes.by Thomas Heller· 25 years ago
- 73574eetwo fixes for redirects:by Jeremy Hylton· 25 years ago
- 3b0c600cosmetic changes only: use standard Python style for whitespace near = and ()by Jeremy Hylton· 25 years ago
- ada6d87Fix for Bug #116453.by Guido van Rossum· 25 years ago
- f4670e9When we know the compiler is GCC, always add the -Wall andby Fred Drake· 25 years ago
- 22d5895Added a test for the StringIO write() error I just fixed.by Guido van Rossum· 25 years ago
- b636dc6[ Bug #116636 ] Bug in StringIO.write()by Guido van Rossum· 25 years ago
- 2e2a70aAnonymous patch to add Darwin 1.2 to the list of BSDs.by Guido van Rossum· 25 years ago
- 0157e7aAdded some single tuple/list unpacking for JPython regression testing.by Barry Warsaw· 25 years ago
- cb5b5baA Mystery: I somehow managed to delete the last two lines of my test_math.pyby Tim Peters· 25 years ago
- 1d12061Stop raising OverflowError on underflows reported by libm (errno==ERANGE andby Tim Peters· 25 years ago
- ec1722eVarious minor additions and clarifications, mostly suggested by Jeremyby Andrew M. Kuchling· 25 years ago
- 7486c6bComment out a separator line, since all the others are commented out,by Fred Drake· 25 years ago
- 6032c48Add new section on the XML package. (This was the only major new 2.0 featureby Andrew M. Kuchling· 25 years ago
- 0be483fDo a better job at staying on-screen :P (Sorry, it's late here.) I'mby Thomas Wouters· 25 years ago
- 8fb62a2Adjust debugging code in the implementation of the DUP_TOPX bytecode, useby Thomas Wouters· 25 years ago
- f27f5abAdded additional test cases for pulldom modifications.by Lars Gustäbel· 25 years ago
- bc1b5c8Added parent attribute with getters and setters on XMLFilterBase.by Lars Gustäbel· 25 years ago
- d178ba6Added non-ns start and end element methods.by Lars Gustäbel· 25 years ago
- 9361565Document the exceptions that now get raised on invalid parameters.by Fred Drake· 25 years ago
- cb953d7Test the exception-raising for error cases in copy_reg.by Fred Drake· 25 years ago
- 78a6a36In the module docstring, clarify that this is used to register pickleby Fred Drake· 25 years ago
- 06fdd2dAnother gcc -Wall warning squashed:by Fred Drake· 25 years ago
- 4747a18Remove one more gcc -Wall warning.by Fred Drake· 25 years ago
- 4bbea05Jack Jansen reported that the regression test failed on the Mac whereby Guido van Rossum· 25 years ago
[8]ページ先頭