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

sort by:
Revision Author Date Message Commit Date
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
78d82b8 Properly define HAVE_TERM_H if term.h is detected. 30 November 2004, 22:18:39 UTC
97cdf9f Fix term.h check so that HAVE_TERM_H is actually generated. 30 November 2004, 22:08:28 UTC
61daf0b Corrected example for replacing shell pipeline. Fixes bug 1073790. 30 November 2004, 18:11:37 UTC
560f325 post 2.4 machinations (branch) 30 November 2004, 13:16:58 UTC
73729a0 This commit was manufactured by cvs2svn to create branch 'release24-maint'. 30 November 2004, 13:16:58 UTC
4277ed8 whoops! 30 November 2004, 11:53:10 UTC
3a833f7 This commit was manufactured by cvs2svn to create tag 'r24'. 30 November 2004, 01:49:18 UTC
e9d719b update gcc ref 30 November 2004, 01:49:18 UTC
e2648ee doodedoodedoo on the way to 2.4 final 30 November 2004, 01:28:55 UTC
6e3fa29 REVERT revision 1.260; the trunk is FROZEN. This change can be made on the trunk and release24-maint branch after the trunk is unfrozen. 29 November 2004, 13:12:44 UTC
af1389a Bump buildno for 2.4 release 29 November 2004, 09:57:14 UTC
a98825c Fix a nit. 29 November 2004, 08:53:14 UTC
e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). 29 November 2004, 05:54:48 UTC
f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to this, and add test cases. 29 November 2004, 03:46:54 UTC
e48bad7 preparing for 2.4 final (wooooooo!) 29 November 2004, 01:40:31 UTC
99b7d64 There's likely nothing more to do to the email package before Python 2.4 is final, so I'm marking email's version number as "3.0" (e.g. final). 29 November 2004, 01:10:14 UTC
26be206 Whitespace normalization. 28 November 2004, 01:10:01 UTC
2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end in a newline, and it's an end boundary, the FeedParser wasn't recognizing it as such. Tweak the regexp to make the ending linesep optional. For grins, clear self._partial when closing the BufferedSubFile. Added a test case. 28 November 2004, 00:21:42 UTC
f7f9b6c Fix typo in comment. 25 November 2004, 12:23:23 UTC
4fd38b3 Fix typo. 25 November 2004, 05:35:32 UTC
23ce584 Clarify the ordering of dictionary keys. 25 November 2004, 05:16:19 UTC
3de9aa4 Make sure the money formatting recipe can doesn't run out of digits to the right of the decimal point. 25 November 2004, 04:47:09 UTC
7a8173a Rename a static variable "history_length" to "_history_length". GNU readline exports a global variable that has such a name already and the collision makes gcc4 doesn't compile the source. 25 November 2004, 04:04:20 UTC
536183b Following a LtU thread, change introductory paragraph of decimal section 25 November 2004, 01:15:25 UTC
cb328f3 SF patch #1071739 (by Christos Georgiou) This patch offers a better explanation in case the MS VC++ (free) toolkit is installed but the .NET Framework SDK is not. 24 November 2004, 22:31:11 UTC
f8c6e6a add missing dependency 24 November 2004, 14:57:04 UTC
605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 24 November 2004, 07:28:48 UTC
8f2c4ee SF bug #1071566: moneyfmt recipe in decimal documentation has error 24 November 2004, 05:53:26 UTC
3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the Windows GDI directly and thus does not need a DISPLAY environment variable. Thanks Jason Tishler. 24 November 2004, 03:01:36 UTC
4c79a83 Hye-Shik Chang's fix for Bug 875692. Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls(). M Misc/NEWS M Python/ceval.c 23 November 2004, 18:06:08 UTC
8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there (http://www.cygwin.com/faq/faq_3.html#SEC41). Also check whether onerror has actually been called so this test will fail on assertion instead of on trying to chmod a non-existent file. 23 November 2004, 09:27:27 UTC
7f13cfa os.walk(): Changed the "sum of bytes consumed by files" example to use a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4). 22 November 2004, 16:53:46 UTC
919a3b4 SF bug 1071087: os.walk example for deleting a full tree is sometime wrong. Clarify that the example assumes no links are present; the point of the example is to illustrate a need for topdown=False, not to wrestle with platform-dependent link convolutions. Also spell os.path.join() out in full, instead of using a shortcut import. The bug reporter was confused by that too, and it's clearer this way. Bugfix candidate; but I don't intend to backport it. 22 November 2004, 16:49:02 UTC
a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out. 22 November 2004, 13:02:31 UTC
6d60c09 Include site-packages directory. 21 November 2004, 10:16:26 UTC
08febeb Add 'linux2' as one of the platforms that does not use the echo service as one of the test possiblities for testGetServBy(). 20 November 2004, 21:10:07 UTC
139af02 Fixed quantize syntax. 20 November 2004, 00:33:51 UTC
e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py 19 November 2004, 15:46:49 UTC
bae8f37 Fill in the benchmark figures, bogus or not; add a disclaimer 19 November 2004, 14:55:28 UTC
067947e Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments 19 November 2004, 14:43:36 UTC
c64be94 It's GTK+, apparently; remove XXX comment 19 November 2004, 14:27:54 UTC
7466659 Bump version number; update patch/bug counts; bet that the final release will be in December 19 November 2004, 14:26:23 UTC
5a2bc5f This commit was manufactured by cvs2svn to create tag 'r24c1'. 18 November 2004, 12:32:27 UTC
5cc727a 2.4rc1 18 November 2004, 12:32:27 UTC
39e92ea Mark PyRange_New() as deprecated. 18 November 2004, 09:41:45 UTC
a2325f6 SF patch #1068456: small update for pdb docs 18 November 2004, 08:39:33 UTC
eac02e6 Add missing have_tcl conditions 18 November 2004, 08:00:33 UTC
2a21679 SF bug #1066036: Typo about PyErr_WriteUnraisable() 18 November 2004, 06:50:19 UTC
83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 Removed a section that is out of date after type/class unification. While there was still some validity, the paragraph offered more confusion that insight. 18 November 2004, 06:20:30 UTC
88c2595 SF bug #1067023: A small typo Make a minor clarification between "written" and "displayed". 18 November 2004, 06:14:27 UTC
b2d5a8e Comment for performance measurement. 18 November 2004, 05:51:53 UTC
2224be6 Remove tempfile after use in test_call_string. In test_args_string, remove the tempfile before assertEqual. 17 November 2004, 20:06:35 UTC
0bb2a65 split functionality into pystack and pystackv commands. The former will work with core dumps because it avoids calling any Python API routines. The latter prints all the local variable values as well as the stack frames but won't work with core dumps because it relies on _PyObject_Dump to print variables. 17 November 2004, 16:04:15 UTC
03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. 16 November 2004, 21:31:08 UTC
5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. M configDialog.py 16 November 2004, 21:28:36 UTC
49d4213 preparing for rc1 15 November 2004, 15:03:25 UTC
1b626ca Fix pprint to be able to handle objects that don't have a __repr__ attribute. Fixes SF bug #1065456. 15 November 2004, 13:51:41 UTC
fdc58f2 SF bug 1066438: datetime.replace method description error Repair typo in example. 15 November 2004, 03:50:16 UTC
6fe8f19 Back out rev 1.96; see #1009389. 14 November 2004, 10:21:04 UTC
5895481 avoid applying :active to anchors that are only link targets (no href attribute) 13 November 2004, 21:58:01 UTC
f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit when an exception was raised while running w/o the subprocess. Python Bug 1063840 M NEWS.txt M PyShell.py 13 November 2004, 21:05:58 UTC
1681b62 add another way to specify an alternate name for the documentation set, so that this is harder to forget to do for development of new styles 13 November 2004, 17:45:39 UTC
bbc0d44 SF bug 1065388: calendar day/month name lookup too slow __getitem__() methods: compute only the new spellings needed to satisfy the given indexing object. This is purely an optimization (it should have no effect on visible semantics). 13 November 2004, 16:18:32 UTC
fba7369 Patch #1050475: Fix various x86_64 build issues regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems. _tkinter.c: replace %.8x with %p for printing pointers. setup.py: add lib64 into the library directories. 13 November 2004, 11:13:35 UTC
deb39b5 if we treat \LaTeX specially, we need to do the same for \TeX 13 November 2004, 05:46:18 UTC
64f164e - wrap a long line - add directory information for the "What's New" document 13 November 2004, 04:41:01 UTC
9103ec5 avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply doesn't look right in HTML 13 November 2004, 01:20:24 UTC
aee4da6 Add options to regrtest.py to make it possible to specify where to put the coverage files when -T is used. 12 November 2004, 18:51:27 UTC
0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines Simple correction from the code's author (Dan Gass). 12 November 2004, 16:12:15 UTC
195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 TEMP dirs with {memb} strings. Fixes #1063571. 12 November 2004, 15:51:48 UTC
2dae764 On second thought: "Errors should never pass silently", so barf when a string contains control chars that are illegal for XML 12 November 2004, 09:36:12 UTC
48ecacc testing control chars and non-dict root objects 12 November 2004, 08:34:32 UTC
b84330d - \f is not a valid XML character - reformatted regex pattern, use r"" consistently 12 November 2004, 08:14:49 UTC
26e811a reordered a couple of things 12 November 2004, 08:02:35 UTC
4416094 SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond Hettinger and Tim Peters. 12 November 2004, 02:03:36 UTC
961eda7 SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). 12 November 2004, 01:20:17 UTC
edde492 Minor grammatical errors fixed 11 November 2004, 13:54:48 UTC
af305b1 remove some generated cruft now that we avoid the removal of elements with no content (due to the text_cleanup() override in l2hinit.perl) 11 November 2004, 08:05:34 UTC
2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet 11 November 2004, 06:14:05 UTC
c686483 add a comment explaining a particular text transformation 11 November 2004, 05:42:13 UTC
758f5ea Replace last two uses of the "list" environment with "description" environments. Closes SF bug #692442: Konqueror can't render docs because of malformed HTML. While the generated HTML is still terrible, the cited cases of <DL COMPACT> have been removed. The general problem of XHTML conformance has not been solved, but is endemic to LaTeX2HTML output. 11 November 2004, 05:04:55 UTC
52c937d remove unhelpful property setting that overrides the right setting for text-align in .realtable cells; fix suggested by Richard Brodie 11 November 2004, 04:41:24 UTC
back to top