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

sort by:
Revision Author Date Message Commit Date
59cebed Patch #843088: Fix typos. 18 November 2003, 19:48:41 UTC
c61c1b4 Fix typo 16 November 2003, 13:45:21 UTC
2dbd74f Set version to 2.3.3a0. It would be better if this would be done immediately after a release is out ;-) 14 November 2003, 19:07:21 UTC
6dfa10c Set version to 2.3.3a0. It would be better if this would be done immediately after a release is out ;-) 14 November 2003, 18:33:13 UTC
30288d5 Mention patch #841977: modulefinder didn't find extension modules in packages 14 November 2003, 10:27:26 UTC
fd630f5 SF #841977 - modulefinder fails to find extension modules in packages The find_all_submodules() method in modulefinder only looks for *.py, *.pyc, and *.pyo files. Python extension modules are only found if they are referenced in import statements somewhere. This patch uses the actual list from imp.get_suffixes(). Backported to release-maint23. 14 November 2003, 10:23:03 UTC
8e81b7e subtype_dealloc(): A more complete fix for critical bug 840829 + expanded the test case with a piece that needs the more-complete fix. I don't intend to backport this beyond 2.3 maint. It's a critical bugfix, and should be backported to 2.2, 2.1, ..., if more releases in those lines get made. 13 November 2003, 22:48:42 UTC
d7fbabe #define HAVE_MEMMOVE on the cmdline for the pyexpat project; it doesn't include Python.h, Fred doesn't want the source code changed, and it won't compile on Windows otherwise. 13 November 2003, 15:52:25 UTC
604b120 Patch #804543: strdup saved locales. 13 November 2003, 07:42:13 UTC
695461f Backport of fix for SF bug 840829, memory corruption in some cases of weakref callbacks. This is a critical bugfix. It's already been fixed on the trunk (2.4 development). I don't intend to backport it to the 22 line, but if a 2.2.4 ever gets released, this should be in it. 13 November 2003, 01:17:55 UTC
a6794ea Improve backwards compatibility code to handle True/False. 12 November 2003, 15:21:57 UTC
5e4f589 add missing "if" 10 November 2003, 14:42:58 UTC
3fe64a4 SF bug #835457: Small typo in logging documentation 08 November 2003, 11:41:32 UTC
784f707 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. 07 November 2003, 12:11:16 UTC
5cfab45 Patch #837322: Clarify owning, borrowing, stealing. 06 November 2003, 21:07:47 UTC
058806e Overallocate target buffer for normalization more early. Fixes #834676. 06 November 2003, 20:47:43 UTC
68fa8d9 On RH10, the PIE additions to gcc mean that id() can sometimes be a very large 32 bit int, which comes out as a negative int. Workaround this to prevent warnings from the test suite and the std lib. 06 November 2003, 13:57:49 UTC
4cef816 On RH10, the PIE additions to gcc mean that id() can sometimes be a very large 32 bit int, which comes out as a negative int. Workaround this to prevent warnings from the test suite. 06 November 2003, 13:40:46 UTC
cc7bb58 Temporary "fix" for the fact that pbxbuild is replaced with xcodebuild on Panther: make it a variable. Changing the variable has to be done by hand, for now, that remains to be worked on. 04 November 2003, 22:45:16 UTC
8aa273f $(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed. 04 November 2003, 21:15:22 UTC
82ba889 Various fixes to make the standard applets have a correct version number, and to make BuildApplet have an icon again (albeit a quickly converted OS9 icon). 04 November 2003, 21:04:22 UTC
901d8aa Files used for second build of MacPython for Panther additions. 04 November 2003, 21:03:01 UTC
51067d0 InfoPlist.strings files should be UTF-16, not plain ASCII. 04 November 2003, 20:33:06 UTC
a98d8de include bug number 04 November 2003, 14:40:39 UTC
9e4a3d2 note new sre algorithm 04 November 2003, 14:38:51 UTC
4488c9c get tests working again. partial backport of 1.46 - I fixed the recursive tests that used to fail, but left test_re_groupref_exists disabled, as it fails on the release23-maint branch. Maybe something else needs to be backported? 04 November 2003, 14:11:01 UTC
9462e74 backport of 1.56 Apply patch 823328 -- support for rfc 2617 digestion authentication. This fixes the current (broken) digest auth code. 04 November 2003, 13:53:38 UTC
c6ccfe1 fix comments/docstring problems related to SF bug # 821818 02 November 2003, 19:39:14 UTC
1090df1 fix SF bug # 812818 02 November 2003, 19:38:24 UTC
ed7ca25 fixed wrong error checking on fcntl call as per SF bug # 821896 02 November 2003, 18:11:53 UTC
64e028c fixed buggy comment as per SF bug #827856 02 November 2003, 17:11:03 UTC
9f4ee31 fixed obvious bug in _send_header as per SF bug #831271 02 November 2003, 16:51:38 UTC
c3d3347 Avoid giving advice that's bad for security, as per SF bug #823515 02 November 2003, 16:31:22 UTC
024033b clarified (in the 5.14 summary) that tests and comparisons all chain, added a specific \ref to 5.9 in lieu of previous vague "see above". 02 November 2003, 16:11:48 UTC
ee29c74 SF patch #834444: add versionadd to new functions (Contributed by George Yoshida.) 02 November 2003, 09:52:38 UTC
0c857d8 Remember the scroll position when rebuilding the browser (as we do far too often). Fixes #824430. 02 November 2003, 01:11:09 UTC
8759ee9 Allow for the documentation to be inside PythonIDE as well as in the Python.app inside the framework (the original location for 2.3). This enables us to install the documentation on Panther too. 01 November 2003, 23:14:41 UTC
1f980d0 - In PythonIDE, add the Tools/IDE directory as the second entry in sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources as the first one. - When building the IDE for use with Apple-provided MacPython add PythonIDEMain.py to the Resources folder. Together these two makes fixes to PythonIDEMain available to Panther users. 01 November 2003, 22:30:50 UTC
c8c6875 Two related fixes: - The code for setting the working directory to $HOME was both incorrect and in the wrong place, fixed. - On OSX the default location for IDE scripts is now $HOME/Library/Python/IDE-Scripts. Together, these solve the problem that some people had (but, curiously enough, only some) that the IDE crashed at startup because it couldn't create "/Scripts". 01 November 2003, 22:28:19 UTC
3b34c65 [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy 31 October 2003, 19:52:42 UTC
ede6ee8 Patch #833710: Set INSTSONAME on Solaris. 31 October 2003, 15:41:49 UTC
718ea1e Patch #830858: Correct the number of is-functions. 31 October 2003, 15:34:16 UTC
278dae5 Patch #785689: Use basename in usage. 31 October 2003, 13:05:04 UTC
7f5b2cd Patch #787189: Explicitly define CTRL on SGI. 31 October 2003, 13:01:08 UTC
f62fad7 Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198. 31 October 2003, 10:01:37 UTC
3696472 SF bug #827902: ctime is not creation time New fix for this bug recognizes differing definitions on various systems. 29 October 2003, 00:47:11 UTC
56072b8 SF #775057, fix IDLE problem in about dialog If the file doesn't exist, the code to display an error message was broken 28 October 2003, 21:58:26 UTC
78cf303 SF bug #827902: ctime is not creation time Document the correct definition of os.path.getctime() 27 October 2003, 20:03:22 UTC
065b87b Patch #803998: Correctly check for error in SSL_write. 27 October 2003, 14:24:41 UTC
1a94f3a Patch #817854: Add missing operations for SSLFile. Fixes #792101. 27 October 2003, 14:07:43 UTC
e86e5b7 Document that varlist can be NULL. 26 October 2003, 17:21:56 UTC
b34ac73 regressing the performance bugfix -- Guido wants the performance bug left alone, because there can be no guarantee re the semantics of += vs + . 25 October 2003, 23:22:55 UTC
c12859d SF #829941, update tutorial, built-in types can be base classes since 2.2 25 October 2003, 14:17:15 UTC
31b2ab8 document the performance fix to builtin_sum(). 25 October 2003, 13:02:24 UTC
af1b4c9 changed builtin_sum to use PyNumber_InPlaceAdd -- unchanged semantics but fixes performance bug with sum(lotsoflists, []). 25 October 2003, 12:47:09 UTC
733e26a [Backport fix for bug #822668] gzip filesize should be written out mod 2**32 24 October 2003, 17:47:57 UTC
218f9ab Backport checkin: Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). charmaptranslate_makespace() allocates more memory than required for the next replacement but didn't remember that fact, so memory size was growing exponentially every time a replacement string is longer that one character. This fixes SF bug #828737. 24 October 2003, 15:05:29 UTC
f73fa54 Patch #813200: Quote executable path on Windows. Fixes #811082. 23 October 2003, 15:55:03 UTC
2f50785 Backport from the trunk. To build on windows, the manual editing of the python_nt.rc file to change the version number is no longer required. Instead, a make_versioninfo.exe is compiled, which spits out an include file for python_nt.rc. 22 October 2003, 19:38:10 UTC
c7cd9cf Avoid confusing name for the 3rd argument to str.replace(). This closes SF bug #827260. 22 October 2003, 02:57:23 UTC
9f72af6 Note the update to Expat 1.95.7. 21 October 2003, 20:02:46 UTC
c751a82 Update to Expat 1.95.7; there are no changes to the Expat sources. 21 October 2003, 20:02:35 UTC
eb7a27f This commit was manufactured by cvs2svn to create branch 'release23-maint'. 21 October 2003, 20:02:35 UTC
eb97fa8 Provide a bit more information to the compiler when building Expat. This avoids having to modify the Expat sources in any way starting with Expat 1.95.7. 21 October 2003, 20:01:21 UTC
885d238 Don't make promises about about the visibility of the induction variable. 21 October 2003, 18:43:15 UTC
2e39d57 Backport removal of bogus Py_DECREF() and indentation fix. 21 October 2003, 18:15:44 UTC
133b0c8 ConfigParser.items() and SafeConfigParser.items() no longer return a generator. See SF bug #818861. 21 October 2003, 16:51:40 UTC
fbb6be0 Make both items() methods return lists; one had changed to return an iterator where it probably shouldn't have. Closes SF bug #818861. 21 October 2003, 16:46:52 UTC
49e75c7 Patch #813391: Reduce limits for amd64 and sparc64. 20 October 2003, 20:59:45 UTC
f5ab339 Backport 1.19: Use 'predicate = bool' as the default predicate for ifilter[false]. 20 October 2003, 20:45:33 UTC
4958f27 Backport checkin: Fix a bunch of typos in documentation, docstrings and comments. (From SF patch #810751) 20 October 2003, 14:34:48 UTC
367e2ae Patch #823259: Update spec file: - skip building HTML documentation if it is not available. - Removal of patches, which can't be referenced from a build directly from the tar-file. - Using the RPM tmp directory macro for the buildroot location. - Ensuring that the clean directive doesn't accidentally delete the users root directory or another directory. - --enable-unicode=ucs4 in configure line. 19 October 2003, 18:34:35 UTC
f0a8343 Patch #821093: Fix various typos. 19 October 2003, 07:31:15 UTC
eff6cb5 Revert previous checkin, as it breaks on Unix. 18 October 2003, 18:09:18 UTC
c73726e Patch #813200: Properly quote executable on Windows. Fixes #811082. 18 October 2003, 18:08:03 UTC
ee52452 Patch #825679: Clarify semantics of .isfoo on empty strings. 18 October 2003, 09:54:38 UTC
661598f Patch #809535: Mention behaviour of seek on text files. 18 October 2003, 09:37:12 UTC
99517c5 Fix typo found by Lukasz Pankowski: dir_created -> directory_created 16 October 2003, 19:42:13 UTC
e749f6c Never redistribute MS dlls from the system directory. So I removed all those \windows\system options. 16 October 2003, 19:02:46 UTC
0523dcf Add mention of fix of bug #780461 for Lib/platform.py . 14 October 2003, 22:44:51 UTC
3a78849 Backport of rev. 1.6 and 1.7 from head. 1.6 was docstring clean-up. 1.7 was a fix for bug #780461 (platform.mac_ver() failing under OS X) and was flagged as a backport candidate. 14 October 2003, 22:32:34 UTC
ff45e49 SF bug #821701: reduce docs neglect a very important piece of information. Add a note showing which argument is the accumulator. 13 October 2003, 17:54:46 UTC
0c0441c SF #822262, Typo in Doc/api/intro.tex 13 October 2003, 17:48:23 UTC
6cd19f9 backport of fix for [819860] 13 October 2003, 12:44:22 UTC
5307bc5 Backport fix to SF bug #820397: __nonzero__() returns 1/0 12 October 2003, 23:41:21 UTC
f28980e SF patch #819955: Erroneous \seemodule in tarfile docs (Contributed by Johannes Gijsbers.) 12 October 2003, 02:03:06 UTC
8ea385f BaseServer, TCPServer: Fixed typo in class docstring. 09 October 2003, 23:49:24 UTC
6b560bc SF patch #820195: make object.__contains__() returns True or False instead of 1 or 0. Backport Guido's fix to the default __contains__() and to proxy_has_key() so they will properly return booleans instead of integers. 09 October 2003, 20:51:07 UTC
4e3b442 Fix a typo, discovered by Joonas Paalasmaa. 08 October 2003, 12:02:44 UTC
ae50fcf Patch #817329: Use SC_OPEN_MAX to determine MAXFD. 06 October 2003, 21:34:14 UTC
c601117 SF bug #812202: randint is always even * Extend rangrange() to return meaningful results when the range is larger than 2**53. Only applies to the MersenneTwister. WichmannHill was left alone in the absence of a proof showing how multiple calls could be combined to produce long bit streams. * WichmannHill was missing from __all__. 05 October 2003, 23:35:38 UTC
bd79d84 Adopt Christian Stork's suggested argument order for quantifier examples. Adopt Jeremy Fincher's suggested function name, "any", instead of "some". 05 October 2003, 23:05:56 UTC
962ed0e two bugfixes 04 October 2003, 08:03:33 UTC
80ab182 FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses.h - if you don't define _XOPEN_EXTENDED_SOURCE, the bug isn't triggered. Testing on FreeBSD shows that nothing is broken by this change. 04 October 2003, 07:56:14 UTC
dfcd95c made the SGI INET_ADDRSTRLEN apply for any compiler on Irix. Both the SGI compiler and GCC seem to need this. 04 October 2003, 06:55:33 UTC
74e93ef post-release. was going to hold off til Jack got a chance to decide on a Mac release, but given the checkins of the last 12 hours, a bit late. 04 October 2003, 02:53:10 UTC
fcf9740 GNUTranslations._parse(): Initialize local variable k so that if the first line of a header section isn't an RFC-ish header, it's just ignored instead of throwing an UnboundLocalError. Backported. 04 October 2003, 02:39:11 UTC
fe16163 Check for TclError when reading variables. Fixes #807314. 03 October 2003, 17:11:45 UTC
5f936ea - don't re-write a SourceForge authenticated CVS root into the anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly 03 October 2003, 15:20:30 UTC
3c39f20 Patch #813445: Add missing socket.IPPROTO_IPV6. 03 October 2003, 13:55:37 UTC
back to top