Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version number; update patch/bug counts; bet that the final release ↵ | Andrew M. Kuchling | 2004-11-19 | 1 | -6/+5 |
| | | | | will be in December | ||||
* | This commit was manufactured by cvs2svn to create tag 'r24c1'.v2.4c1 | cvs2svn | 2004-11-18 | 1 | -0/+1 |
| | |||||
* | 2.4rc1 | Anthony Baxter | 2004-11-18 | 4 | -4/+4 |
| | |||||
* | Mark PyRange_New() as deprecated. | Raymond Hettinger | 2004-11-18 | 1 | -1/+2 |
| | |||||
* | SF patch #1068456: small update for pdb docs | Raymond Hettinger | 2004-11-18 | 1 | -0/+7 |
| | |||||
* | Add missing have_tcl conditions | Martin v. Löwis | 2004-11-18 | 1 | -8/+15 |
| | |||||
* | SF bug #1066036: Typo about PyErr_WriteUnraisable() | Raymond Hettinger | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | SF bug #1067018: Obsolete info in Tutorial 9.1 | Raymond Hettinger | 2004-11-18 | 1 | -9/+0 |
| | | | | | | 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. | ||||
* | SF bug #1067023: A small typo | Raymond Hettinger | 2004-11-18 | 1 | -2/+2 |
| | | | | Make a minor clarification between "written" and "displayed". | ||||
* | Comment for performance measurement. | Raymond Hettinger | 2004-11-18 | 1 | -0/+8 |
| | |||||
* | Remove tempfile after use in test_call_string. | Peter Astrand | 2004-11-17 | 1 | -1/+2 |
| | | | | In test_args_string, remove the tempfile before assertEqual. | ||||
* | split functionality into pystack and pystackv commands. The former will | Skip Montanaro | 2004-11-17 | 1 | -4/+19 |
| | | | | | | | 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. | ||||
* | Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" | Kurt B. Kaiser | 2004-11-16 | 1 | -0/+4 |
| | | | | | button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. | ||||
* | Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" | Kurt B. Kaiser | 2004-11-16 | 1 | -0/+3 |
| | | | | | | | 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 | ||||
* | preparing for rc1 | Anthony Baxter | 2004-11-15 | 1 | -4/+4 |
| | |||||
* | Fix pprint to be able to handle objects that don't have a __repr__ | Walter Dörwald | 2004-11-15 | 1 | -2/+2 |
| | | | | attribute. Fixes SF bug #1065456. | ||||
* | SF bug 1066438: datetime.replace method description error | Tim Peters | 2004-11-15 | 1 | -7/+7 |
| | | | | Repair typo in example. | ||||
* | Back out rev 1.96; see #1009389. | Martin v. Löwis | 2004-11-14 | 1 | -1/+1 |
| | |||||
* | avoid applying :active to anchors that are only link targets | Fred Drake | 2004-11-13 | 1 | -1/+1 |
| | | | | (no href attribute) | ||||
* | The change in the linecache.checkcache() signature at rev 1.13 caused IDLE ↵ | Kurt B. Kaiser | 2004-11-13 | 2 | -6/+11 |
| | | | | | | | | | to exit when an exception was raised while running w/o the subprocess. Python Bug 1063840 M NEWS.txt M PyShell.py | ||||
* | add another way to specify an alternate name for the documentation set, | Fred Drake | 2004-11-13 | 2 | -1/+12 |
| | | | | so that this is harder to forget to do for development of new styles | ||||
* | SF bug 1065388: calendar day/month name lookup too slow | Tim Peters | 2004-11-13 | 3 | -16/+35 |
| | | | | | | __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). | ||||
* | Patch #1050475: Fix various x86_64 build issues | Martin v. Löwis | 2004-11-13 | 3 | -3/+11 |
| | | | | | | 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. | ||||
* | if we treat \LaTeX specially, we need to do the same for \TeX | Fred Drake | 2004-11-13 | 1 | -0/+1 |
| | |||||
* | - wrap a long line | Fred Drake | 2004-11-13 | 1 | -1/+5 |
| | | | | - add directory information for the "What's New" document | ||||
* | avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply | Fred Drake | 2004-11-13 | 1 | -2/+2 |
| | | | | doesn't look right in HTML | ||||
* | Add options to regrtest.py to make it possible to specify where to put | Walter Dörwald | 2004-11-12 | 1 | -8/+18 |
| | | | | the coverage files when -T is used. | ||||
* | SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines | Tim Peters | 2004-11-12 | 1 | -2/+2 |
| | | | | Simple correction from the code's author (Dan Gass). | ||||
* | Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 | Peter Astrand | 2004-11-12 | 1 | -1/+6 |
| | | | | TEMP dirs with {memb} strings. Fixes #1063571. | ||||
* | On second thought: "Errors should never pass silently", so barf when a | Just van Rossum | 2004-11-12 | 2 | -10/+16 |
| | | | | string contains control chars that are illegal for XML | ||||
* | testing control chars and non-dict root objects | Just van Rossum | 2004-11-12 | 1 | -0/+16 |
| | |||||
* | - \f is not a valid XML character | Just van Rossum | 2004-11-12 | 1 | -3/+4 |
| | | | | - reformatted regex pattern, use r"" consistently | ||||
* | reordered a couple of things | Just van Rossum | 2004-11-12 | 1 | -5/+6 |
| | |||||
* | SF bug 1060644. Better explanation of min() and max() methods. Thanks ↵ | Facundo Batista | 2004-11-12 | 1 | -4/+8 |
| | | | | Raymond Hettinger and Tim Peters. | ||||
* | SF #1063757: fix markup error (had LaTeX markup in the reST source, | Greg Ward | 2004-11-12 | 1 | -1/+1 |
| | | | | oops!). | ||||
* | Minor grammatical errors fixed | Vinay Sajip | 2004-11-11 | 1 | -7/+6 |
| | |||||
* | remove some generated cruft now that we avoid the removal of elements | Fred Drake | 2004-11-11 | 1 | -8/+7 |
| | | | | with no content (due to the text_cleanup() override in l2hinit.perl) | ||||
* | Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet | Fred Drake | 2004-11-11 | 5 | -7/+13 |
| | |||||
* | add a comment explaining a particular text transformation | Fred Drake | 2004-11-11 | 1 | -0/+3 |
| | |||||
* | Replace last two uses of the "list" environment with "description" | Fred Drake | 2004-11-11 | 1 | -6/+6 |
| | | | | | | | | | 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. | ||||
* | remove unhelpful property setting that overrides the right setting for | Fred Drake | 2004-11-11 | 1 | -1/+0 |
| | | | | text-align in .realtable cells; fix suggested by Richard Brodie | ||||
* | - remove use of a "list" environment (replace with a table) | Fred Drake | 2004-11-11 | 1 | -15/+12 |
| | | | | - fix minor markup nits | ||||
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 37 | -37/+37 |
| | |||||
* | - hack for MSIE5 to make (real) tables center | Fred Drake | 2004-11-10 | 2 | -13/+13 |
| | | | | - remove last <center> element (long deprecated in HTML) | ||||
* | more HTML styling detail changes | Fred Drake | 2004-11-10 | 2 | -4/+16 |
| | |||||
* | move table formatting for grammar productions from HTML to CSS | Fred Drake | 2004-11-10 | 2 | -17/+40 |
| | |||||
* | minor markup nits; fix missing whitespace | Fred Drake | 2004-11-10 | 1 | -2/+2 |
| | |||||
* | remove unreachable cruft | Fred Drake | 2004-11-10 | 1 | -2/+0 |
| | |||||
* | add a comment about one of the remaining warts in the table | Fred Drake | 2004-11-10 | 1 | -0/+6 |
| | | | | formatting | ||||
* | remove comment that seems to be wrong after all; browsers do implement | Fred Drake | 2004-11-10 | 1 | -4/+0 |
| | | | | | this, but I was misled by a LaTeX2HTML wart that I worked around yesterday |