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

sort by:
Revision Author Date Message Commit Date
95ef587 Improve detection of broken implementations of tzset(). 19 September 2003, 01:00:16 UTC
e4a73ad Fix a typo found by Eric D. Moyer, closes SF 807813. Will backport to 2.3. 17 September 2003, 17:12:31 UTC
77ecfdd Backport Tim's portability improvement and comments. 17 September 2003, 03:22:27 UTC
9e9fd88 * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. 16 September 2003, 22:05:33 UTC
4737992 Fix documentation bugs. Add support for iterators and other mapping methods. Convert tests to unittest format and expand their coverage. 16 September 2003, 21:42:13 UTC
6687ded Backport: Double-fix of crash in Unicode freelist handling. 16 September 2003, 20:30:03 UTC
bd40b91 Fix leak in classobject.c. The leak surfaced on the error exit when hashing a class that does not define __hash__ but does define a comparison. 16 September 2003, 07:13:56 UTC
5ae2511 Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c 16 September 2003, 05:29:50 UTC
675bac0 Backport addition of the __all__ attribute for unittest.py 16 September 2003, 04:55:32 UTC
c866ac7 Backport leak fix for new code objects. 16 September 2003, 04:36:33 UTC
194e909 SF bug #804113: Crypto terminology for crypto hash function Noted that the SHA algorithm is really SHA-1. (Contributed by Ronald Rivest.) 15 September 2003, 18:20:13 UTC
9927588 SF bug #804115: bad argument handling(unittest.py) 13 September 2003, 02:59:00 UTC
cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. 12 September 2003, 16:37:45 UTC
c44d23d SF bug #804280: fromkeys is not listed in index 12 September 2003, 00:03:56 UTC
ea23fd2 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup 10 September 2003, 20:50:06 UTC
254e2b7 SF bug #803679: Missing section number in csv module documentation 10 September 2003, 18:57:04 UTC
a733d76 SF bug #803842: Wrong description of regexp concatenation 10 September 2003, 18:45:55 UTC
aa96fea SF bug #802302: Invalid documentation for dbhash. The documentation severely departed for the actual implementation. 10 September 2003, 04:45:22 UTC
3555601 SF patch #800899: Making "|" directive from REs a bit clearer. 10 September 2003, 03:55:26 UTC
24af6b5 SF #792649: RESET_ERROR is not defined(logging module) 10 September 2003, 03:31:47 UTC
bfac473 Fix typo. 10 September 2003, 00:12:29 UTC
e69459b SF #801306: Bad RE in scanf example 09 September 2003, 01:32:16 UTC
68406af SF bug #560286: Add docs for 'basestring' 09 September 2003, 01:13:59 UTC
898b483 Add an example to address a common question of how to split iterators. 09 September 2003, 00:07:44 UTC
07759e3 Set the warnings stacklevel to two. 08 September 2003, 19:15:43 UTC
607e2d7 Fix spacing markup and other sundries. 08 September 2003, 19:01:57 UTC
986693c Fix spacing markup and other sundries. 08 September 2003, 18:55:01 UTC
d902c77 Generalize the last change to check for other markup spacing errors. 08 September 2003, 18:43:46 UTC
de2f99e backport from trunk: - reorganize sections - lots of markup changes 08 September 2003, 18:10:15 UTC
62d59fe texcheck.py checks for double word errors and \NULL markup. 08 September 2003, 18:06:46 UTC
2e38e09 Check for \NULL markup errors and doubled words. 08 September 2003, 17:36:11 UTC
161edfc Fix NULL markup. 07 September 2003, 23:38:08 UTC
8dc455f Only release buffer after file has been closed. Fixes #800824. 07 September 2003, 20:43:24 UTC
181626b fix \NULL with following space and no {} 07 September 2003, 02:35:25 UTC
306c285 fix \NULL with following space and no {} (two instances) 07 September 2003, 02:34:58 UTC
1e65e26 backport Brett's markup fix from revision 1.28: add missing {} after \NULL 07 September 2003, 02:26:54 UTC
7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. 06 September 2003, 19:52:28 UTC
cddda59 add missing dependency 06 September 2003, 06:42:42 UTC
444f7d0 SF bug 799191: fix markup 06 September 2003, 05:48:07 UTC
b21d822 SF bug 799367: grammar error 06 September 2003, 05:36:56 UTC
db8ff68 SF bug #801486: Markup error. 06 September 2003, 04:40:29 UTC
faf3923 Elaborate the explanation of different flavors of _* identifiers. Fixes SF bug #520325. 06 September 2003, 03:48:16 UTC
9cc2086 As of 7B53 things seem to work smoothly. 05 September 2003, 22:09:14 UTC
0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. random.sample() uses one of two algorithms depending on the ratio of the sample size to the population size. One of the algorithms accepted any iterable population argument so long as it defined __len__(). The other had a stronger requirement that the population argument be indexable. While it met the documentation specifications which insisted that the population argument be a sequence, it made random.sample() less usable with sets. So, the second algorithm was modified to coerce non-indexable iterables and dictionaries into a tuple before proceeding. 05 September 2003, 21:40:30 UTC
046595e SF bug #800796: Difference between hash() and __hash__() slice(5).__hash__() now raises a TypeError. 05 September 2003, 14:38:30 UTC
41add17 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). Fixes #603724. 04 September 2003, 19:02:20 UTC
e95fc57 Patch #798202: detect redhat9 Tcl/Tk in configure script. 04 September 2003, 18:52:07 UTC
abb2967 Patch #794826: Add __file__ in dynamically loaded modules for multiple interpreters. Fixes #698282. 04 September 2003, 18:46:39 UTC
5a3fd22 Patch #792338: Correct documentation for timetuple return type. 04 September 2003, 18:30:15 UTC
50999aa Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). 04 September 2003, 18:26:07 UTC
0230968 Catch locale.error as well. Fixes #788378. 03 September 2003, 05:15:20 UTC
e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. 03 September 2003, 04:53:17 UTC
f0bf03c NEWS about email package 794466 patch. 03 September 2003, 04:22:39 UTC
90fc2ac test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. Backport candidate. 03 September 2003, 04:22:00 UTC
b1919b7 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. 03 September 2003, 04:21:29 UTC
b7e965c Document the Pynche patch. 03 September 2003, 03:25:27 UTC
a217edb Fix for SF bug #780996, crash when no .pynche file exists and -d option is not given. If dbfile isn't given and can't be retrieved from the optionsdb, just initialize it to the first element in RGB_TXT. (backported) 03 September 2003, 03:23:44 UTC
4595b6b Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py 02 September 2003, 07:01:11 UTC
c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug 02 September 2003, 05:47:17 UTC
864c0c1 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () (Contributed by Andrew Gaul.) Fixes a minor leak. 02 September 2003, 04:24:34 UTC
6437a61 Fix failing test 02 September 2003, 04:19:02 UTC
4278d70 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument (Contributed by Jeff Epler.) 02 September 2003, 02:34:12 UTC
c0bc928 SF 798269: bug fix for doctest (sf bug id: 798254 (Contributed by Alexander Belopolsky.) 02 September 2003, 02:17:46 UTC
2dc4637 SF 798269: bug fix for doctest (sf bug id: 798254 (Contributed by Alexander Belopolsky.) Doctest would crash when encountering unbound methods: class A: def f(self): pass class C(A): g = A.f 02 September 2003, 02:10:09 UTC
d73fe46 SF patch #790443: add SafeConfigParser to __all__ (Contributed by George Yoshida.) 01 September 2003, 23:31:39 UTC
4791ce2 Minor typo 01 September 2003, 23:13:44 UTC
5c44ac7 SF patch #791153: inconsistency with implementation(logging) (Contributed by George Yoshida.) 01 September 2003, 22:52:14 UTC
617fc17 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () (Contributed by Andrew Gaul.) Fixes a minor leak. 01 September 2003, 22:34:31 UTC
a15a3a2 SF patch #798467: Update docstring of has_key for bool changes (Contributed by George Yoshida.) 01 September 2003, 22:17:18 UTC
8789d3f First stab at build script for distribution for Panther. Unfortunately at the moment it crashes the kernel:-) 31 August 2003, 23:40:51 UTC
af81dfd SF bug #797853: Small problems with the csv module's documentation 31 August 2003, 05:46:43 UTC
3729077 SF bug #732120:An extended definition of "non-overlapping" would save time. Clarified the meaning of non-overlapping in patterns with zero length matches. 31 August 2003, 05:30:18 UTC
4822758 SF patch #797157: Bug 794658: os.chmod docs, stat constants (Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module. 31 August 2003, 05:11:15 UTC
81114e4 SF bug #785222: zlib monotonic test For smaller datasets, it is not always true the increasing the compression level always results in better compression. Removed the test which made this invalid assumption. 31 August 2003, 04:37:25 UTC
0e40daa SF bug 798006: Fix long option markup. 31 August 2003, 04:21:42 UTC
90ee219 Remove 'e.g.' from error message 30 August 2003, 23:58:20 UTC
7dc2987 SF patch #797180: Bug 792656: slicing explained 30 August 2003, 23:35:56 UTC
3c2d6d9 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example (Revised from the original patch contributed by Michal Pasternak.) Also, make a couple minor fixups elsewhere. 30 August 2003, 23:24:37 UTC
9ea45c8 * Add news item for the previous bugfix * Backport itertoolsmodule.c 1.19 to re-sync Py2.3.1 with Py2.4. 30 August 2003, 22:16:59 UTC
48ced31 SF bug 797650: Infinite loop in textwrap.py When the indents were set to longer than the width and long word breaking was enabled, an infinite loop would result because the inner loop did not assure that at least one character was stripped off on every pass. 30 August 2003, 14:52:35 UTC
9924351 SF bug #793826: using itertools.izip to mutate tuples Avoid Armin Rigo's dastardly exercise in re-entrancy. 30 August 2003, 00:16:08 UTC
21f819d For safety, replace a tuple entry before decreffing it. 30 August 2003, 00:11:16 UTC
2e61662 SF bug #793826: using itertools.izip to mutate tuples Avoid Armin Rigo's dastardly exercise in re-entrancy. 29 August 2003, 23:13:16 UTC
aa4fef5 A makefile and setup script to create the bits that are part of MacPython but not of Apple's Panther distribution: the waste module, the IDE and BuildApplet applets. 29 August 2003, 22:46:25 UTC
3b47b81 _strptime.srptime() escaped parentheses in the format string properly. Closes bug #796149 . 29 August 2003, 02:34:22 UTC
60eaed1 Fix typo in docstring: The switch is '-x', not '-s'. 27 August 2003, 20:21:06 UTC
82adb7b remove extra word occurance; reported to webmaster 27 August 2003, 15:10:54 UTC
4fc4e2d Remove a typo. 27 August 2003, 10:49:34 UTC
eb85c66 SF bug #795506: Wrong handling of string format code for float values. Added missing support for '%F' as had been documented. 27 August 2003, 05:08:19 UTC
c519f01 test_largefile can leave its temp file open if one of many tests fail. On platforms (e.g., Cygwin) that are "particular" about open files, this will cause other regression tests that use the same temp file to fail: $ ./python.exe -E -tt Lib/test/regrtest.py -l test_largefile test_mmap test_mutants test_largefile test test_largefile failed -- got -1794967295L, but expected 2500000001L test_mmap test test_mmap crashed -- exceptions.IOError: [Errno 13] Permission denied: '@test' test_mutants test test_mutants crashed -- exceptions.IOError: [Errno 13] Permission denied: '@test' This patch solves the problem by adding missing "try/finally" blocks. Note that the "large" size of this patch is due to many white space changes -- otherwise, the patch is small. I tested this patch under Red Hat Linux 8.0 too. 26 August 2003, 11:59:41 UTC
f84d20a Make the derived tools amendable to cut and paste. 25 August 2003, 05:04:22 UTC
d19a275 Fixed doubled word typos. 25 August 2003, 04:44:33 UTC
ac5d6ac Fix double word typos. 25 August 2003, 04:34:46 UTC
411f458 SF bug #793702: Section 13.1 HTMLParser documentation error The -- is special to TeX and was printing as just -. 25 August 2003, 03:31:05 UTC
ca0609f Fix typo. Thou shalt not count to two unless proceeding to the number three. 23 August 2003, 03:47:56 UTC
59d6214 Fix typo. 23 August 2003, 03:39:28 UTC
c15f8b5 Missing "if". 22 August 2003, 16:27:03 UTC
89af2f6 Backporting email 2.5.4 fixes from the trunk. 19 August 2003, 04:56:46 UTC
f059147 Update get_param() description to reflect changes to the docstring. 19 August 2003, 04:51:25 UTC
d44c979 Describe the fix to the email package. 19 August 2003, 04:50:31 UTC
back to top