2005-10-30 |
Martin v. Löwis | Remove .cvsignore files, as they live in svn:ignore |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Fred Drake | add missing "and" |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Hye-Shik Chang | SF Bug #1341934: Fix a representation of "\n" to use... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Tim Peters | test_directories(): This test had no chance of passing on |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Martin v. Löwis | Add *.pyc to svn:ignore. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Tim Peters | _PyUnicode_IsWhitespace(), |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Vinay Sajip | Minor update to HTTPHandler documentation to indicate... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Fred Drake | fix typos, mostly in comments |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Neal Norwitz | Patch #1338314, Bug #1336623: fix tarfile so it can... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Martin v. Löwis | Update instructions according to Dave Abrahams |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Add Makefile which allows easily rebuilding the charmap... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Add custom mapping files used for generating some of... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Apply some cosmetic fixes to the output of the script. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Refactor code for translating "power" nodes. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Write a separate ast_for_testlist_gexp() function inste... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Ensure that compiler_exit_scope() is called as necessar... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Marc-André... | Cosmetic change: make all hex literals use upper case... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Marc-André... | Removed the decoding_map from the codecs where this... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | use PyAPI_FUNC instead of DL_IMPORT. are we going... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | Do not pollute name block_ty, prefix with _Py_ |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | Fix compiler test when run with -u (long mode) |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | cleanup a bit and reuse instrsize (instruction size... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Vinay Sajip | One-off "No handlers..." error message only raised... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Andrew M. Kuchling | Add paragraphs on AST branch. AST'ers, please suggest... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Andrew M. Kuchling | Add convenience makefile to check the latest what's... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | Use PyErr_NoMemory() instead of rolling our own. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | use PyAPI_FUNC instead of DL_IMPORT. are we going... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | Use PyErr_NoMemory() instead of rolling our own. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Remove unnecessary local variable. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Fix check_unoptimized() function. The only optimized... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Fix private name mangling. The symtable also must... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Use PyTuple_Pack instead of Py_BuildValue. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Marc-André... | Add news item for the new charmap codecs. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Mark Hammond | Correct error to PyRun_SimpleString macro introduced... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Mark Hammond | Remove conflict markers and add parsermodule.c to get... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Raymond Hettinger | Add AST files to VC6 build. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Fix arigo's funky LOAD_NAME bug: implicit globals insid... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Don't stop generating code for import statements after... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Add an assert. |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Neal Norwitz | Revert previous checkin: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neil Schemenauer | Revert change, func_name of lambda's is back to <lambda>. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neil Schemenauer | Use <lamba> as the function name for lambdas (matches... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jeremy Hylton | Fix a bunch of imports to use code.h instead of compile.h. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Replace the old EBCDIC codecs with new ones using the... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Alias iso8859_1 to latin_1 which is the same encoding... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Add a few more Mac OS encodings. The mapping tables... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Replace the old charmap codecs with new ones generated... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Add two new tools to compare codecs and show difference... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Moved gencodec.py to the Tools/unicode/ directory. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Armin Rigo | ANSI-C-ify the placement of local var declarations. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Michael W.... | Fix bug: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Michael W.... | the ast-branch changed the stack discipline of MAKE_CLO... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Georg Brandl | Add 2.4.2 to LICENSE. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | add some notes about recent checkins |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Get the bug # write |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Incorrect code was generated for: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Fix SF bug #1167751, Argument genexp corner case |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Free coding spec (cs) if there was an error to prevent... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Don't use a string exception since it's deprecated |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Oops, "=" is not a comparison operator |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Add comment lost from AST merge |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Remove INT_MIN that came from the AST merge. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Fix some mods that got dropped from the AST merge |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Use the newer names for APIs after the AST merge |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Remove dup declarations after AST merge |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Jeremy Hylton | Merge ast-branch to head |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Marc-André... | Enhance the performance of two important Unicode character |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Fred Drake | add missing word |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Jeremy Hylton | Disable some tests in anticipation of merging ast-branc... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Find bsd db v4 on gentoo (2005 i think) |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Fix SF bug # 1330039, patch # 1331635 from Lars Gustaeb... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Get BSD DB working most for version 3.2 |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Get bsddb module to compile with version 3.2 of BSD DB. |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | SF bug #1331563 ] string_subscript doesn't check for... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Marc-André... | Whitespace corrections. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Marc-André... | Bug fix for [ 1331062 ] utf 7 codec broken. |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Neal Norwitz | SF bug #1328915, try to word kill a bit more genericall... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Raymond Hettinger | Drop permissions for Gregory K Johnson. |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Raymond Hettinger | Add Nick Coghlan |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Raymond Hettinger | Teach unquote() to handle unicode inputs |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Vinay Sajip | Optimised Placeholders handling of child loggers by... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Neal Norwitz | SF bug #1323739, C API doc for PySequence_Tuple duplicated |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Fred Drake | fix stupid typo |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Vinay Sajip | Added Host and Content-type headers to requests sent... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Neal Norwitz | SF bug #1323294, Minor error in the Library Reference... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Marc-André... | Clarify the docs for Py_UNICODE. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Walter Dörwald | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Walter Dörwald | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Walter Dörwald | Fix indentation. |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Georg Brandl | Fix errors in _synthesize because of missing basename... |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Guido van Rossum | Fix unit test failure -- the output received from Pytho... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Vinay Sajip | Fixed bug where the logging message was wrongly being... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Walter Dörwald | Part of SF patch #1313939: Speedup charmap decoding... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Hye-Shik Chang | Change the internal "undefined codepoint" mark for... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Raymond Hettinger | SF #1313496: bisect C replacement doesn't accept named... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Get "make install" working again after adding Lib/test... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Make close brace a paren to match open. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Armin caught this mistake in bug #973103. |
commit | commitdiff | tree | snapshot |
next |