Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
62b8f0d - update documentation contact address 29 July 2003, 17:44:24 UTC
aec7bdf - update documentation contact address - remove old text about a Mac OS chapter in the libref; that's been gone for a *long* time! 29 July 2003, 17:42:54 UTC
5ce4dc2 Update URL. 28 July 2003, 14:39:37 UTC
4e378ec Don't generate a line containing only \ at the top of a new index file. 24 July 2003, 02:00:18 UTC
dd2cc27 Fix broken markup; make the ^= representation work properly Closes SF bug #776181. 24 July 2003, 01:46:39 UTC
aa088c6 - Americanize a spelling - remove extraneous blank lines - add missing \end{methoddesc} (prevented formatting) 24 July 2003, 01:45:16 UTC
75c9877 Backport Python Patches 769142, 776062 from 2.3 Lib/idlelib: CallTip error when docstring contains only \n and/or \t 23 July 2003, 16:25:43 UTC
b28f901 make #! line more liberal 18 July 2003, 02:45:27 UTC
ed74a10 [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. 15 July 2003, 13:00:45 UTC
3416668 correct link 14 July 2003, 17:05:19 UTC
c52b036 backport for 753451 13 July 2003, 13:55:55 UTC
0a8f299 Backport of rhettinger's funcobject.c 2.63, bugfix for SF bug 753451 Check the argument of classmethod is callable. (prevents classmethod(classmethod(func)) from bombing out. 13 July 2003, 13:54:34 UTC
461194f Treat irix64 like irix. Fixes #764560. 13 July 2003, 09:48:31 UTC
93457d6 Patch #764470: Fix marshalling of Faults. 12 July 2003, 07:53:52 UTC
8a5ffac Patch #549151, rev4: redirect POST on 301 also. 12 July 2003, 07:35:35 UTC
6897637 Backport Jeremy's patch from the trunk (revision 2.147): The Unpickler forget about its find_class attribute. Also make sure we visit and clear self->safe_constructors in the GC support. 11 July 2003, 20:37:13 UTC
63bda3a Update Tkinter3000 notes based on text from Fredrik Lundh. 08 July 2003, 13:45:39 UTC
4bfde07 Use -fno-strict-aliasing on gcc 3.3. Fixes #766696. 07 July 2003, 21:44:00 UTC
2045f56 - explain about making Python scripts executable on Unix in more detail 07 July 2003, 21:01:09 UTC
708b068 Fix SF bug #766288, property() example gives syntax error 05 July 2003, 17:38:25 UTC
0a6f7da SF #764121, docstring for spawnlp incorrect 02 July 2003, 02:51:15 UTC
2e8e6a9 Backport tim_one's checkin: showwarning() calls formatwarning(), not showwarning(). 01 July 2003, 21:48:57 UTC
91ade65 Backport theller's checkin: Document the DISTUTILS_DEBUG variable. Closes sf #761401. 01 July 2003, 21:37:38 UTC
a3d818f Fix SF bug #763023, difflib.py: ratio() zero division not caught 01 July 2003, 15:12:33 UTC
91bde2b Backport: SF bug 753592, websucker Pass the proper variable when the user supplies a directory. 01 July 2003, 04:17:25 UTC
aae6a10 Backport fix for SF bug 666219. 30 June 2003, 15:01:26 UTC
b1c0258 Backport: Fix SF #762455, segfault when sys.stdout is changed in getattr Note: in 2.2, the problem was an infinite loop (at least for me). 29 June 2003, 14:57:10 UTC
6697232 backport of fix from 1.15 to make sure installed scripts have the read bit set. 27 June 2003, 19:37:16 UTC
4bbff7b Don't assume the name of the table of contents will be contents.html; that won't be right when mkhowto is called with --numeric (as it is for the Python Tutorial). Save the actual name we use when we build the table of contents, then use that in the page head metadata. The node2label.pl script will munge this properly when --numeric isn't given, so this works in both cases. Closes SF bug #761830. 27 June 2003, 18:27:21 UTC
78347b5 Fix for SF bug 620190: getargspec() doesn't understand methods. 27 June 2003, 18:16:21 UTC
5032dfe Add definitions of the test and testlist symbols in the grammar so there are no gaps in the definitions. Closes SF bug #726150. 27 June 2003, 17:13:17 UTC
d8fcbdd backport -uall,-resource stuff add sunos5 and hpux11 expected skips 21 June 2003, 16:13:49 UTC
8ebdd33 check getservbyname with several protocols, not just telnet 21 June 2003, 15:59:13 UTC
c0cab85 Bump version info. 20 June 2003, 14:32:05 UTC
cb34054 Remove heading from orphan section. 20 June 2003, 14:28:05 UTC
8851af2 Update link to Python book information. 20 June 2003, 14:00:31 UTC
a3a1d28 Avoid 'dir' as a variable name. Use os.path.join() to join path elements together. 19 June 2003, 18:14:02 UTC
82d309b Include "instances of most classes" in a warning about mutable objects as default values of function/method parameters. 18 June 2003, 17:17:10 UTC
7af168f Patch #755987 (bug #755031): backport from trunk. 18 June 2003, 01:05:34 UTC
b1ccf7f Backport 1.194: Add test for bug #751998. 16 June 2003, 23:38:27 UTC
dad043e Backport 2.237 by Guido: - SF patch 751998 fixes an unwanted side effect of the previous fix for SF bug 742860 (the next item). 16 June 2003, 23:38:00 UTC
d3e2b66 Backport FreeBSD recursion limit. Fixes #553736. 14 June 2003, 15:03:06 UTC
8286612 Treat empty dat/dir files as dumbdbm. Fixes #744687. 14 June 2003, 08:17:28 UTC
e348c6d copy and deepcopy builtin functions atomically. Fixes #746304. Also backport 2.36 (deepcopy classes atomically). 14 June 2003, 07:20:04 UTC
698ad03 Patch #746366: Update to current automake install-sh. 14 June 2003, 06:59:02 UTC
7594a1c Patch #754340: Fix typo in redirect_request. 14 June 2003, 05:52:27 UTC
1db3e75 Install Sean's updated spec 13 June 2003, 19:30:53 UTC
462203f Backport of my checkin to rev 1.46: Fix for sf # 749210, wininst isn't build correctly after building zip. The problem was that subcommands were not reinitialized. Bugfix candidate, will backport myself. 12 June 2003, 17:29:57 UTC
b1570d5 Clarify docstring for symlink. 11 June 2003, 00:20:02 UTC
2858fd1 Patch #750595: Refer to type complex using builtin. Fixes #595837. 07 June 2003, 20:09:43 UTC
d2cd3ef Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. 07 June 2003, 20:02:27 UTC
3442211 Patch #749191: Delete commands in after_cancel. 07 June 2003, 19:53:55 UTC
772db88 Bump the version number 31 May 2003, 03:19:28 UTC
4ce90b3 This commit was manufactured by cvs2svn to create tag 'r223'. 30 May 2003, 20:57:36 UTC
c70811d Last minute NEWS file updates 30 May 2003, 20:57:36 UTC
d095616 Update Windows installer for 2.2.3. 30 May 2003, 16:12:40 UTC
4382513 Update the Windows DLL resource info for 2.2.3. 30 May 2003, 16:01:58 UTC
5da9ce4 Update the buildno diplayed by Windows Python 2.2.3. 30 May 2003, 15:43:34 UTC
935fb5e Updated Windows buildno for 2.2.3 final. 30 May 2003, 15:22:59 UTC
abf32d6 Bump the version to 2.2.3 (final). 30 May 2003, 13:41:07 UTC
641e266 Backport from 2.3 trunk: _make_boundary(): Fix for SF bug #745478, broken boundary calculation in some locales. This code simplifies the boundary algorithm to use randint() which is what we wanted anyway. Bump package version to 2.5.3. 29 May 2003, 20:09:31 UTC
67300f4 Typo repair. 29 May 2003, 19:31:15 UTC
b0f53ab Fleshed out the WeakKeyDictionary.__delitem__ news, since this can change visible behavior. 29 May 2003, 19:26:06 UTC
a0ac74c All the news that's fit to print (I reviewed the CVS log since the bump of patchlevel.h). 29 May 2003, 19:21:38 UTC
d004298 Add section for 2.2.3 final and memory leak plug for tkinter 29 May 2003, 19:03:43 UTC
a4ebef5 Backport 1.160: Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() Also fix a memory leak in Tkapp_Split. 29 May 2003, 18:58:23 UTC
6de17d2 Give the Windows socket wrapper function default values for its 'family' and 'type' arguments. This improves x-platform compatibility (e.g., on Unix systems socket() already supported these default arguments). No need to do anything here for 2.3 -- it already fixed this glitch in a different way. 29 May 2003, 18:50:45 UTC
a0e0297 Set release information for Python 2.2.3. 29 May 2003, 18:49:32 UTC
be1eb0c crash_in_get_sf736892(): A test of SF 736892, forcing function to act like an unbound method dumps core. 29 May 2003, 15:14:52 UTC
1345877 Backport patch 2.206: ---------------------------- revision 2.206 date: 2003/02/11 16:25:43; author: gvanrossum; state: Exp; lines: +9 -0 Add basic arg sanity checking to wrap_descr_get(). This is called when Python code calls a descriptor's __get__ method. It should translate None to NULL in both argument positions, and insist that at least one of the argument positions is not NULL after this transformation. ---------------------------- which fixes SF bug # 736892, forcing function to act like an unbound method dumps core. 29 May 2003, 15:13:18 UTC
10b1cd9 Remove debug code from weakref_segfault(). Also move the call of the test to the top; the crash is caused by a double free. 29 May 2003, 14:31:42 UTC
f9622d1 Fix for SF 742911. We now clear the weakrefs *before* calling __del__ or emptying __dict__, just as we do for classic classes. 29 May 2003, 14:28:22 UTC
189a6c9 Add testcase for SF 742911. 29 May 2003, 14:21:29 UTC
39a8fdd The backport gets Fred's seal of approval: SF 742860: WeakKeyDictionary __delitem__ uses iterkeys Someone review this, please! Final releases are getting close, Fred (the weakref guy) won't be around until Tuesday, and the pre-patch code can indeed raise spurious RuntimeErrors in the presence of threads or mutating comparison functions. See the bug report for my confusions: I can't see any reason for why __delitem__ iterated over the keys. The new one-liner implementation is much faster, can't raise RuntimeError, and should be better-behaved in all respects wrt threads. New tests test_weak_keyed_bad_delitem and test_weak_keyed_cascading_deletes fail before this patch. Backported the tests and the patch. 28 May 2003, 23:03:30 UTC
7496e18 Spec file update from Sean Reifschneider. 27 May 2003, 14:36:02 UTC
e9ac720 Backport of 1.48: on Mac OS X don't use -R for runtime_library_dirs, use -L in stead. Fixes #723495. 23 May 2003, 22:34:39 UTC
e47b01f Bumping PY_VERSION 23 May 2003, 03:37:11 UTC
6f3e109 This commit was manufactured by cvs2svn to create tag 'r223c1'. 22 May 2003, 19:13:35 UTC
ae7bc13 Go ahead and label this 2.2.3c1 22 May 2003, 19:13:35 UTC
f828b41 A bunch of NEWS file updates 22 May 2003, 18:55:13 UTC
4ab4393 Squash new compiler wng (mistmatching formal/actual pointer types). 22 May 2003, 18:45:47 UTC
826f68b Backport fix for SF bug 692776. Add a tp_new slot to function objects that handles the case of a function requiring a closure. Put the function type in the new module, rather than having a function new.function(). Add tests. 22 May 2003, 18:11:20 UTC
8e0ef04 Link the dbm module against gdbm if it exists and if no earlier library match was found. This fixes dbm on RedHat 9 and doesn't appear (so far <wink>) to have any regressions on other *nixes. 22 May 2003, 17:36:54 UTC
a74d9fe Backport Jeremy's fix: req.method should be req.get_method. 22 May 2003, 17:30:48 UTC
c012951 Backport fix for SF bug #741171: pdb crashes when enabling a non-existing breakpoint 22 May 2003, 17:25:21 UTC
6c75479 Backport fix for SF bug 734869 and sundry compiler cleanups. 22 May 2003, 16:43:04 UTC
1fda5e5 Assorted 2.2.3c1 and copyright changes specific to Windows. 22 May 2003, 15:39:10 UTC
2ad5730 update copyright dates 22 May 2003, 15:30:22 UTC
a63beee Correct dependency information -- the Python docs load the "About this document" text from html/stdabout.dat, not html/about.dat. 22 May 2003, 15:28:22 UTC
92a21a4 Update Python release version and copyright years 22 May 2003, 15:21:06 UTC
cf9727f Twiddle the banner 22 May 2003, 15:15:05 UTC
6314b22 Minor elaboration in the information about reporting errors. 22 May 2003, 15:09:55 UTC
49a5f47 update version/release information 22 May 2003, 14:56:37 UTC
bccf8f3 update version history 22 May 2003, 14:50:27 UTC
380a42c the release manager has been fixed; this *will* be a release candidate 22 May 2003, 14:48:28 UTC
53b0179 Prepare for 2.2.3c1 (release candidate 1) 22 May 2003, 14:44:31 UTC
8674212 Start preparing the doc tree for 2.2.3. 22 May 2003, 13:59:30 UTC
97719c9 PyType_Ready(): Complain if the type is a base type, and gc'able, and tp_free is NULL or PyObject_Del at the end. Because it's a base type it must call tp_free in its dealloc function, and because it's gc'able it must not call PyObject_Del. inherit_slots(): Don't inherit tp_free unless the type and its base agree about whether they're gc'able. If the type is gc'able and the base is not, and the base uses the default PyObject_Del for its tp_free, give the type PyObject_GC_Del for its tp_free (the appropriate default for a gc'able type). cPickle.c: The Pickler and Unpickler types claim to be base classes and gc'able, but their dealloc functions didn't call tp_free. Repaired that. Also call PyType_Ready() on these typeobjects, so that the correct (PyObject_GC_Del) default memory-freeing function gets plugged into these types' tp_free slots. 21 May 2003, 20:43:10 UTC
54d9cdf A few new news items 20 May 2003, 22:34:18 UTC
6faa3d0 GNUTranslations._parse(): Backport of fix for SF bug #658233, where continuation lines in .po metadata caused a crash. Also, export more symbols from __all__. 20 May 2003, 22:33:03 UTC
back to top