- dad06a1 Remove unnecessary local variable. by Neil Schemenauer · 20 years ago
- 2dfcef5 Fix check_unoptimized() function. The only optimized namespaces are by Neil Schemenauer · 20 years ago
- 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 20 years ago
- 3a44aaa Use PyTuple_Pack instead of Py_BuildValue. by Neil Schemenauer · 20 years ago
- a5bafc4 Add news item for the new charmap codecs. by Marc-André Lemburg · 20 years ago
- f3ddaee Correct error to PyRun_SimpleString macro introduced in AST merge. by Mark Hammond · 20 years ago
- 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 20 years ago
- d56827c Add AST files to VC6 build. by Raymond Hettinger · 20 years ago
- d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 20 years ago
- ac699ef Don't stop generating code for import statements after the first "import as" by Neil Schemenauer · 20 years ago
- 147b759 Add an assert. by Neil Schemenauer · 20 years ago
- ebc3457 Revert previous checkin: by Neal Norwitz · 20 years ago
- ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 20 years ago
- ccd1921 Use <lamba> as the function name for lambdas (matches old compiler). by Neil Schemenauer · 20 years ago
- ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 20 years ago
- 0f00ba8 Replace the old EBCDIC codecs with new ones using the decoding table. by Marc-André Lemburg · 20 years ago
- 7797be7 Alias iso8859_1 to latin_1 which is the same encoding, but has by Marc-André Lemburg · 20 years ago
- 75c9e83 Add a few more Mac OS encodings. The mapping tables for these are by Marc-André Lemburg · 20 years ago
- a1129f4 Replace the old charmap codecs with new ones generated from the current by Marc-André Lemburg · 20 years ago
- 92b201d Add two new tools to compare codecs and show differences and to by Marc-André Lemburg · 20 years ago
- c5694c8 Moved gencodec.py to the Tools/unicode/ directory. by Marc-André Lemburg · 20 years ago
- 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 20 years ago
- b2308bb Fix bug: by Michael W. Hudson · 20 years ago
- aee2e28 the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to by Michael W. Hudson · 20 years ago
- cfc3471 Add 2.4.2 to LICENSE. by Georg Brandl · 20 years ago
- fed9b3e add some notes about recent checkins by Neal Norwitz · 20 years ago
- b6570f5 Get the bug # write by Neal Norwitz · 20 years ago
- 16af734 Incorrect code was generated for: by Neal Norwitz · 20 years ago
- 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 20 years ago
- c0d5faa Free coding spec (cs) if there was an error to prevent mem leak. Maybe backport candidate by Neal Norwitz · 20 years ago
- 1e8659b Don't use a string exception since it's deprecated by Neal Norwitz · 20 years ago
- 57071ce Oops, "=" is not a comparison operator by Neal Norwitz · 20 years ago
- f21c8ed Add comment lost from AST merge by Neal Norwitz · 20 years ago
- 358d938 Remove INT_MIN that came from the AST merge. by Neal Norwitz · 20 years ago
- 5f5153e Fix some mods that got dropped from the AST merge by Neal Norwitz · 20 years ago
- 58a7985 Use the newer names for APIs after the AST merge by Neal Norwitz · 20 years ago
- 6d777bb Remove dup declarations after AST merge by Neal Norwitz · 20 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
- 2cb94ab Enhance the performance of two important Unicode character by Marc-André Lemburg · 20 years ago
- 9984e70 add missing word by Fred Drake · 20 years ago
- bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 20 years ago
- 8f40171 Find bsd db v4 on gentoo (2005 i think) by Neal Norwitz · 20 years ago
- b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 20 years ago
- 40563ed Get BSD DB working most for version 3.2 by Neal Norwitz · 20 years ago
- 8456235 Get bsddb module to compile with version 3.2 of BSD DB. by Neal Norwitz · 20 years ago
- 95c1e50 SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. Will backport by Neal Norwitz · 20 years ago
- 5c4a9d6 Whitespace corrections. by Marc-André Lemburg · 20 years ago
- e115ec8 Bug fix for [ 1331062 ] utf 7 codec broken. by Marc-André Lemburg · 20 years ago
- 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 20 years ago
- 0791441 Drop permissions for Gregory K Johnson. by Raymond Hettinger · 20 years ago
- dc4efd0 Add Nick Coghlan by Raymond Hettinger · 20 years ago
- 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
- 239322b Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka). by Vinay Sajip · 20 years ago
- 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
- 34fed3a fix stupid typo by Fred Drake · 20 years ago
- b793506 Added Host and Content-type headers to requests sent by HTTPHandler (suggested by Steven Vereecken) by Vinay Sajip · 20 years ago
- 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 20 years ago
- df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 20 years ago
- 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
- a05834e Remove trailing spaces. by Walter Dörwald · 20 years ago
- 6611a8b Fix indentation. by Walter Dörwald · 20 years ago
- b980113 Fix errors in _synthesize because of missing basename attribute of by Georg Brandl · 20 years ago
- c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 20 years ago
- 43d6e81 Fixed bug where the logging message was wrongly being demoted from Unicode to string (SF #1314107) by Vinay Sajip · 20 years ago
- d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
- 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 20 years ago
- cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
- 892a33f Get "make install" working again after adding Lib/test/bad_coding.py by Neal Norwitz · 20 years ago
- c0d1125 Make close brace a paren to match open. by Neal Norwitz · 20 years ago
- 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
- 178f906 open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab by Neal Norwitz · 20 years ago
- 196f733 Fix pychecker warnings by Neal Norwitz · 20 years ago
- 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 20 years ago
- 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 20 years ago
- bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
- 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 20 years ago
- e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
- 76390de suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANGE is x86_64 specific and the readline memory leaks should be generally applicable by Neal Norwitz · 20 years ago
- 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 20 years ago
- 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 20 years ago
- 708e51a Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 by Neal Norwitz · 20 years ago
- a45770d SF Bug # 941346, AIX shared library fix by Neal Norwitz · 20 years ago
- 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 20 years ago
- d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 20 years ago
- c5cdcba SF patch #1227568, Expression AST node not documented. by Neal Norwitz · 20 years ago
- 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 20 years ago
- 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 20 years ago
- 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 20 years ago
- d45014b Fix PyString_Format so that the "%s" format works again when Unicode is not by Georg Brandl · 20 years ago
- 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 20 years ago
- ce7da6c Forward port bugfix: by Michael W. Hudson · 20 years ago
- 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 20 years ago
- aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 20 years ago
- 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 20 years ago
- 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 20 years ago
- e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 20 years ago
- e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 20 years ago
- 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 20 years ago
- d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 20 years ago
- dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 20 years ago