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

sort by:
Revision Author Date Message Commit Date
7aff5e4 backport of MvL's 1.180 Test for __sun instead of __sun__, since SUNWspro only defines the latter; gcc defines both. ...must get sparc box at home out of cupboard for testing this stuff... 01 November 2001, 14:05:52 UTC
3357529 backport tim's 1.191: PySocketSock_connect_ex(): On Windows, return the correct Windows exit code. The patch is from Jeremy, and allows test_asynchat to run again. 01 November 2001, 14:00:11 UTC
5d0fdbc backport (partially) jeremy's 1.178 Use PySocket_Err() instead of PyErr_SetFromErrno(). The former does the right thing on Windows, the latter does not. The 'partial' is because the code's changed quite a lot and it's not clear that the two that are still there of the form return PyErr_SetFromErrno(SSLErrorObject); can be replaced with PySocket_Err() - it looks like they need the new PySSL_SetError, which is a tad large to be comfortable with just checking in without reading it further. 01 November 2001, 13:58:16 UTC
22a2ce8 backport tim's 2.44 Make clear in the docstring that "std" applies to both size and alignment, not just to alignment. Spotted by Guido. not normally bothering with docstring cleanups, but in this case Tim _did_ note it as a bugfix candidate, so I'll be nice :) 01 November 2001, 13:34:10 UTC
39103a2 backport of 2.114: SF patch #459385 (Norman Vine): time.timezone fix for Cygwin. (skipped whitespace normalisation section of patch - this is a bugfix, not a beauty contest :) 01 November 2001, 13:14:43 UTC
c00f934 backport 2.26 [Bug #433047, reported by Armin Rigo] Remove extra 'i' character in PyArg_ParseTuple() call. 01 November 2001, 12:52:27 UTC
449ff25 backport 2.61. Properly use &&. Closes bug #434989. 01 November 2001, 12:48:28 UTC
2c0d76e backport of fix from 2.7 Fix for bug [ #433047 ] missing args to PyArg_ParseTuple 01 November 2001, 11:38:44 UTC
cece2b7 backport fixes from 2.32 and 2.29: Change the limit on the input size for b2a_base64 to what will fit in memory, rather than the standard's 57. This fixes SF bug #473009. This closes bug #430849 (internal error produced by binascii.a2b_base64) 01 November 2001, 11:30:06 UTC
9f29356 Typo: NamedNodeList --> NamedNodeMap 25 October 2001, 20:43:24 UTC
c870cec When describing "import *", add a level of indirection between "*" and the set of names imported (the "public names"), adding a definition of "public names" that describes the use of __all__. This closes SF bug #473986. Flesh out the vague reference to __import__(). 24 October 2001, 19:52:14 UTC
73319ff Clarify that the resource module does not attempt to mask platform differences by defining symbols not defined on particular platforms. This closes SF bug #473433. 22 October 2001, 14:25:12 UTC
dc009f3 Backport fix from 2.277 - incorrectly swapped arguments to PyFrame_BlockSetup. Fixes very obscure and nasty bug. 21 October 2001, 05:57:28 UTC
c573874 Add deprecations for profile.HotProfile and profile.OldProfile, since they will no longer exist in 2.2. 19 October 2001, 16:11:28 UTC
0039bd7 The 2.1 regrest.py doesn't have the test_main() feature yet, so always call test_main() at the end. 19 October 2001, 16:05:55 UTC
bad60d9 Fix leak in SSLread in nonblocking mode -- from SF bug #472798. (Not a merge from the code on the trunk -- the trunk has evolved perhaps too much.) 19 October 2001, 15:17:42 UTC
4da37fc Merge in selected changes from profile.py on the trunk. Note that this is *not* a simple-minded merge from the code on the trunk -- that does too much other stuff to be 100% safe for the 2.1.2 release (e.g. getting rid of HotProfile and OldProfile, changing some methods into global functions, a new calibration API). Add the test_profile.py module which verifies that the profiler works as expected. 19 October 2001, 15:13:51 UTC
a939b7a This commit was manufactured by cvs2svn to create branch 'release21-maint'. 19 October 2001, 15:13:51 UTC
9978957 Add a '+' to the version to indicate this is a post-2.1.1-release CVS version. 19 October 2001, 14:47:47 UTC
5203e32 The version number 1.0.2pre doesn't conform to the strict versioning guidelines in distutils/version, resulting in failure when trying to use distutils to install 4Suite (and perhaps other modules). Change it to 1.0.2. This finally really fixes Bug #417796. 19 October 2001, 08:07:19 UTC
5f0dacf Source distribution files also updated for 2.1.1. 11 August 2001, 20:05:03 UTC
c575f91 Remove lines that should never have been checked into this release21-maint branch; I checked them in erroneously in revision 1.52.4.1 of this file; it looks like that entire revision was operator error. This reverts that checkin and closes SF bug #449613. 09 August 2001, 22:00:32 UTC
2222ee0 Files used for 2.1.1 distribution. 02 August 2001, 22:26:53 UTC
7a31238 When closing a DialogWindow also clear out self.dlg. 02 August 2001, 22:25:31 UTC
11f8ca2 Got rid of (unused) regsub imports. 30 July 2001, 20:26:15 UTC
7be6cad Set cursor to arrow also if no windows active. Looks better when run from IDE. 30 July 2001, 20:25:37 UTC
40347ed Set cursor to arrow also when no window is active. Looks better when run from IDE. Got rid of regsub. 30 July 2001, 20:24:49 UTC
2b25f35 Just's fix in 1.10: call convert_path for scripts too. Needed for mac 2.1.1, and should do no harm to 2.1.2 (on the odd chance that will happen). 30 July 2001, 09:56:31 UTC
0823093 These demos used silly refcon values when creating their windows. This effectuively caused Pythons automatic cleanup of windows on refcount reaching zero to be disabled. 29 July 2001, 21:50:44 UTC
8998f14 These demos didn't know the difference between dialogs and windows yet. Fixed. 29 July 2001, 21:48:25 UTC
75975c7 If you double-click a file with creator Pyth but owner != TEXT exit with a warning that this is not a script but an auxiliary document such as a preferrences file or an aplication template. This is a lot better than giving syntax errors on binary data:-) 29 July 2001, 21:23:18 UTC
6dbbb80 ProgressBar crashed when you tried to drag it. (imported from main branch 1.33). 27 July 2001, 14:31:32 UTC
351552f Removed note that this is the first active installer, which isn't true (it's the second one:-). 26 July 2001, 21:13:53 UTC
a36a3bf Files used for 2.1.1c2 distribution. 26 July 2001, 21:12:45 UTC
93f4d19 FSRef support gone for classic builds. 26 July 2001, 21:10:55 UTC
aa943f6 Temporarily disabled FSRef support for non-Carbon builds. Not the correct test, as it is an OS8 vs. OS9 issue, but it will have to do for now. 26 July 2001, 21:09:57 UTC
8e45e17 Put 1.7 fix in maintainance branch (removed erronuous findertools reference). 25 July 2001, 20:41:14 UTC
39ddda4 Files used for 2.1.1c1 distribution. 22 July 2001, 22:11:43 UTC
112d20d This commit was manufactured by cvs2svn to create tag 'r211'. 20 July 2001, 14:55:28 UTC
2e03ba8 Fix showstopper SF bug #442983: use of site.addsitedir() was broken because it references the global dirs_in_sys_path which is deleted. The fix avoids deleting that global. (My email through python.org or digicool.com is non-functional at the moment; use gvanrossum@home.com to reach me.) 20 July 2001, 14:55:28 UTC
d8dd690 Backport Piers Lauder's checkin 1.30: fix missed conversion in ESR's string conversion This should be the *last* checkin in this branch, barring brown-bags, showstoppers and release cruft. 20 July 2001, 10:54:21 UTC
e6072c2 Remove the TENTATIVE marker from the 2.1.1 Windows buildno. 20 July 2001, 05:17:59 UTC
4811919 Converted the project to CW6 (it hadn't been compiled in a long time), added a carbon target and added 2 missing routines in Carbon. 19 July 2001, 21:03:19 UTC
24683e6 Updated news for 2.1.1-final. 19 July 2001, 16:29:48 UTC
249b51c Revert the previous two changes, unsetting PYTHONHOME breaks the build procedure on some platforms. Better safe than sorry! 19 July 2001, 13:21:05 UTC
cc8dd4e Merge from the trunk... just contains bugfixes, according to Jack and Just. 19 July 2001, 11:14:41 UTC
d1d2a9a Backport Jack's checkin 1.35 and Guido's checkin 1.36: Made distutils understand the MacPython Carbon runtime model. Distutils will build for the runtime model you are currently using for the interpreter. 19 July 2001, 11:13:35 UTC
01c61eb Backport of AMK's checkin 1.34 and Guido's checkin 1.35: [Bug #441527] Fixes for preprocessor support, contributed by Tarn Weisner Burton 19 July 2001, 09:50:49 UTC
041a51b Backport Guido's checkin 1.3: Should raise TestSkipped, not ImportError, when deciding to skip the test. 19 July 2001, 09:44:37 UTC
83ac330 Backport of Jack's checkin 1.117: File handlers don't work on the mac, so don't pretend they do. 19 July 2001, 09:43:12 UTC
e02518f Avoid the use of 'unset', which isn't available on all platforms. Fixes SF bug #442627. 19 July 2001, 09:28:24 UTC
5901116 Remove some false statements. 19 July 2001, 03:49:54 UTC
03bb77e Remove some false comments. Reorganize so the initialization sequences does not bite us in the foot. (There is no good reason to discard classes that clients may want to subclass.) 19 July 2001, 03:47:04 UTC
d92dc79 this closes patches item 429136 and brings the release21-maint version into sync with the head branch. 18 July 2001, 23:14:25 UTC
6f4747f Updated for 2.1.1. Just should check whether anything more about the IDE is worth mentioning. 18 July 2001, 22:40:41 UTC
d861465 Updated for 2.1.1. 18 July 2001, 22:40:15 UTC
9bedd8d First set of changes for 2.1.1. MacPython builds and passes the selftest with these. 18 July 2001, 22:39:59 UTC
774a968 If Python doesn't have a Unicode codec for the current system encoding return "ascii", not "macroman". 18 July 2001, 22:37:56 UTC
4522cc9 This commit was manufactured by cvs2svn to create branch 'release21-maint'. 18 July 2001, 22:37:56 UTC
35905ec Lots of small updates, some long overdue. 18 July 2001, 20:01:36 UTC
b37d270 I think it's good to be explicit about the version in README. 18 July 2001, 19:40:57 UTC
1a39e8e Update the version to the final 2.1.1. 18 July 2001, 19:40:14 UTC
f8e8ff0 Bump version number and set the date for the 2.1.1 release. 18 July 2001, 19:36:32 UTC
fbe87eb Add a more substantial example startup file for the interactive shell; sample startup script provided by Itamar Shtull-Trauring. This closes SF patch #410890. Add some logical markup where it was missing. 18 July 2001, 19:21:43 UTC
9154c5f Backport of AMK's checkins of configure.in (1.228), config.h.in (2.101) and configure (1.220): [Bug #438050] Check for sys/poll.h in configure script 16 July 2001, 16:07:26 UTC
09fdab3 Backport of AMK's checkin 2.52: [Bug #438050] Include sys/poll.h if it was found by the configure script. The OpenGroup spec says poll.h is the correct header file to use, so that file is preferred. 16 July 2001, 16:03:31 UTC
98cc791 Backport AMK's checkin 1.42: Fix bug #437487: "2.1 build on Solaris fails if CC is set" by adding the contents of CCSHARED to the compiler specified by CC 16 July 2001, 16:00:32 UTC
b823851 Fix SF #441664: Python crash on del of a slice of a mmap Check for slice/item deletion, which calls slice/item assignment with a NULL value, and raise a TypeError instead of coredumping. Bugreport and suggested fix by Alex Martelli. 16 July 2001, 15:45:20 UTC
c743869 Revise the description of time.clock() so that it correctly describes the Windows version of the function as well as the Unix flavor. This fixes SF bug #441357. 16 July 2001, 15:41:38 UTC
01e871f Prepare Windows build for 2.1.1 final (buildno and installer screens). 14 July 2001, 03:39:35 UTC
35b9c24 Fix the markup of the caret charater in a couple of places; LaTeX's special character bite us again. ;-( This fixes SF bug #440911. 14 July 2001, 03:07:55 UTC
5199e0f Argh. Somehow the header for the BEOPEN license had 2.1.1 in it. That should be 2.0. 13 July 2001, 17:06:26 UTC
ee01a5e This commit was manufactured by cvs2svn to create tag 'r211c1'. 13 July 2001, 15:10:55 UTC
d925620 Expand the blob on Solaris to mention passing '-Xc' to compile Python correctly. Note that 'faulty' should actually be spelled 'fawlty', but I don't want those bugreports assigned to me ;) 13 July 2001, 15:10:55 UTC
6736e9d Add credit for a last-minute fix in the re documentation. 12 July 2001, 14:59:49 UTC
59fbb83 Fix return value for m.group() for groups not in the part of the RE that matched; reported by Paul Moore. 12 July 2001, 14:15:03 UTC
6f2762a Preliminary NEWS entry for 2.1.1c1 12 July 2001, 13:38:18 UTC
3261912 Net result of Tim's checkins 2.28 through 2.31: - SF but #417587: compiler warnings compiling 2.1. Repaired *some* of the SGI compiler warnings Sjoerd Mullender reported. - Minor fiddling related to SF patch 416251 2.1c1 mmapmodule: unused vrbl cleanup - Fix the .find() method for memory maps. 1) it didn't obey the "start" parameter (and when it does, we must validate the value) 2) the return value needs to be an absolute index, rather than relative to some arbitrary point in the file (checking CVS, it appears this method never worked; these changes bring it into line with typical .find() behavior) - Fix new compiler warnings. Also boost "start" from (C) int to long and return a (C) long: PyArg_ParseTuple and Py_BuildValue may not let us get at the size_t we really want, but C int is clearly too small for a 64-bit box, and both the start parameter and the return value should work for large mapped files even on 32-bit boxes. The code really needs to be rethought from scratch (not by me, though ...). 12 July 2001, 12:43:11 UTC
d7fe69f Backport Tim's checkin 1.9: SF bug 418615: regular expression bug in pipes.py. Obviously bad regexps, spotted by Jeffery Collins. 12 July 2001, 12:28:10 UTC
45892bf Backport Tim's checkin 1.7: SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN. I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT, always been wrong. 12 July 2001, 12:26:42 UTC
cac2498 Re-do the broken-nice() patch to break less platforms. Hopefully none :P Also note that it isn't just Linux nice() that is broken: at least FreeBSD and BSDI also have this problem. os.nice() should probably just be emulated using getpriority()/setpriority(), if they are available, but that isn't worth putting in 2.1.1. 11 July 2001, 22:27:39 UTC
d11f5f3 Move the section on concrete numeric objects before the section on concrete sequence objects, since their API is simpler. This is in response to a comment in SF bug #440037. (Does this really belong in the bugfix release? Yes: this is a readability bug, and those are important in the documentation.) 11 July 2001, 20:40:05 UTC
90e6518 Added information about the timeout parameter to the poll() method for polling objects. This closes SF bug #439823. Fixed a minor markup bug. 11 July 2001, 18:49:00 UTC
44589dd Patch #439995 (slightly modified from the uploaded version): Work around Linux's nonstandard nice() systemcall, which does not return the new priority. This closes SF bug #439990. 11 July 2001, 14:01:08 UTC
958106d Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and readline.c (2.36), and re-generated config.h.in and configure: SF Patch #432457 by Jason Tishler: support for readline 4.2. This patch allows the readline module to build cleanly with GNU readline 4.2 without breaking the build for earlier GNU readline versions. The configure script checks for the presence of rl_completion_matches in libreadline. 11 July 2001, 12:18:24 UTC
800f677 Backport of the socketserver test, including output file (which is still necessary in the 2.1 branch.) Guido's original checkin message: A test suite for SocketServer.py that exposes the various bugs just fixed. Regrettably, this must be run manually -- somehow the I/O redirection of the regression test breaks the test. When run under the regression test, this raises ImportError with a warning to that effect. 11 July 2001, 12:15:15 UTC
1a2d894 This commit was manufactured by cvs2svn to create branch 'release21-maint'. 11 July 2001, 12:15:15 UTC
6dc482c Backport of Guido's checkin 1.25: Fix various serious problems: - The ThreadingTCPServer class and its derived classes were completely broken because the main thread would close the request before the handler thread had time to look at it. This was introduced by Ping's close_request() patch. The fix moves the close_request() calls to after the handler has run to completion in the BaseServer class and the ForkingMixIn class; when using the ThreadingMixIn, closing the request is the handler's responsibility. - The ForkingUDPServer class has always been been broken because the socket was closed in the child before calling the handler. I fixed this by simply not calling server_close() in the child at all. - I cannot get the UnixDatagramServer class to work at all. The recvfrom() call doesn't return a meaningful client address. I added a comment to this effect. Maybe it works on other Unix versions. - The __all__ variable was missing ThreadingMixIn and ForkingMixIn. - Bumped __version__ to "0.4". - Added a note about the test suite (to be checked in shortly). 11 July 2001, 12:05:49 UTC
d4a75dc Backport of Tim's checkin 2.178: SF bug #438295: [Windows] __init__.py cause strange behavior Probable fix (the bug report doesn't have enough info to say for sure). find_init_module(): Insist on a case-sensitive match for __init__ files. Given __INIT__.PY instead, find_init_module() thought that was fine, but the later attempt to do find_module("__INIT__.PY") didn't and its caller silently suppressed the resulting ImportError. Now find_init_module() refuses to accept __INIT__.PY to begin with. 11 July 2001, 12:03:44 UTC
e27a8b9 Backport Tim's checkin 1.17: SF patch #440144: Tests and minor bugfix for uu module decode(): While writing tests for uu.py, Nick Mathewson discovered that the 'Truncated input file' exception could never get raised, because its "if not str:" test was actually testing the builtin function "str", not the local string vrbl "s" as intended. 11 July 2001, 11:38:20 UTC
49ba499 Add another name. 10 July 2001, 16:20:59 UTC
93e543c Corrected the refcount information for PyList_SET_ITEM(). 10 July 2001, 16:19:26 UTC
919b65e Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), PyObject_InitVar(), PyObject_Del(), PyObject_NEW(), PyObject_NEW_VAR(), and PyObject_DEL(). Add notes to PyMem_Malloc() and PyMem_New() about the memory buffers not being initialized. This fixes SF bug #439012. Added explicit return value information for PyList_SetItem(), PyDict_SetItem(), and PyDict_SetItemString(). Corrected return type for PyList_SET_ITEM(). Fixed index entries in the descriptions of PyLong_AsLong() and PyLong_AsUnignedLong(). This fixes the API manual portion of SF bug #440037. Note that the headers properly declare everything as 'extern "C"' for C++ users. Document _Py_NoneStruct. Added links to the Extending & Embedding manual for PyArg_ParseTuple() and PyArg_ParseTupleAndKeywords(). Added note that PyArg_Parse() should not be used in new code. Fix up a few style nits -- avoid "e.g." and "i.e." -- these make translation more difficult, as well as reading the English more difficult for non-native speakers. 10 July 2001, 16:11:09 UTC
4695681 Added descriptions for some modules that previously did not have any information about them, based on comments from Jack Jansen. 10 July 2001, 14:20:20 UTC
42af3ce Fix for SF bug #436525, reported by Greg Kochanski: The block/unblock thread macros are called 'Py_BLOCK_THREADS' and 'Py_UNBLOCK_THREADS', not 'Py_BEGIN_BLOCK_THREADS' and 'Py_BEGIN_UNBLOCK_THREADS'. 09 July 2001, 14:34:16 UTC
4c633be SF bug #439104: Tuple richcompares has code-typo. Symptom: (1, 2, 3) <= (1, 2) returned 1. Also an isomorphic error was in the list richcompare code. 06 July 2001, 17:48:47 UTC
f14452e When reading a continuation line, make sure we still use the transformed name when filling in the internal data structures, otherwise we incorrectly raise a KeyError. This fixes SF bug #432369. 06 July 2001, 17:23:22 UTC
f891be9 Explain the exit code for the wait() method, including a reference to the os.W*() functions used to interpret the return value. This fixes SF bug #429361. 06 July 2001, 17:18:05 UTC
02be5cb The fpectl module does not work on Windows, so remove Windows from the \platform statement. Also fix a minor style consistency nit in an example. 05 July 2001, 21:20:01 UTC
f379622 Allow underscores in tag names and quote characters in unquoted attribute values. The change for attribute values matches the way Mozilla and Navigator view the world, at least. This closes SF bug #436621. 05 July 2001, 18:22:48 UTC
back to top