summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge ast-branch to headJeremy Hylton2005-10-2054-6342/+13207
* Enhance the performance of two important Unicode characterMarc-André Lemburg2005-10-201-10/+52
* add missing wordFred Drake2005-10-201-1/+1
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-202-29/+37
* Find bsd db v4 on gentoo (2005 i think)Neal Norwitz2005-10-201-0/+1
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-202-2/+50
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Get bsddb module to compile with version 3.2 of BSD DB.Neal Norwitz2005-10-201-0/+8
* SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. Wi...Neal Norwitz2005-10-201-0/+2
* Whitespace corrections.Marc-André Lemburg2005-10-191-19/+19
* Bug fix for [ 1331062 ] utf 7 codec broken.Marc-André Lemburg2005-10-191-8/+16
* SF bug #1328915, try to word kill a bit more generically. Backport candidate.Neal Norwitz2005-10-181-2/+2
* Drop permissions for Gregory K Johnson.Raymond Hettinger2005-10-171-0/+4
* Add Nick CoghlanRaymond Hettinger2005-10-161-0/+4
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-152-0/+6
* Optimised Placeholders handling of child loggers by using a dict rather than ...Vinay Sajip2005-10-141-4/+8
* SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
* fix stupid typoFred Drake2005-10-111-1/+1
* Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...Vinay Sajip2005-10-111-1/+10
* SF bug #1323294, Minor error in the Library Reference doc. Will backportNeal Norwitz2005-10-111-1/+2
* Clarify the docs for Py_UNICODE.Marc-André Lemburg2005-10-101-6/+16
* Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specifiedWalter Dörwald2005-10-093-1/+4
* Remove trailing spaces.Walter Dörwald2005-10-091-3/+3
* Fix indentation.Walter Dörwald2005-10-091-1/+1
* Fix errors in _synthesize because of missing basename attribute ofGeorg Brandl2005-10-081-2/+6
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* Fixed bug where the logging message was wrongly being demoted from Unicode to...Vinay Sajip2005-10-071-6/+8
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-064-77/+154
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-052-22/+36
* Get "make install" working again after adding Lib/test/bad_coding.pyNeal Norwitz2005-10-041-2/+2
* Make close brace a paren to match open.Neal Norwitz2005-10-041-1/+1
* Armin caught this mistake in bug #973103.Neal Norwitz2005-10-041-1/+1
* open_new_win does not exist. use UNIX consistently, add autoraise parameter ...Neal Norwitz2005-10-041-12/+13
* Fix pychecker warningsNeal Norwitz2005-10-041-4/+9
* Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.Kurt B. Kaiser2005-10-032-4/+13
* Tweak CodeContext.py docstrings, comments, and names.Kurt B. Kaiser2005-10-031-51/+57
* Correct docs for empty raise when no exception is active.Raymond Hettinger2005-10-031-2/+3
* fix link to subsection (SF bug #1311674)Fred Drake2005-10-031-2/+4
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-033-197/+393
* suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANG...Neal Norwitz2005-10-031-0/+118
* SF Bug #1008310, os.major() os.minor() example and description change. Will ...Neal Norwitz2005-10-031-2/+4
* Fix SF bug #991735, os.access reports true for read-only directories. Will b...Neal Norwitz2005-10-031-0/+5
* Fix SF bug #976608, Unhelpful error message when mtime of a module is -1Neal Norwitz2005-10-032-1/+7
* SF Bug # 941346, AIX shared library fixNeal Norwitz2005-10-031-0/+4
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-034-0/+70
* SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sock...Neal Norwitz2005-10-031-1/+2
* SF patch #1227568, Expression AST node not documented.Neal Norwitz2005-10-031-0/+1
* SF patch #1227568, bug #1219273, Expression AST node not documented. Backpor...Neal Norwitz2005-10-031-0/+2
* Increased performance in CodeContext extension Patch 936169 Noam RaphaelKurt B. Kaiser2005-10-022-31/+49