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

sort by:
Revision Author Date Message Commit Date
cfd7a97 Put entry in proper section. 20 March 2004, 22:48:19 UTC
d7e57bf Backport to 2.3: Fix for SF 780407. Change %08l to %p to print a pointer. 20 March 2004, 22:35:07 UTC
a5b5cb0 Backporting to 2.3: Fix for SF 777848. I've been bitten by this myself in the past half year. I hope this fix is right. 20 March 2004, 22:22:31 UTC
9aee99b Raise RuntimeError if the second argument to isinstance() or issubclass() is a tuple nested to a depth beyond the interpreter's recursion limit to prevent a segfault from blowing the C stack. Fixes bug #858016 . 20 March 2004, 21:54:35 UTC
544f4e7 Add mention of fix of bug #700055. 20 March 2004, 21:18:46 UTC
6fa7c0c Strip all whitespace at the end of a line when validating paths specified in a .pth file. Fixes bug #700055 . 20 March 2004, 21:14:25 UTC
d8ec476 SF bug #918371: hasattr()'s return type Replace 1 and 0 with True and False. 20 March 2004, 18:26:42 UTC
de3140a commit the portion of PyXML patch #919008 that is relevant to the standard library: str() of xml.sax.SAXParseException should not fail if the line and/or column number returned by the locator are None (tests added) 20 March 2004, 08:20:03 UTC
acfe104 PyFile_WriteObject(): some of the local variables are only used when Py_USING_UNICODE is defined 19 March 2004, 15:23:14 UTC
8d9363f fix bug related to SF bug id 788421 where DBC.set_range() could call free() on something it did not allocate for non B-Tree based databases. 16 March 2004, 07:47:45 UTC
dd63b17 Backport checkin: Port test_binascii.py to PyUnit and enhance tests. Code coverage for binascii.c is at 92%. From SF patch #736962. 15 March 2004, 14:22:55 UTC
d0aa245 SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) 13 March 2004, 20:31:33 UTC
063c216 Backport platform module's docs since module was added in 2.3 . 02 March 2004, 04:45:08 UTC
def31b2 Backport of 1.18: - Allow easy opening of experimental database, if pimp >= 0.4 - Allow easy access to the PackMan homepage, for even more databases. 28 February 2004, 23:23:57 UTC
1f7e9b2 Backport of 1.29 and 1.30 (1.28 is obsolete): Started on version 0.4: better scheme for finding correct database: - Try not only "darwin-7.X.Y" but also "darwin-7.X" and "darwin-7", so far we've never had to create anew database for a minor release. - Distinguish between the various different installs (user-installed MacPython, apple-installed MacPython, other). 28 February 2004, 23:21:50 UTC
dd5f373 Fixes SF bsddb module bug 788421: * Fixed a bug in the compatibility interface set_location() method where it would not properly search to the next nearest key when used on BTree databases. [SF bug id 788421] * Fixed a bug in the compatibility interface set_location() method where it could crash when looking up keys in a hash or recno format database due to an incorrect free(). 26 February 2004, 10:21:13 UTC
88a0290 fix typo in reference to RFC 3464 DSN MIME type 24 February 2004, 20:57:30 UTC
6daaa2d fix English usage error reported by Ken Fuchs 24 February 2004, 16:13:04 UTC
547dc4d adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. 21 February 2004, 21:00:36 UTC
f5a17a6 add definitions required for expat 1.95.7 20 February 2004, 12:00:06 UTC
bf14d94 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. 20 February 2004, 11:58:27 UTC
1b14628 Fix a typo found by Mark Hammond. 20 February 2004, 11:23:17 UTC
4c4bb6b Fix two small bugs: (1) on Windows, pathname munging didn't work right; (2) write_results_file() didn't return a tuple of two ints when it couldn't create the file. Backport of 1.18. 19 February 2004, 19:17:08 UTC
66bc72c Fix docstrings to mention the correct function 16 February 2004, 01:30:49 UTC
93aca85 Patch #892673: Replace /usr/local/bin/python with /usr/bin/env python'%{binsuffix} 15 February 2004, 21:26:44 UTC
e73a417 Patch #711838: Allow non-anonymous ftp urls in urllib2. 15 February 2004, 21:18:47 UTC
ff3e341 Patch #817379: Allow absolute paths in urllib2. 15 February 2004, 20:54:13 UTC
3b2f4c8 Patch #817379: Allow for absolute ftp paths. 15 February 2004, 20:52:00 UTC
d7a4da4 fix minor markup error: \code{for} --> \keyword{for} 12 February 2004, 14:34:42 UTC
21995ad SF 895560: minor typo 12 February 2004, 09:52:43 UTC
31a5c35 If there is no .pyc file, just compile the code directly. 11 February 2004, 19:10:40 UTC
7453478 SF #894428, fix typo 10 February 2004, 18:08:23 UTC
17b41f4 Update "more info" link to http://www.poynton.com/ColorFAQ.html . 10 February 2004, 01:18:30 UTC
d79a047 Documentation for PyDescr_NewClassMethod was missing - here's at least the function prototype. 09 February 2004, 10:44:00 UTC
95e4f23 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol 2. Failure to clear the error when attempts to get the __getstate__ attribute fail caused intermittent errors and odd behavior. 09 February 2004, 02:57:18 UTC
e24a30b SF patch #892821: example for urllib2 has SyntaxError (Contributed by George Yoshida.) 08 February 2004, 20:26:17 UTC
6a547d9 Fix misspelled name. 08 February 2004, 20:19:42 UTC
aa33a77 Fix typo 08 February 2004, 20:06:42 UTC
385bbf9 SF patch #880552: Fix typo in usage message(prechm.py) (Contributed by George Yoshida.) 08 February 2004, 19:26:13 UTC
d6ea07f SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) Make sure fill_free_list() is called only once rather than 106 times when pre-allocating small ints. 08 February 2004, 18:56:07 UTC
5d2e842 SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) 08 February 2004, 18:12:20 UTC
18c61cd Backport checkin: Fix test failure message (from SF patch #885008) 06 February 2004, 18:33:11 UTC
66483fd added notes about weakref changes 06 February 2004, 04:14:41 UTC
8c077f9 Backport checkin: Fix reallocation bug in unicode.translate(): The code was comparing characters instead of character pointers to determine space requirements. 05 February 2004, 17:44:26 UTC
74788b6 Allocating a new weakref object can cause existing weakref objects for the same object to be collected by the cyclic GC support if they are only referenced by a cycle. If the weakref being collected was one of the weakrefs without callbacks, some local variables for the constructor became invalid and have to be re-computed. The test caused a segfault under a debug build without the fix applied. 04 February 2004, 23:13:43 UTC
bf96e06 Clarify minor point about the ref() and proxy() constructors. This matches what is already documented for corresponding feature of the C API. 03 February 2004, 20:50:45 UTC
22714ff - add tests that exercise fixes for the PyWeakref_NewRef() and PyWeakref_NewProxy() constructors from the C API - elaborate the getweakrefcount() and getweakrefs() tests slightly, including additional checks pulled from the trunk 03 February 2004, 20:18:20 UTC
a7555f8 Fix bug in interpretation of the "callback" argument in the constructors for weakref ref and proxy objects; None was not being treated as identical to NULL, though it was documented as equivalent. 03 February 2004, 20:15:31 UTC
a86e937 Backporting revision 1.6: don't wrap lines too late by default closes SF bug #842213 But I think Fred meant "too long" :) 26 January 2004, 18:40:49 UTC
b13bfd5 fix method name in example code 23 January 2004, 04:08:14 UTC
3a23904 add direct link to the article in DDJ closes SF bug #871402 21 January 2004, 18:31:16 UTC
1cb446e backport some doc fixes 21 January 2004, 13:49:43 UTC
4ebd703 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error messages. 20 January 2004, 21:23:46 UTC
3668d88 grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error messages. 20 January 2004, 21:22:59 UTC
8e2fdb4 add link to the red-dove.com page about the logging package 08 January 2004, 15:00:36 UTC
72c75c0 add new reference macro: \seelink 08 January 2004, 15:00:13 UTC
e0d2f9f SF bug #872461: list.extend() described as experimental 08 January 2004, 00:33:04 UTC
f29d58a Fix small factual error. 04 January 2004, 03:12:46 UTC
9280b98 in the section "The interpreter stack": - rearranged a bit to avoid duplicated information - provide more complete (and hopefully less confusing) descriptions of the return values for most of these functions (close SF bug #563298) 01 January 2004, 07:22:46 UTC
d90520d clean up indexing for None, NotImplemented closes SF bug #820344 01 January 2004, 05:46:30 UTC
770563b fix reference to File Object documentation closes SF bug #825810 01 January 2004, 03:40:57 UTC
3b4c45c (Tentative) files used for MacPython-OS9 2.3.3 distribution. 28 December 2003, 21:52:58 UTC
36b2384 [Bug #864029] Fix silly typo 23 December 2003, 16:47:44 UTC
379227e Backport rev 1.30 removing 'self' from the arg list for add_type() 20 December 2003, 20:31:08 UTC
92fce53 Undo one backport too many. 20 December 2003, 20:16:11 UTC
59874c0 This commit was manufactured by cvs2svn to create tag 'r233'. 19 December 2003, 02:06:06 UTC
2cd76c7 trace fix 19 December 2003, 02:06:06 UTC
ed4dbb3 updates for release 19 December 2003, 02:02:30 UTC
62b1f92 minor markup adjustment; will need to re-generate 2.3.3 docs 18 December 2003, 20:57:20 UTC
89ca7bd Installer changes for Python 2.3.3. 18 December 2003, 19:18:55 UTC
1e3d6a0 Windows build number for Python 2.3.3 is 51. 18 December 2003, 19:17:18 UTC
d44a54e Release date for Python 2.3.3 (final). 18 December 2003, 19:16:25 UTC
92be58b set release date 18 December 2003, 15:11:05 UTC
21c86b6 Bump version number for release. 18 December 2003, 15:06:58 UTC
be42922 Backport 1.13 through 1.15, after getting a begging letter from a certain BDFL <wink> The fullmodname() function chopped off the first character if the module existed in the current directory. Open results files, which contain binary pickles, in binary mode. Remove fallback code that tries to read marshal data from a results file, since this module never writes marshal data. 18 December 2003, 09:43:33 UTC
74397ce fix loss of a space after indexing markup 18 December 2003, 06:26:15 UTC
fbffc29 - use correct markup - re-wrap resulting long lines 18 December 2003, 06:24:13 UTC
1789b80 apply hackish work-arounds to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) 18 December 2003, 06:11:37 UTC
d1757e2 apply hackish work-around to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) 18 December 2003, 06:08:29 UTC
edc0bd3 apply hackish work-arounds to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) 18 December 2003, 06:03:53 UTC
3e1d026 fix weird sh-bang line 18 December 2003, 05:30:05 UTC
97090d2 avoid bash-isms 18 December 2003, 05:27:25 UTC
ed3fc49 fix typo 17 December 2003, 23:12:15 UTC
797dcea quick workaround to make "--" in a code sample not be treated wrongly (converted to an en-dash) by LaTeX2HTML 16 December 2003, 02:01:22 UTC
a68af6d fix typo (backported from trunk revision 1.3) 15 December 2003, 15:46:04 UTC
61dcc4b - fix typo (backported from trunk revision 1.10) - wrap long lines 15 December 2003, 15:45:06 UTC
2ea6aae fix typo (backported from trunk revision 1.22) 15 December 2003, 15:43:39 UTC
de21dc7 fix typo: added missing letter (backported from trunk revision 1.21) 15 December 2003, 15:40:28 UTC
e417918 fix typo: added missing word (backported from trunk revision 1.32) 15 December 2003, 15:34:11 UTC
32c6f7f fix typo and join two paragraphs 11 December 2003, 19:45:21 UTC
03cddf8 Sigh. dsp files must be marked as binary files for cvs, otherwise MSVC isn't able to read them. Thanks to David Rushby. 08 December 2003, 09:23:23 UTC
97061ea SF patch #855195: fix typos (Contributed by George Yoshida.) 07 December 2003, 13:05:15 UTC
d950d60 Fix double hyphen markup. 07 December 2003, 12:47:00 UTC
741db6f Fixed unmatched paren. 07 December 2003, 11:50:02 UTC
8e784de SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) (Contributed by Florent Rougon.) 07 December 2003, 11:43:56 UTC
4690922 Backport various tutorial fixups (with permission from the RM). 07 December 2003, 11:15:16 UTC
ed64648 Backport various fixups (with permission from the RM). 07 December 2003, 11:06:31 UTC
cb1ffd9 Backports: * Put str() in alphabetical order * Move apply(), buffer(), coerce(), and intern() to a separate section. 07 December 2003, 11:03:08 UTC
5ca2d26 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information The example code did not work and could not easily be made to work. Since the docs were already complex and the feature was not used (it took two years for the errors to surface), we decided to dedocument it entirely, leaving unittest cleaner than before. 07 December 2003, 10:49:13 UTC
59bd6da - fix markup in the bool() description - note the behavior of bool() with no arg in the main body of the description 05 December 2003, 18:55:46 UTC
back to top