https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
84d6457 Close 2.2 branch. 05 March 2011, 13:55:23 UTC
56b2c92 Fix tag references in 2.2 branch. 05 March 2011, 13:55:19 UTC
a7ce71b [Jython patch #1578658] Make distutils work for Jython, at least for pure-Python distributions. Patch by Supreet Sethi, slightly modified by adding the change to sysconfig.py. 10 December 2006, 00:35:20 UTC
885fe06 Add extra SHA tests 20 November 2006, 13:31:53 UTC
8cca0b7 Jython compatibility fix: if uu.decode() opened its output file, be sure to close it. (Need to forward-port this.) 19 November 2006, 19:00:04 UTC
f42837c Security fix PSF-2005-001 for SimpleXMLRPCServer.py. 03 February 2005, 14:58:41 UTC
3bc0d39 [Bug #1023359] Make code match inheritance diagram 10 September 2004, 19:51:20 UTC
20cf51c adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. 21 February 2004, 20:58:04 UTC
7754996 backport of concrete.tex v1.35: The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along with most other concrete object checks, but the docs weren't brought into line. PyList_CheckExact() was added at 2.2 but never documented. 26 December 2003, 00:00:29 UTC
7325fe6 Backport of 1.26: Fix the problem addressed by patch [ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch. Though this backport actually includes the fix that caused the problem in the first place! 07 November 2003, 12:25:53 UTC
d252c73 Patch #830858: Update number of functions starting with "is". 31 October 2003, 15:27:55 UTC
e9ea6d9 use True/False for boolean values 30 October 2003, 15:13:41 UTC
c8dc7c3 [Bug #811681] The asynchat documentation would also apply to the 2.2 version of the module, but the docs aren't included. This adds a copy of libasynchat.tex. 25 September 2003, 18:26:06 UTC
2a15d9a Backport fix for SF808594: leak on lambda with duplicate arguments. 22 September 2003, 04:42:17 UTC
886849a Backport: Double-fix of crash in Unicode freelist handling. 17 September 2003, 03:32:41 UTC
1c3f4b8 Elaborate the explanation of different flavors of _* identifiers. Fixes SF bug #520325. 06 September 2003, 03:48:52 UTC
b3a5b04 NEWS about email package 794466 patch. 03 September 2003, 04:15:23 UTC
1b5f214 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. Backport candidate. 03 September 2003, 04:14:29 UTC
f29286e A fix for parsing parameters when there are semicolons inside the quotes. Fixes SF bug #794466, with the essential patch provided by Stuart D. Gathman. Specifically, _parseparam(), _get_params_preserve(): Use the parsing function that takes quotes into account, as given (essentially) in the bug report's test program. Backport candidate. 03 September 2003, 04:14:01 UTC
3b7340c remove extra word occurance; reported to webmaster 27 August 2003, 15:10:20 UTC
27dd1d4 Backporting email 2.5.4 fixes from the trunk. 19 August 2003, 04:56:47 UTC
8374ad2 Backporting email 2.5.4 fixes from the trunk. 19 August 2003, 04:56:46 UTC
6731638 Describe the fix to the email package. 19 August 2003, 04:55:06 UTC
e2c5dc7 Patch #772696: Delete .cvsignore files. 05 August 2003, 06:30:45 UTC
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
back to top