Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Backport: | Neal Norwitz | 2003-06-29 | 1 | -0/+6 | |
| | | | | | | 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). | |||||
* | backport of fix from 1.15 to make sure installed scripts have the read bit | Skip Montanaro | 2003-06-27 | 1 | -1/+1 | |
| | | | | set. | |||||
* | Don't assume the name of the table of contents will be contents.html; | Fred Drake | 2003-06-27 | 1 | -2/+4 | |
| | | | | | | | | | 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. | |||||
* | Fix for SF bug 620190: getargspec() doesn't understand methods. | Jeremy Hylton | 2003-06-27 | 1 | -0/+2 | |
| | ||||||
* | Add definitions of the test and testlist symbols in the grammar so | Fred Drake | 2003-06-27 | 1 | -0/+5 | |
| | | | | | there are no gaps in the definitions. Closes SF bug #726150. | |||||
* | backport -uall,-resource stuff | Skip Montanaro | 2003-06-21 | 1 | -25/+92 | |
| | | | | add sunos5 and hpux11 expected skips | |||||
* | check getservbyname with several protocols, not just telnet | Skip Montanaro | 2003-06-21 | 2 | -4/+12 | |
| | ||||||
* | Bump version info. | Fred Drake | 2003-06-20 | 2 | -3/+3 | |
| | ||||||
* | Remove heading from orphan section. | Fred Drake | 2003-06-20 | 1 | -1/+1 | |
| | ||||||
* | Update link to Python book information. | Fred Drake | 2003-06-20 | 1 | -1/+1 | |
| | ||||||
* | Avoid 'dir' as a variable name. Use os.path.join() to join path elements | Skip Montanaro | 2003-06-19 | 1 | -4/+4 | |
| | | | | together. | |||||
* | Include "instances of most classes" in a warning about mutable objects | Fred Drake | 2003-06-18 | 1 | -2/+3 | |
| | | | | as default values of function/method parameters. | |||||
* | Patch #755987 (bug #755031): backport from trunk. | Greg Ward | 2003-06-18 | 1 | -16/+14 | |
| | ||||||
* | Backport 1.194: | Neal Norwitz | 2003-06-16 | 1 | -0/+16 | |
| | | | | Add test for bug #751998. | |||||
* | Backport 2.237 by Guido: | Neal Norwitz | 2003-06-16 | 1 | -5/+14 | |
| | | | | | - SF patch 751998 fixes an unwanted side effect of the previous fix for SF bug 742860 (the next item). | |||||
* | Backport FreeBSD recursion limit. Fixes #553736. | Martin v. Löwis | 2003-06-14 | 1 | -0/+14 | |
| | ||||||
* | Treat empty dat/dir files as dumbdbm. Fixes #744687. | Martin v. Löwis | 2003-06-14 | 1 | -3/+7 | |
| | ||||||
* | copy and deepcopy builtin functions atomically. Fixes #746304. | Martin v. Löwis | 2003-06-14 | 2 | -0/+8 | |
| | | | | Also backport 2.36 (deepcopy classes atomically). | |||||
* | Patch #746366: Update to current automake install-sh. | Martin v. Löwis | 2003-06-14 | 1 | -62/+105 | |
| | ||||||
* | Patch #754340: Fix typo in redirect_request. | Martin v. Löwis | 2003-06-14 | 1 | -1/+1 | |
| | ||||||
* | Install Sean's updated spec | Barry Warsaw | 2003-06-13 | 1 | -0/+2 | |
| | ||||||
* | Backport of my checkin to rev 1.46: | Thomas Heller | 2003-06-12 | 1 | -1/+1 | |
| | | | | | | | | 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. | |||||
* | Clarify docstring for symlink. | Brett Cannon | 2003-06-11 | 1 | -1/+1 | |
| | ||||||
* | Patch #750595: Refer to type complex using builtin. Fixes #595837. | Martin v. Löwis | 2003-06-07 | 1 | -3/+9 | |
| | ||||||
* | Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. | Martin v. Löwis | 2003-06-07 | 1 | -0/+23 | |
| | ||||||
* | Patch #749191: Delete commands in after_cancel. | Martin v. Löwis | 2003-06-07 | 1 | -0/+6 | |
| | ||||||
* | Bump the version number | Barry Warsaw | 2003-05-31 | 1 | -1/+1 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create tag 'r223'.v2.2.3 | cvs2svn | 2003-05-30 | 1 | -0/+1 | |
| | ||||||
* | Last minute NEWS file updates | Barry Warsaw | 2003-05-30 | 1 | -1/+4 | |
| | ||||||
* | Update Windows installer for 2.2.3. | Tim Peters | 2003-05-30 | 1 | -4/+4 | |
| | ||||||
* | Update the Windows DLL resource info for 2.2.3. | Tim Peters | 2003-05-30 | 1 | -5/+5 | |
| | ||||||
* | Update the buildno diplayed by Windows Python 2.2.3. | Tim Peters | 2003-05-30 | 1 | -2/+2 | |
| | ||||||
* | Updated Windows buildno for 2.2.3 final. | Tim Peters | 2003-05-30 | 1 | -0/+2 | |
| | ||||||
* | Bump the version to 2.2.3 (final). | Guido van Rossum | 2003-05-30 | 1 | -3/+3 | |
| | ||||||
* | Backport from 2.3 trunk: | Barry Warsaw | 2003-05-29 | 2 | -3/+7 | |
| | | | | | | | | _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. | |||||
* | Typo repair. | Tim Peters | 2003-05-29 | 1 | -2/+2 | |
| | ||||||
* | Fleshed out the WeakKeyDictionary.__delitem__ news, since this can change | Tim Peters | 2003-05-29 | 1 | -2/+14 | |
| | | | | visible behavior. | |||||
* | All the news that's fit to print (I reviewed the CVS log since the | Guido van Rossum | 2003-05-29 | 1 | -0/+15 | |
| | | | | bump of patchlevel.h). | |||||
* | Add section for 2.2.3 final and memory leak plug for tkinter | Neal Norwitz | 2003-05-29 | 1 | -0/+7 | |
| | ||||||
* | Backport 1.160: | Neal Norwitz | 2003-05-29 | 1 | -4/+11 | |
| | | | | | | Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() Also fix a memory leak in Tkapp_Split. | |||||
* | Give the Windows socket wrapper function default values for its 'family' | Tim Peters | 2003-05-29 | 1 | -1/+1 | |
| | | | | | | | | 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. | |||||
* | Set release information for Python 2.2.3. | Fred Drake | 2003-05-29 | 2 | -3/+3 | |
| | ||||||
* | crash_in_get_sf736892(): A test of SF 736892, forcing function to act | Barry Warsaw | 2003-05-29 | 1 | -0/+14 | |
| | | | | like an unbound method dumps core. | |||||
* | Backport patch 2.206: | Barry Warsaw | 2003-05-29 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | ---------------------------- 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. | |||||
* | Remove debug code from weakref_segfault(). | Guido van Rossum | 2003-05-29 | 1 | -3/+1 | |
| | | | | | Also move the call of the test to the top; the crash is caused by a double free. | |||||
* | Fix for SF 742911. We now clear the weakrefs *before* calling __del__ | Guido van Rossum | 2003-05-29 | 1 | -8/+8 | |
| | | | | or emptying __dict__, just as we do for classic classes. | |||||
* | Add testcase for SF 742911. | Guido van Rossum | 2003-05-29 | 1 | -0/+24 | |
| | ||||||
* | The backport gets Fred's seal of approval: | Barry Warsaw | 2003-05-28 | 2 | -5/+59 | |
| | | | | | | | | | | | | | | | | | | | 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. | |||||
* | Spec file update from Sean Reifschneider. | Barry Warsaw | 2003-05-27 | 1 | -3/+2 | |
| | ||||||
* | Backport of 1.48: on Mac OS X don't use -R for runtime_library_dirs, use | Jack Jansen | 2003-05-23 | 2 | -0/+6 | |
| | | | | -L in stead. Fixes #723495. |