summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avoid applying :active to anchors that are only link targetsFred Drake2004-11-131-1/+1
* The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...Kurt B. Kaiser2004-11-132-6/+11
* add another way to specify an alternate name for the documentation set,Fred Drake2004-11-132-1/+12
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-133-16/+35
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-133-3/+11
* if we treat \LaTeX specially, we need to do the same for \TeXFred Drake2004-11-131-0/+1
* - wrap a long lineFred Drake2004-11-131-1/+5
* avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simplyFred Drake2004-11-131-2/+2
* Add options to regrtest.py to make it possible to specify where to putWalter Dörwald2004-11-121-8/+18
* SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character linesTim Peters2004-11-121-2/+2
* Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64Peter Astrand2004-11-121-1/+6
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-122-10/+16
* testing control chars and non-dict root objectsJust van Rossum2004-11-121-0/+16
* - \f is not a valid XML characterJust van Rossum2004-11-121-3/+4
* reordered a couple of thingsJust van Rossum2004-11-121-5/+6
* SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond...Facundo Batista2004-11-121-4/+8
* SF #1063757: fix markup error (had LaTeX markup in the reST source,Greg Ward2004-11-121-1/+1
* Minor grammatical errors fixedVinay Sajip2004-11-111-7/+6
* remove some generated cruft now that we avoid the removal of elementsFred Drake2004-11-111-8/+7
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-115-7/+13
* add a comment explaining a particular text transformationFred Drake2004-11-111-0/+3
* Replace last two uses of the "list" environment with "description"Fred Drake2004-11-111-6/+6
* remove unhelpful property setting that overrides the right setting forFred Drake2004-11-111-1/+0
* - remove use of a "list" environment (replace with a table)Fred Drake2004-11-111-15/+12
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-1037-37/+37
* - hack for MSIE5 to make (real) tables centerFred Drake2004-11-102-13/+13
* more HTML styling detail changesFred Drake2004-11-102-4/+16
* move table formatting for grammar productions from HTML to CSSFred Drake2004-11-102-17/+40
* minor markup nits; fix missing whitespaceFred Drake2004-11-101-2/+2
* remove unreachable cruftFred Drake2004-11-101-2/+0
* add a comment about one of the remaining warts in the tableFred Drake2004-11-101-0/+6
* remove comment that seems to be wrong after all; browsers do implementFred Drake2004-11-101-4/+0
* move much of the table styling out of the HTML and into the CSS;Fred Drake2004-11-102-70/+81
* SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute...Raymond Hettinger2004-11-101-0/+1
* SF patch 1062495: Modules/zipimport.c does not compile on solarisRaymond Hettinger2004-11-101-5/+5
* Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debugThomas Heller2004-11-101-3/+8
* more more styling to the CSSFred Drake2004-11-102-2/+3
* more XHTML friendliness: <dl compact> becomes well-formedFred Drake2004-11-101-6/+6
* override a bit of LaTeX2HTML so empty table cells don't disappear fromFred Drake2004-11-101-0/+43
* SF patch #1062279: deque pickling problemsRaymond Hettinger2004-11-092-14/+48
* SF 1062353: set pickling problemsRaymond Hettinger2004-11-092-5/+18
* Bump version numberAndrew M. Kuchling2004-11-091-221/+383
* And delete a useless comment.Tim Peters2004-11-081-1/+0
* _OutputRedirectingPdb.trace_dispatch(): Return the base class'sTim Peters2004-11-081-4/+5
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-083-7/+96
* test for fixedness of bug #1057835.Michael W. Hudson2004-11-081-0/+2
* Fix bugMichael W. Hudson2004-11-081-2/+2
* SF #1062190. Removed an assertion that rendered trace.py unnecessarilyRaymond Hettinger2004-11-081-1/+0
* SF bug 1061968: threads: segfault or Py_FatalError at exitTim Peters2004-11-082-14/+16
* Stop printing listdir bytestring output, as the precise list of stringsMartin v. Löwis2004-11-072-3/+2