https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
ff139a8 This commit was manufactured by cvs2svn to create tag 'release20'. 16 October 2000, 20:51:33 UTC
adfb94f Typo repair. 16 October 2000, 20:51:33 UTC
d867a2c revise xml comment 16 October 2000, 20:41:38 UTC
1a64050 Updated the XML package comment. 16 October 2000, 20:27:25 UTC
989b7b9 Filled in math-module info; fixed a typo or two. 16 October 2000, 20:24:53 UTC
d6e2023 Add NEWS for 2.0 final (there are a few XXX comments that must be addressed). Fix a few nits in 2.0c1 news. 16 October 2000, 20:08:38 UTC
b675081 the usual 16 October 2000, 18:26:42 UTC
e216705 the usual (part II) 16 October 2000, 17:42:40 UTC
98c8184 Test for math.* exceptional behavior only in verbose mode, so that the oddball platforms (where, e.g., math.exp(+huge) still fails to raise OverflowError) don't fail the std test suite when run normally. 16 October 2000, 17:35:13 UTC
a8268e9 the usual 16 October 2000, 17:33:50 UTC
1a2ca86 Patch #101936: Auto-detect DEC threads (which need "-threads" argument) by Thomas Wouters 16 October 2000, 16:59:12 UTC
75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf Betlehem, verified by Peter Funk. Fixes preservation of language search order lost due to use of dictionary keys instead of a list. Closes SF bug #116964. 16 October 2000, 15:47:50 UTC
21000ca distutils setup files for Tkinter 16 October 2000, 15:36:25 UTC
355e2f2 misc. RPM support files 16 October 2000, 15:34:52 UTC
ac5f748 Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>. 16 October 2000, 15:27:05 UTC
f155170 Correct form of FourThought's name 16 October 2000, 14:19:21 UTC
0eb75b4 Bump version to 1.0.1. 15 October 2000, 19:20:20 UTC
55b4efd Fixed minor problem with reset(). 14 October 2000, 10:28:01 UTC
6869245 Prep the Windows installer for 2.0 final: + Bump the build number. + Changed app name in installer dialogs. + Fiddled dialogs to repair grammar and get rid of anachronisms (e.g., "ProgMan" and "Program Manager" haven't made sense since Windows 3.1!). 14 October 2000, 07:35:15 UTC
89fb035 For PyErr_Format(), note that the exception parameter can be a string or class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter). 14 October 2000, 05:49:30 UTC
3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for manuals instead of howtos. 14 October 2000, 05:47:17 UTC
21c9df7 For os.stat() & friends, note that the time fields are returned as floating-point values. 14 October 2000, 05:46:11 UTC
e764968 Update dependencies for the Macintosh manual. 14 October 2000, 05:44:32 UTC
c25296a Update to include all the new chapters & sections. Convert from a howto to a manual, so we can *have* chapters! Comment out the macconsole module documentation; Think C seems to have disappeared. 14 October 2000, 05:41:17 UTC
c7babad Remove everything that is not module documentation. It is no longer needed here. 14 October 2000, 05:39:08 UTC
8e850ee Fix some internal references that I botched. 14 October 2000, 05:24:20 UTC
45aa573 Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. 14 October 2000, 05:09:42 UTC
4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to be filled in with real information. Contributed by Chris Barker <cbarker@jps.net>. 14 October 2000, 05:08:34 UTC
1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti <vincem@en.com>. 14 October 2000, 05:06:24 UTC
8f6ca15 Chris Barker <cbarker@jps.net>: Small fixes. 14 October 2000, 04:59:12 UTC
eab58af Chris Barker <cbarker@jps.net>: Various updates and additions. 14 October 2000, 04:56:52 UTC
26fbd8b Chris Barker <cbarker@jps.net>: Small clarification, remove the assertion that the module is temporary. 14 October 2000, 04:55:15 UTC
658865c Chris Barker <cbarker@jps.net>: Added summary of the strengths and weaknesses of the FrameWork module and fixed some typos. 14 October 2000, 04:53:31 UTC
f459a09 Wrap a long line. 14 October 2000, 04:49:36 UTC
b6441e7 More names. 14 October 2000, 04:47:53 UTC
eecdc7f A bunch of nits fix and some additional information added by Chris Barker <cbarker@jps.net>. 14 October 2000, 04:45:22 UTC
8f176ac Update the comments for the BSD DB module, including a new pointer to the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>. This closes SourceForge bug #116850. 14 October 2000, 04:14:09 UTC
9d62943 Center the top line of the license page, to make it look just a little bit cleaner. 14 October 2000, 04:07:49 UTC
047c372 Removed debugging code at bottom. 14 October 2000, 04:07:39 UTC
fa9ff76 Untabified. 14 October 2000, 04:06:40 UTC
4cd6f2a Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding an 'other_libraries()' parameter. 14 October 2000, 03:56:42 UTC
0b4dafc Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if we actually installed modules to a directory in sys.path. 14 October 2000, 03:47:07 UTC
2e38a50 Bastian Kleineidam: fix up any supplied command-line options. 14 October 2000, 03:40:20 UTC
ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. 13 October 2000, 23:35:04 UTC
8c94d5e Added some of the new Numeric modules (which weren't rebuilt). 13 October 2000, 23:34:06 UTC
52b5b02 If 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. 13 October 2000, 23:33:34 UTC
31e7c9c Updated with cmd-. fix and PythonCore copy option. 13 October 2000, 23:32:44 UTC
20da14c getting close 13 October 2000, 23:05:44 UTC
ac148b5 run the std regression test suite using bytecode produced by the compiler 13 October 2000, 22:00:13 UTC
e7f710c add -d option that dumps entire AST before compiling 13 October 2000, 21:59:32 UTC
9c048f9 Now supports entire Python 2.0 language and still supports Python 1.5.2. The compiler generates code for the version of the interpreter it is run under. ast.py: Print and Printnl add dest attr for extended print new node AugAssign for augmented assignments new nodes ListComp, ListCompFor, and ListCompIf for list comprehensions pyassem.py: add work around for string-Unicode comparison raising UnicodeError on comparison of two objects in code object's const table pycodegen.py: define VERSION, the Python major version number get magic number using imp.get_magic() instead of hard coding implement list comprehensions, extended print, and augmented assignment; augmented assignment uses Delegator classes (see doc string) fix import and tuple unpacking for 1.5.2 transformer.py: various changes to support new 2.0 grammar and old 1.5 grammar add debug_tree helper than converts and symbol and token numbers to their names 13 October 2000, 21:58:13 UTC
5bad5a4 Updated test suite to latest pulldom changes. 13 October 2000, 20:54:10 UTC
ec964d5 Moved appendChild calls back to DOMEventStream. Added SAX2DOM class. 13 October 2000, 20:53:27 UTC
4221ff0 Clear siblings, now that they are being set. 13 October 2000, 20:11:42 UTC
d5fd45f Made options global (as PyMac_options) so macosmodule can access it. 13 October 2000, 19:44:40 UTC
91eb3e8 Update the release number and date. 13 October 2000, 15:35:27 UTC
8a00abc Make the regrtest.py -l (findleaks) option considerably less obnoxious. First, only report garbage that the GC cannot free. Second, only report the number of objects found, not their repr(). People can dig deeper on their own if they find a leak. 13 October 2000, 01:32:42 UTC
1ea8949 Vise archive templates used for 2.0c1 12 October 2000, 21:45:05 UTC
2a92f0b Disribution templates used for 2.0c1 12 October 2000, 21:44:06 UTC
3714516 Projects used for 2.0c1 12 October 2000, 21:42:51 UTC
f2bd9ee Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). Overridable with a class variable keepconsole. 12 October 2000, 21:25:37 UTC
6433fdf Added sha module, it's needed by the unicode stuff, it seems. 12 October 2000, 21:24:24 UTC
b19c667 Added a method KeepConsole so programs can override the Keep console open option. 12 October 2000, 21:24:05 UTC
dc86f9e Made options global (as PyMac_options) so macosmodule can access it. 12 October 2000, 21:23:19 UTC
6ab2cb6 Better exit handling. 12 October 2000, 21:22:26 UTC
de51909 Updated for 2.0c1 12 October 2000, 21:21:43 UTC
816cf9d Python implementation of strptime(). 12 October 2000, 21:20:41 UTC
14126df Extension to Findertools by Erik van Blokland. In Contrib because I don't have the time to merge it into findertools before the distribution. 12 October 2000, 21:20:11 UTC
237b5f4 Andy Dustman <adustman@users.sourceforge.net>: Eliminate unused variables to appease compiler. 12 October 2000, 20:58:32 UTC
602aa77 Marc-Andre Lemburg <mal@lemburg.com>: Documentation for the codec base classes. Lots of markup adjustments by FLD. This closes SourceForge bug #115308, patch #101877. 12 October 2000, 20:50:55 UTC
4e1be72 Fix SF bug #116263: support for from .. import * transformer.py: return '*', None from com_import_as_name pycodegen.py: special case for name == '*' pyassem.py: fix stack counting for IMPORT_ opcodes 12 October 2000, 20:23:23 UTC
babe326 Added entries for new files of SAX documentation. 12 October 2000, 20:07:09 UTC
014f0e3 Massive addition of SAX documentation from Martin von Loewis <loewis@informatik.hu-berlin.de>. Reorganized to be more like other parts of the documentation in its arrangement, but with few content changes. This closes SourceForge patch #101850. 12 October 2000, 20:05:09 UTC
110941a If the status line is invalid, assume it is a pre-1.0 response. The msg/headers are empty and the entire response is treated as the body. 12 October 2000, 19:58:36 UTC
2bf405a Repaired a comment and asserted a precondition. 12 October 2000, 19:42:00 UTC
20d529b Recreated after installer source code changes. This should close SF bug (patch) http://sourceforge.net/patch/?func=detailpatch&patch_id=101844&group_id=5470 12 October 2000, 19:31:13 UTC
73574ee two fixes for redirects: - don't close the fp, since that appears to also close the socket - join the original url with the redirect reponse to deal with relative redirect URL wrap two socket ops in try/except to turn them into URLErrors, so that client code need only catch one exception. in HTTPError.__del__ only close fp if fp is not None style changes: - use f(*args) instead of apply(f, args) - use __super_init instead of super.__init__(self, ...) 12 October 2000, 18:54:18 UTC
3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () 12 October 2000, 17:31:36 UTC
ada6d87 Fix for Bug #116453. Direct use of interp->result is deprecated; changing this to Tcl_GetStringResult(interp) everywhere fixed the problem of losing the error message with TclError exceptions, on Windows. 12 October 2000, 17:14:46 UTC
f4670e9 When we know the compiler is GCC, always add the -Wall and -Wstrict-prototypes options. This will make it a lot easier to keep warnings under control in the first place in the future. There is one known warning at this time, caught by the -Wstrict-prototypes option. In Modules/main.c, the declaration of getopt() without parameters gets a complaint (rightly) that it is not a proper prototype. The lack of a complete prototype information should be corrected when the right portability conditions have been identified. Approved by the Guido. 12 October 2000, 17:11:38 UTC
22d5895 Added a test for the StringIO write() error I just fixed. 12 October 2000, 16:46:28 UTC
b636dc6 [ Bug #116636 ] Bug in StringIO.write() http://sourceforge.net/bugs/?func=detailbug&bug_id=116636&group_id=5470 bobalex@rsv.ricoh.com Bug report: If the file position is less than the end of the "file", and a write is performed extending past then end of the file, the data string is corrupted. Solution: in write(), when writing past the end, properly set self.len when newpos is > self.len. 12 October 2000, 16:45:37 UTC
2e2a70a Anonymous patch to add Darwin 1.2 to the list of BSDs. Let's hope this is correct (I'm not sure why the sys.platform would be 'Darwin1.2' rather than 'darwin1', which seems to be the convention). Someone with Darwin please test this! 12 October 2000, 16:01:55 UTC
0157e7a Added some single tuple/list unpacking for JPython regression testing. 12 October 2000, 14:45:58 UTC
cb5b5ba A Mystery: I somehow managed to delete the last two lines of my test_math.py changes. Here restoring them. 12 October 2000, 07:15:55 UTC
1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and libm result is 0). Cautiously add a few libm exception test cases: 1. That exp(-huge) returns 0 without exception. 2. That exp(+huge) triggers OverflowError. 3. That sqrt(-1) raises ValueError specifically (apparently under glibc linked with -lieee, it was raising OverflowError due to an accident of the way mathmodule.c's CHECK() macro happened to deal with Infs and NaNs under gcc). 12 October 2000, 06:10:25 UTC
ec1722e Various minor additions and clarifications, mostly suggested by Jeremy 12 October 2000, 03:04:22 UTC
7486c6b Comment out a separator line, since all the others are commented out, and it would look kind of silly if typeset. 12 October 2000, 02:49:12 UTC
6032c48 Add new section on the XML package. (This was the only major new 2.0 feature left that wasn't covered. The article is therefore now essentially complete.) A few minor changes 12 October 2000, 02:37:14 UTC
0be483f Do a better job at staying on-screen :P (Sorry, it's late here.) I'm assuming here that the ANSI-C adjacent-string-concatenation technique is allowable, now that Python requires an ANSI C compiler. 11 October 2000, 23:26:11 UTC
8fb62a2 Adjust debugging code in the implementation of the DUP_TOPX bytecode, use Py_FatalError() instead, and clarify the message somewhat. As discussed on python-dev. 11 October 2000, 23:20:09 UTC
f27f5ab Added additional test cases for pulldom modifications. 11 October 2000, 22:36:00 UTC
bc1b5c8 Added parent attribute with getters and setters on XMLFilterBase. 11 October 2000, 22:35:00 UTC
d178ba6 Added non-ns start and end element methods. Moved appendChild calls from DOMEventStream to PullDOM (parser indep). Removed duplicated sibling pointer setting (duplicated in appendChild). 11 October 2000, 22:34:04 UTC
9361565 Document the exceptions that now get raised on invalid parameters. 11 October 2000, 22:27:51 UTC
cb953d7 Test the exception-raising for error cases in copy_reg. 11 October 2000, 22:17:35 UTC
78a6a36 In the module docstring, clarify that this is used to register pickle support for extension types, not classes. pickle(): If the type is a class or if the reduction function is not callable, raise a TypeError. constructor(): If the constructor is not callable, raise TypeError. This (partially) closes SourceForge patch #101859. 11 October 2000, 22:16:45 UTC
06fdd2d Another gcc -Wall warning squashed: MPZ_divm(): Initialize mpzden to NULL, since it could be Py_XDECREF()ed without being initialized. 11 October 2000, 21:53:34 UTC
4747a18 Remove one more gcc -Wall warning. 11 October 2000, 21:44:02 UTC
4bbea05 Jack Jansen reported that the regression test failed on the Mac where string.letters was much more than expected. Solution: explicit is better than implicit; don't rely on string.letters. 11 October 2000, 21:34:53 UTC
back to top