summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ad test_funky_hyphens() to test some screwy edge cases reported in SFGreg Ward2002-10-311-5/+18
* Fixes SF bug#614051: win32 build_ext problem.Thomas Heller2002-10-311-0/+2
* Catch only ImportErrorAndrew M. Kuchling2002-10-311-1/+1
* Add docstrings to register, lookup, register_errorWalter Dörwald2002-10-311-4/+36
* Make the Distribution() constructor forgiving of unknown keywordAndrew M. Kuchling2002-10-311-2/+11
* Add a couple of comments about the use of \normalsize andFred Drake2002-10-301-1/+3
* Still more magical <link> elements.Fred Drake2002-10-301-1/+18
* Hackish way to generate an up-<link> for the title page if we haveFred Drake2002-10-301-4/+16
* More <link> support for generated pages.Fred Drake2002-10-302-3/+24
* Two more <link> elements.Fred Drake2002-10-301-0/+2
* Add some relevant <link> elements.Fred Drake2002-10-302-0/+5
* Use personal e-mail addressAndrew M. Kuchling2002-10-304-5/+4
* Minor rearranging.Fred Drake2002-10-301-3/+5
* Add notes to the asctime() and ctime() descriptions to make itFred Drake2002-10-301-0/+2
* Sprinkle with --favicon options.Fred Drake2002-10-301-1/+3
* Added support for --favicon.Fred Drake2002-10-301-2/+15
* Added support for --favicon.Fred Drake2002-10-301-1/+7
* Add support for using a "favicon".Fred Drake2002-10-301-16/+20
* Make use of the new "favicon" image.Fred Drake2002-10-302-0/+2
* Added "favicon" image.Fred Drake2002-10-301-0/+0
* Added missing class to __all__.Raymond Hettinger2002-10-301-1/+1
* Added __all__.Raymond Hettinger2002-10-301-0/+2
* Added missing names to __all__.Raymond Hettinger2002-10-301-1/+1
* Added new move() function to __all__.Raymond Hettinger2002-10-301-1/+1
* SF bug 630824: pydoc Helper keywords missing 'yield'Tim Peters2002-10-301-0/+1
* Patrick K. O'Brien notices that kwlist was missing from __all__.Raymond Hettinger2002-10-301-1/+1
* Forward port of 1.12.14.3 (which has an incorrect log message):Jack Jansen2002-10-291-1/+4
* Added test for this fix to classobject.c:Guido van Rossum2002-10-291-0/+27
* Since properties are supported here, is possible thatGuido van Rossum2002-10-291-13/+12
* Patch #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING.Martin v. Löwis2002-10-292-90/+119
* Chapter titles that get split over multiple lines in the typesetFred Drake2002-10-281-5/+3
* Minor simplification.Fred Drake2002-10-281-2/+1
* Remove unnecessary output file.Fred Drake2002-10-281-42/+0
* Add a test of interaction between &amp; and extra replacements.Fred Drake2002-10-281-8/+13
* Really do replacement of &amp; last to avoid bad interactions between &amp;Fred Drake2002-10-281-2/+2
* Avoid calling __dict_replace() if we don't need to -- the call is muchFred Drake2002-10-281-8/+10
* Oops, committed this in the wrong place.Guido van Rossum2002-10-281-740/+0
* Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.Guido van Rossum2002-10-281-0/+740
* Beginnings of a spreadsheet I used as an example on Linux Lunacy II.Guido van Rossum2002-10-271-0/+740
* Change PyOS_Readline declaration to match the recent change to myreadline.cSkip Montanaro2002-10-271-2/+2
* Patch #627105: Document that SYSTEM_PAGE_SIZE really should not beMartin v. Löwis2002-10-261-1/+4
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-266-8/+58
* Add Daniel Stutzbach, for #512981.Martin v. Löwis2002-10-261-0/+1
* Document patch #512981.Martin v. Löwis2002-10-261-0/+3
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-265-22/+42
* Patch #623771: Properly use autoconf 2.5x macros.Martin v. Löwis2002-10-262-18/+36
* Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.Martin v. Löwis2002-10-261-2/+0
* Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE.Martin v. Löwis2002-10-263-3/+31
* Clarify packages in tutorial. Closes SF bug #616211.Raymond Hettinger2002-10-261-0/+3
* Implement a safer and more predictable interpolation approach.Fred Drake2002-10-253-1/+74