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

sort by:
Revision Author Date Message Commit Date
905bb96 make thread stack size compile-time tunable on OS/2 17 January 2005, 12:19:24 UTC
bf1155c fix typo 12 January 2005, 19:14:55 UTC
edce313 Add duck-typing to the glossary. 11 January 2005, 16:14:55 UTC
fe165c1 SF bug #1099516: tempfile files not types.FileType Clarified that the returned object is file-like rather than an actual file. 11 January 2005, 15:38:41 UTC
55d3a19 Backport checkin: Fix and test for SF bug #1098990: codec readline() splits lines apart. 10 January 2005, 12:26:00 UTC
9632e94 Backport for bug #839496: always read files in binary mode. Opening files in text mode may cause newline translations, making the actual size of the content transmitted *less* than the content-length. 10 January 2005, 09:27:17 UTC
a949c99 Backport patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as a delimiter. Previously, the 'network location' (<authority> in RFC 2396) would become 'www.example.com?query=spam', while RFC 2396 does not allow a '?' in <authority>. See bug #548176 for further discussion. 09 January 2005, 15:32:37 UTC
f1cea6a Backport patch #1095362: replace hardcoded test for POST/GET with call to get_method, removing some duplication and gaining some flexibility in the process. 09 January 2005, 05:53:27 UTC
af8d7a9 Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: * Document hasFeature(), createDocument(), CreateDocumentType(), hasAttribute(), hasAttributeNS(). * In the documentation for createDocument(), it is now stated that the Python DOM API allows implementations to forego creation of the document element child node, if no namespace and local name arguments are given. (This possibility is left open and unaddressed in the W3C spec). * Addition by me: use 'name' rather than 'attname', for consistency with the DOM specification and the Python DOM API implementation. 09 January 2005, 00:39:06 UTC
45798bf Starting on the 2.4 MacPython installer. 07 January 2005, 15:41:15 UTC
ef62b66 Started on Macintosh section. 07 January 2005, 14:19:30 UTC
da85437 Backport of 1.38: Allow relative URLs for included databases and packages. 07 January 2005, 13:48:49 UTC
773b0cf Backport of Patch #1097739 by Bob Ippolito: MacOSX: if we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier) we link extension directly against the dynamic library in the framework in stead of against the framework. This will fix building extensions for 2.3 after 2.4 has been installed too. 07 January 2005, 13:17:33 UTC
c55bb8a Backport of 1.479: Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set to an empty value and distutils will get confused lateron. 07 January 2005, 13:13:50 UTC
91199cf Backport of 1.20: Workaround for the fact that urllib2 doesn't default to "file:" urls. 07 January 2005, 12:58:03 UTC
105a2e2 SF patch 1094011: Docs for file() vs open(). 07 January 2005, 04:35:08 UTC
46cfa39 SF bug #1091740: garbage collector still documented as optional 07 January 2005, 00:51:02 UTC
9b87d1e Backported from the trunk: After discussion on the PythonMac-SIG it was decided that it is better to make using "-undefined dynamic_lookup" for linking extensions more automatic on 10.3 and later. So if we're on that platform and MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX version during configure. Additionally, distutils will pick up the configure-time value by default. 06 January 2005, 23:16:03 UTC
d832703 Backported from the trunk: - When doing a frameworkinstall test whether Apple's Python 2.3 may need fixing - Added quotes around destroot arguments. 06 January 2005, 22:33:55 UTC
4d031e5 This commit was manufactured by cvs2svn to create branch 'release24-maint'. 06 January 2005, 22:33:55 UTC
68909fd Updating the Idle wrapper to match the current CVS copy. 05 January 2005, 15:53:54 UTC
34006aa Clarify that DictMixin is still useful. Only the UserDict class was supplanted. 04 January 2005, 21:28:48 UTC
b33a323 Fix typo. 03 January 2005, 23:42:34 UTC
ee094c9 Backport of 1.37: - Added an "installer" flavor, which uses the "open" command to install something (overridable through Install-command entry) - Hidden status is now determined by flavor == hidden, not by missing Download-URL. Hidden packages behave like installer packages. - Made some error messages a bit more understandable. Because there's new functionality the version has been upped to 0.5. 03 January 2005, 15:46:45 UTC
5e59063 On UNIX, when the execution of the child fails, we must waitpid() to prevent leaving zombies. 01 January 2005, 09:32:16 UTC
1c5ce88 SF patch #1094007: Remove witty comment in pydoc.py (Removed at Ping's request.) 01 January 2005, 07:52:40 UTC
d22fdf8 SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS (Contributed by Jiwon Seo.) 01 January 2005, 06:12:26 UTC
1498d63 SF Patch #1093896: miscellaneous doc typos 01 January 2005, 00:34:56 UTC
8d784e3 Backport: Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot option to various tools, and do the right thing when we're doing a destroot install. 31 December 2004, 11:23:20 UTC
01b53e1 Patch #1011890: fix inspect.getsource breaking with line-continuation & more. Thanks to Simon Percivall! The patch makes changes to inspect.py in two places: * the pattern to match against functions at line 436 is modified: lambdas should be matched even if not preceded by whitespace, as long as "lambda" isn't part of another word. * the BlockFinder class is heavily modified. Changes are: - checking for "def", "class" or "lambda" names before setting self.started to True. Then checking the same line for word characters after the colon (if the colon is on that line). If so, and the line does not end with a line continuation marker, raise EndOfBlock immediately. - adding self.passline to show that the line is to be included and no more checking is necessary on that line. Since a NEWLINE token is not generated when a line continuation marker exists, this allows getsource to continue with these functions even if the following line would not be indented. Don't backport the tests, as these have been too heavily modified on the trunk. 31 December 2004, 09:45:37 UTC
4dc49d6 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called 31 December 2004, 01:08:17 UTC
d62430f Add more test directories to testsuite. 30 December 2004, 14:09:14 UTC
372e0ec Update to VC 7.1. 30 December 2004, 10:44:50 UTC
5bf39f9 Backport checkin: Fix wrong variable name. 29 December 2004, 15:28:29 UTC
8310049 Update example to VC 7.1. 29 December 2004, 14:21:24 UTC
78bdc04 This commit was manufactured by cvs2svn to create branch 'release24-maint'. 29 December 2004, 14:21:24 UTC
1858ab9 Backport checkin: Fix wrong variable name. 29 December 2004, 13:12:39 UTC
61ad60d Backport of 1.36: - getDefaultDatabase wasn't listed in __all__. - using a different database for non-final releases should only be done for X.Y.0. Non-final micro releases can use the default database just fine, as they are required to be backward compatible. 28 December 2004, 21:53:49 UTC
3baa811 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case 28 December 2004, 20:12:31 UTC
938118a Update VC references. 24 December 2004, 08:27:20 UTC
1743f41 use = instead of == as operator for test 24 December 2004, 08:24:21 UTC
56deca5 Fix mention of TextEdit to state it can save in plaintext. 24 December 2004, 02:41:48 UTC
2a3a7ae discuss how the __builtin__ module is normally used, and try to clarify the difference between __builtins__ and __builtin__ (based on an email comment) (backported from trunk revision 1.9) 23 December 2004, 16:55:32 UTC
8e1ba59 The GUI was hanging if the shell window was closed while a raw_input() was pending. Restored the quit() of the readline() mainloop(). http://mail.python.org/pipermail/idle-dev/2004-December/002307.html M NEWS.txt M PyShell.py M idlever.py 23 December 2004, 04:32:25 UTC
2793e18 Recompiled after source changes. 22 December 2004, 17:00:45 UTC
19b8b18 Document bdist_wininst changes. 22 December 2004, 16:59:16 UTC
e179698 Close stdout and stderr, which are redirected into a temp file, before trying to remove this file - the file was never removed before. Fixes [ 1067732 ] wininst --install-script leaves residual files 22 December 2004, 16:49:05 UTC
21b1128 Fix a typo from the last checkin. 22 December 2004, 16:40:30 UTC
625ba95 Backport of rev. 1.12 from the trunk. 22 December 2004, 16:33:38 UTC
5d1e86a Patch #1088716: build and incorporate libpython24.a. 22 December 2004, 13:41:23 UTC
adcdc70 Document resolved MSI issues. 22 December 2004, 13:02:26 UTC
57212f5 Properly quote IDLE shortcut. Fixes #1076861. 22 December 2004, 12:56:46 UTC
1dc4b84 Backport checkin: Add NEWS entry about bug #1076985. 22 December 2004, 12:52:15 UTC
e1cded6 Backport msisupport.dll to 2.4 22 December 2004, 12:36:08 UTC
8f6cd73 Remove outdated comments about Macintosh for expanduser and expandvars. 22 December 2004, 05:41:56 UTC
d0e18e4 Backport checkin: The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() trying to return a complete line even if a size parameter was given (see http://www.python.org/sf/1076985). This leads to buffer overflows with long source lines under Windows if e.g. cp1252 is used as the source encoding. This patch reverts the behaviour of readline() to something that behaves more like Python 2.3: If a size parameter is given, read() is called only once. As a side effect of this, readline() now supports all types of linebreaks supported by unicode.splitlines(). Note that the tokenizer is still broken and it's possible to provoke segfaults (see http://www.python.org/sf/1089395). 21 December 2004, 22:35:24 UTC
09b28e9 Backport from trunk: add accidentally removed \end{description} back in. 21 December 2004, 21:15:14 UTC
823b42a Mentioned marshal.dumps()'s fix in the NEWS. 21 December 2004, 14:04:39 UTC
6266652 SF bug #951915: fix bug in StringIO.truncate - length not changed (Patch by Armin Rigo.) 20 December 2004, 23:55:32 UTC
21905e3 Back-ported: marshal.dumps() with the new optional argument 'version' just immediately segfaults, due to a typo! 20 December 2004, 12:26:43 UTC
ed92aff Bug #1088206: zlib decompressobj documentation typo 20 December 2004, 06:09:30 UTC
aa70752 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False * return an integer rather than a boolean 20 December 2004, 00:31:10 UTC
a5debf7 * reworked berkeleydb include and library detection code in setup.py to make sure the library version that matches the header file is used. * update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support 19 December 2004, 22:25:32 UTC
738a70a Bug #1079011: Incorrect error message (somewhat) 19 December 2004, 20:47:25 UTC
f437e09 Bug #1066607: "Limitations" section of profiler docs is incorrect 19 December 2004, 20:33:08 UTC
66e8aa2 Bug #1087216: datetime module documentation missing critical detail 19 December 2004, 20:16:57 UTC
7f35356 Backport fix for bug #1083645 have test_imp be skipped if threading is not available. 18 December 2004, 21:08:11 UTC
1c01c57 Bug #1083645 * The decimal module wouldn't run on builds without threads. 18 December 2004, 19:22:18 UTC
a8ceba9 Bug #1083645 * The decimal module wouldn't run on builds without threads. 18 December 2004, 19:12:11 UTC
995d9bf fix unterminated comment 18 December 2004, 09:48:40 UTC
ab38612 Move news items to the correct sections. 17 December 2004, 17:34:21 UTC
fe09fa2 Backport fixes for bugs #1086555 and #1085744. 17 December 2004, 14:44:45 UTC
19c9a85 fixes compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) 16 December 2004, 09:48:37 UTC
e3c2237 Backport checkin: Fix typo (from SF bug #1086127). 15 December 2004, 23:45:05 UTC
4a7a14c Backport checkin: Fix copy & paste error in comments. 14 December 2004, 21:33:13 UTC
0c790f3 SF bug #1084457: ossaudiodev no longer undocumented 14 December 2004, 07:20:27 UTC
28b81a9 missed this stuff for release, oh well, 2.4.1 is fine 13 December 2004, 17:09:28 UTC
5e9a960 Check in missing png version of pyfav.gif. 13 December 2004, 13:11:42 UTC
4b600b3 This commit was manufactured by cvs2svn to create branch 'release24-maint'. 13 December 2004, 13:11:42 UTC
04081ea Patch #1080684: typo repair. Thanks George Yoshida! - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True 12 December 2004, 16:51:48 UTC
4f63948 Backport from trunk: use os.geteuid() for checking whether we are root, as suggested by Michael Hudson. 12 December 2004, 15:54:20 UTC
74b443c OS/2 specific fixes related to SF bug # 1003471. Also revise a related function to minimise file handle/pipe leakage and improve reliability. Backported from -HEAD. 12 December 2004, 08:34:33 UTC
e6b4ad3 backport of OS/2 specific fixes related to SF bug # 1003471 12 December 2004, 08:32:41 UTC
f9828d0 Fix typo for what method is called when expand_tabs is true. 11 December 2004, 09:54:53 UTC
e0d3d4e SF bug #1083202: UnboundLocalError raised by atexit module The sys module could be called before being imported. 11 December 2004, 02:53:27 UTC
62770af SF bug #1081370: Bad reference in whrandom docs 10 December 2004, 17:23:32 UTC
e0c80c3 SF bug #1082944: Incorrect docs for PyUnicode_TailMatch * Note correct return type is int. * Note that -1 returned on failure. 10 December 2004, 17:13:51 UTC
82ced11 Backport of fix for SF bug #1076467: don't run test_on_error as root, as the permission errors don't get provoked that way. 06 December 2004, 21:22:17 UTC
5a2a08b Backport: Fix for SF bug #947894: calendar.weekheader() undocumented 06 December 2004, 08:14:08 UTC
506f691 Don't have test_mkalias_relative run if sys.prefix does not exist. Backport of fix for bug #1077302. 06 December 2004, 06:13:59 UTC
9bff72f Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. 05 December 2004, 20:05:04 UTC
c0331de more version cruft 05 December 2004, 07:49:00 UTC
abef418 once we're post-release, we really need to bump the version number; the documentation build gets the version number from here as well, and the script that updates www.python.org/dev/doc/ needs to get an updated version number 05 December 2004, 07:45:17 UTC
9edcad3 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was caused by a self._input.readline() call that wasn't checking for the NeedsMoreData marker. msg_43.txt contains a message that illustrates the problem, when email.message_from_*() is called. That interface uses the Parser API, which splits reads into 8192 byte chunks. It so happens that for the test message, the 8192 chunk falls inside a message/delivery-status, which is where in the FeedParser the readline() call was that didn't check for NeedsMoreData. I also added an assert to unreadline() so it'll be more evident if an attempt to push back NeedsMoreData ever happens again. Bump the email package version number. 05 December 2004, 03:34:14 UTC
80367c4 SF bug #1078905: Docs for unittest run() methods are misleading 04 December 2004, 21:24:19 UTC
8e07c62 Fixed errors reported in SF bug #1074693 03 December 2004, 08:23:36 UTC
e131118 Fixing bug #1072259 of SRE into release24-maint. 02 December 2004, 16:36:29 UTC
5a5bbfb Backport minor documentation fixups. 02 December 2004, 08:57:19 UTC
bc5d74b Add all readme files in Tools. 01 December 2004, 21:47:02 UTC
48352e4 - fix up internal hyperlink generation in PDF formatting so that links at the beginning of a paragraph do not generate errors; this affected things like \refmodule when it came first in a paragraph - clean up the .sty file to separate out the treatment of the start of a new paragraph 01 December 2004, 06:29:51 UTC
back to top