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

sort by:
Revision Author Date Message Commit Date
9083f93 Bug #1536828: typo: TypeType should have been StringType. (backport from rev. 51151) 08 August 2006, 20:11:30 UTC
f6f89e6 memcmp() can return values other than -1, 0, and +1 but tp_compare must not. 08 August 2006, 17:42:30 UTC
12b23ca [Patch #1464056] Ensure that we use the panelw library when linking with ncursesw 07 August 2006, 00:37:19 UTC
59f7c2c Update status of relative import 06 August 2006, 22:10:11 UTC
cc09e42 Don't produce output in test_builtin. (backport from rev. 51131) 06 August 2006, 09:17:22 UTC
4eb9634 Bug #1535165: fixed a segfault in input() and raw_input() when sys.stdin is closed. (backport from rev. 51129) 06 August 2006, 08:23:59 UTC
33b621c Bug #1535182: really test the xreadlines() method of bz2 objects. (backport from rev. 51126) 06 August 2006, 07:08:16 UTC
b8a4bbb Fix mangled sentence 04 August 2006, 21:14:22 UTC
588b0e2 SF patch #1534048 (bug #1531003): fix typo in error message 04 August 2006, 05:16:04 UTC
29397de Bug #1531349: right <-> left glitch in __rop__ description. (backport from rev. 50990) 30 July 2006, 20:18:54 UTC
7fe4f8f Drop usage of test -e in configure as it is not portable. Fixes #1439538 30 July 2006, 14:11:03 UTC
38f1070 Backport r50856: Don't kill a normal instance of python running on windows when checking to kill a cygwin instance. build\\python.exe was matching a normal windows instance. Prefix that with a \\ to ensure build is a directory and not PCbuild. As discussed on python-dev. 30 July 2006, 13:34:47 UTC
c005e2e Complain about missing VS 2003 in the error message of msvccompiler, and mention Cygwin as an alternative. Fixes #1257728. 30 July 2006, 13:31:20 UTC
4e0992d Bug #1002398: The documentation for os.path.sameopenfile now correctly refers to file descriptors, not file objects. (backport from rev. 50974) 30 July 2006, 11:08:48 UTC
9526e32 [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. 29 July 2006, 19:52:08 UTC
787fdf3 Update URL 29 July 2006, 14:05:17 UTC
70939ef Bug #835255: The "closure" argument to new.function() is now documented. (backport from rev. 50922) 29 July 2006, 08:51:25 UTC
9e59967 Patch #1529686: run test_iterlen and test_email_codecs in 2.4. 28 July 2006, 18:30:50 UTC
0738db2 Backport r50840 to Python 2.4: Forward port some fixes that were in email 2.5 but for some reason didn't make it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests. Also, this resolves SF bug #1414018. 28 July 2006, 03:18:56 UTC
0736c53 - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename methods now allow their database parameter to be None as the sleepycat API allows. also adds a testcase. backport of trunk commit 50889 to 2.4. 28 July 2006, 03:16:53 UTC
e0b7f39 Delete a misleading example. SF bug #1481650. 28 July 2006, 02:34:35 UTC
f7664cd Merge rev 50882 from the trunk. Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally lost that tests are sorted by name before being run. ``DocTestFinder`` has been changed to sort the list of tests it returns. 27 July 2006, 23:56:12 UTC
4336a0b Update URL 27 July 2006, 18:48:47 UTC
34749f7 [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. 26 July 2006, 17:25:53 UTC
e3f1ab7 Bug #1524310: Properly report errors from FindNextFile in os.listdir. 24 July 2006, 12:57:47 UTC
e5db059 Oops, this time, really bump the email version number to 3.0.2. 23 July 2006, 17:04:35 UTC
b7e173e Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2. 23 July 2006, 17:02:55 UTC
1fe0665 Complete backport of rev 50787 that was started in rev 50788 23 July 2006, 14:29:02 UTC
5596679 bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; backport of rev 50787. 23 July 2006, 13:01:03 UTC
a849380 clean up some link markup 16 July 2006, 01:21:47 UTC
3776d0d Backport revision 50664 Bug #15187702 : ext/win-cookbook.html has a broken link to distutils 15 July 2006, 16:12:49 UTC
69fd239 no need to elaborate "string". (backport from rev. 47244) 05 July 2006, 15:50:08 UTC
3f92289 Patch #1517490: fix glitches in filter() docs. (backport from rev. 47241) 05 July 2006, 14:18:49 UTC
efc8fc8 [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref 03 July 2006, 14:19:01 UTC
04e38d9 Put method-wrappers into trashcan. Fixes #927248. 03 July 2006, 13:47:29 UTC
4b2c20d Patch #825417: Fix timeout processing in expect, read_until. 03 July 2006, 13:02:58 UTC
35194d4 Bug #1267547: Put proper recursive setup.py call into the spec file generated by bdist_rpm. 03 July 2006, 12:29:51 UTC
d240507 document recent bugfixes in sgmllib 29 June 2006, 02:58:04 UTC
92b658c SF bug #1504333: sgmlib should allow angle brackets in quoted values (modified patch by Sam Ruby; changed to use separate REs for start and end tags to reduce matching cost for end tags; extended tests; updated to avoid breaking previous changes to support IPv6 addresses in unquoted attribute values) 29 June 2006, 00:52:32 UTC
dd3c51a Backport 47139: Fix bug #1512695: cPickle.loads could crash if it was interrupted with a KeyboardInterrupt since PyTuple_Pack was passed a NULL. 28 June 2006, 06:38:25 UTC
7622093 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. 27 June 2006, 07:37:45 UTC
9b3cf30 Use a different install dir than 2.5. Otherwise running the 2.4 version at the same time as the 2.5 versions would break the 2.5 tests since the install dir was removed. 27 June 2006, 04:32:20 UTC
44b0193 - SF bug #853506: IP6 address parsing in sgmllib ('[' and ']' were not accepted in unquoted attribute values) 23 June 2006, 06:12:31 UTC
6517525 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47077. 22 June 2006, 20:28:33 UTC
53730fe Backport of r47061. 21 June 2006, 22:11:16 UTC
8f15c91 remove unnecessary markup 18 June 2006, 02:58:20 UTC
3ee1280 Update url. Old url returned status code:301 Moved permanently. (Backport from r47005) 17 June 2006, 16:40:46 UTC
e7545b6 markup fix 17 June 2006, 16:32:36 UTC
d7d903a Bug #1117556: SimpleHTTPServer now tries to find and use the system's mime.types file for determining MIME types. (backport from rev. 46955) 14 June 2006, 08:50:05 UTC
c190b66 Bug #1153163: describe __add__ vs __radd__ behavior when adding objects of same type/of subclasses of the other. (backport from rev. 46952) 14 June 2006, 08:31:41 UTC
dfdebf0 Bug #1501122: mention __gt__ &co in description of comparison order. (backport from rev. 46949) 14 June 2006, 06:29:13 UTC
1f66b00 Bug #1339007: Shelf objects now don't raise an exception in their __del__ method when initialization failed. (backport from rev. 46946) 14 June 2006, 06:08:33 UTC
df43ce3 Classic class that defined ``def __coerce__(self, other): return other, self`` would infinitely recourse and segfault the interpreter. Now a recursion check occurs after a coercion. Backport of fix for bug #992017. 13 June 2006, 21:50:24 UTC
b940515 Merge rev 46840 from trunk. shuffle() doscstring: Removed warning about sequence length versus generator period. While this was a real weakness of the older WH generator for lists with just a few dozen elements, and so could potentially bite the naive ;-), the Twister should show excellent behavior up to at least 600 elements. 10 June 2006, 22:54:19 UTC
3bd73bb credit for SF patch #1303595 10 June 2006, 20:04:25 UTC
25d8b31 SF patch #1303595: improve description of __builtins__, explaining how it varies between __main__ and other modules, and strongly suggest not touching it but using __builtin__ if absolutely necessary 10 June 2006, 20:04:06 UTC
796878d backport wording fix 10 June 2006, 16:46:02 UTC
5d50c59 Add build\\python.exe to the list of programs to be killed. 10 June 2006, 08:07:25 UTC
004db0e Add missing implementation file. 10 June 2006, 08:01:42 UTC
467f131 Add cygwin makefile. 10 June 2006, 07:46:49 UTC
c9cab18 Add the new test from the #1503157 patch to the branch. 10 June 2006, 06:44:50 UTC
fd827cb Fix bug introduced in rev. 46807 where variable was not declared at top of block. 09 June 2006, 22:49:31 UTC
7afe7fe Backport of fix of bug #532646 for new-style classes. 09 June 2006, 22:38:29 UTC
3337cfd [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxutils.XMLGenerator 09 June 2006, 14:00:15 UTC
f8f1783 Check for error on module creation 09 June 2006, 13:55:00 UTC
5de5dc1 Backport of endianness fix for argvemulator 08 June 2006, 20:19:15 UTC
dbda788 Backport change to binascii.hexlify() to use s# for its arguments instead of t# in order to match its documentation. 08 June 2006, 16:24:56 UTC
8532999 Argh. "integer" is a very confusing word ;) Actually, checking for INT_MAX and INT_MIN is correct since the format code explicitly handles a C "int". (backport from rev. 46746) 08 June 2006, 13:31:14 UTC
d404beb Bug #1502728: Correctly link against librt library on HP-UX. (backport from rev. 46743) 08 June 2006, 12:54:16 UTC
78fbb2a Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking. (backport from rev. 46741) 08 June 2006, 12:45:05 UTC
eac8737 Clarify docs for bf_getcharbuffer. 07 June 2006, 21:59:32 UTC
2e56541 - Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to return correct results. It could previously incorrectly return 0 in some cases. Fixes SF bug 1493322 (pybsddb bug 1184012). 06 June 2006, 00:23:21 UTC
89d8623 Fix possible buffer overflow on Windows when reading code page. Backport of fix for bug #1501223. 05 June 2006, 23:56:36 UTC
f608088 [Bug #1470026] Include link to list of classifiers; remove use of Trove name 05 June 2006, 19:11:02 UTC
cbbe647 Don't crash on Py_UNICODE values < 0. Fixes #1454485. 05 June 2006, 10:43:57 UTC
04d547e (Backport from trunk) Fix a potentially invalid memory access of CJKCodecs' shift-jis decoder. 05 June 2006, 01:09:46 UTC
ee6ca70 fix potential use of uninitialized char ** to construct a list if log_archive is called with the (unsupported and unexported in this version) flag DB_ARCH_REMOVE. also fix a log_list memory leak on error return in the event that python can't create a new list object. 05 June 2006, 00:40:31 UTC
bf1f768 Bug #1500293: fix memory leaks in _subprocess module. (backport from rev. 46651) 04 June 2006, 22:15:45 UTC
02647d4 [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler. Fix by renaming the variable. In a different module, Neal fixed it by renaming _self to self. There's already a variable named 'self' here, so I used selfptr. 03 June 2006, 20:34:33 UTC
7c6f012 [Bug #1441864] Clarify description of 'data' argument 03 June 2006, 18:46:03 UTC
e2c2578 [Bug #1475554] Strengthen text to say 'must' instead of 'should' 03 June 2006, 18:34:03 UTC
9f8833b [Bug #1472084] Fix description of do_tag 03 June 2006, 18:10:03 UTC
d128870 Backport of 46608: Port to OpenBSD 3.9. 03 June 2006, 07:40:03 UTC
a8d0e01 Clarify wording about how default values in strptime() are used. Backport of fix for bug #1496315. 31 May 2006, 02:22:02 UTC
84dce40 Remove various dependencies on dictionary order in the standard library tests, and one (clearly an oversight, potentially critical) in the standard library itself - base64.py. test_extcall is an output test which still needs to be fixed somehow. Forwardporting candidate... 28 May 2006, 18:15:43 UTC
056df14 minor markup nits 27 May 2006, 16:35:31 UTC
6b51b37 Patch #1492218: document None being a constant. 26 May 2006, 20:16:26 UTC
872c3bb Code tried to modify a tuple, convert to list before doing that (backport from same patch on trunk) 26 May 2006, 13:10:16 UTC
14e4ca4 backport of byteorder issues in applesingle 26 May 2006, 09:13:42 UTC
765ac58 fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke) 25 May 2006, 02:45:39 UTC
8b8377b - markup fix - add clarifying words (backport r46055) 20 May 2006, 15:37:28 UTC
cd9a3bb Backport of 46010 - Test for sys/statvfs.h before including it, as statvfs is present on some OSX installations, but its header file is not. 16 May 2006, 07:06:33 UTC
9109341 Backport: Patch #1488312, Fix memory alignment problem on SPARC in unicode. 15 May 2006, 07:22:23 UTC
e00aff3 Add \exception markup 13 May 2006, 06:56:38 UTC
2f30f7a Duplicated description about the illegal continue usage can be found in nearly the same place. They are same, so keep the original one and remove the later-added one. (backport r45978) 12 May 2006, 17:26:56 UTC
12384b5 Grammar fix(backport r45965) 11 May 2006, 15:54:41 UTC
d8165c2 Fix two small errors in argument lists. (backport from rev. 45957) 10 May 2006, 20:09:36 UTC
0b996fd Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. (backport from rev. 45952) 10 May 2006, 16:11:48 UTC
1f67e5a Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. (backport from rev. 45950) 10 May 2006, 16:09:05 UTC
2ab31ff Document C++ as a build requirement. 10 May 2006, 04:33:22 UTC
back to top