]> granicus.if.org Git - python/shortlog
python
2005-10-30 Martin v. LöwisRemove .cvsignore files, as they live in svn:ignore
2005-10-30 Fred Drakeadd missing "and"
2005-10-30 Hye-Shik ChangSF Bug #1341934: Fix a representation of "\n" to use...
2005-10-30 Tim Peterstest_directories(): This test had no chance of passing on
2005-10-29 Martin v. LöwisAdd *.pyc to svn:ignore.
2005-10-29 Tim Peters_PyUnicode_IsWhitespace(),
2005-10-29 Vinay SajipMinor update to HTTPHandler documentation to indicate...
2005-10-28 Fred Drakefix typos, mostly in comments
2005-10-28 Neal NorwitzPatch #1338314, Bug #1336623: fix tarfile so it can...
2005-10-27 Martin v. LöwisUpdate instructions according to Dave Abrahams
2005-10-25 Marc-André... Add Makefile which allows easily rebuilding the charmap...
2005-10-25 Marc-André... Add custom mapping files used for generating some of...
2005-10-25 Marc-André... Apply some cosmetic fixes to the output of the script.
2005-10-25 Neil SchemenauerRefactor code for translating "power" nodes.
2005-10-25 Neil SchemenauerWrite a separate ast_for_testlist_gexp() function inste...
2005-10-25 Neil SchemenauerEnsure that compiler_exit_scope() is called as necessar...
2005-10-24 Marc-André... Cosmetic change: make all hex literals use upper case...
2005-10-24 Marc-André... Removed the decoding_map from the codecs where this...
2005-10-24 Neal Norwitzuse PyAPI_FUNC instead of DL_IMPORT. are we going...
2005-10-24 Neal NorwitzDo not pollute name block_ty, prefix with _Py_
2005-10-24 Neal NorwitzFix problem handling EXTENDED_ARGs from SF bug # 1333982
2005-10-24 Neal NorwitzFix compiler test when run with -u (long mode)
2005-10-23 Neal NorwitzFix problem handling EXTENDED_ARGs from SF bug # 1333982
2005-10-23 Neal Norwitzcleanup a bit and reuse instrsize (instruction size...
2005-10-23 Vinay SajipOne-off "No handlers..." error message only raised...
2005-10-23 Andrew M. KuchlingAdd paragraphs on AST branch. AST'ers, please suggest...
2005-10-23 Andrew M. KuchlingAdd convenience makefile to check the latest what's...
2005-10-23 Neal NorwitzUse PyErr_NoMemory() instead of rolling our own.
2005-10-23 Neal Norwitzuse PyAPI_FUNC instead of DL_IMPORT. are we going...
2005-10-23 Neal NorwitzUse PyErr_NoMemory() instead of rolling our own.
2005-10-23 Neil SchemenauerRemove unnecessary local variable.
2005-10-23 Neil SchemenauerFix check_unoptimized() function. The only optimized...
2005-10-23 Neil SchemenauerFix private name mangling. The symtable also must...
2005-10-23 Neil SchemenauerUse PyTuple_Pack instead of Py_BuildValue.
2005-10-23 Marc-André... Add news item for the new charmap codecs.
2005-10-23 Mark HammondCorrect error to PyRun_SimpleString macro introduced...
2005-10-23 Mark HammondRemove conflict markers and add parsermodule.c to get...
2005-10-23 Raymond HettingerAdd AST files to VC6 build.
2005-10-23 Neil SchemenauerFix arigo's funky LOAD_NAME bug: implicit globals insid...
2005-10-23 Neil SchemenauerDon't stop generating code for import statements after...
2005-10-23 Neil SchemenauerAdd an assert.
2005-10-22 Neal NorwitzRevert previous checkin:
2005-10-21 Neil SchemenauerRevert change, func_name of lambda's is back to <lambda>.
2005-10-21 Neil SchemenauerUse <lamba> as the function name for lambdas (matches...
2005-10-21 Jeremy HyltonFix a bunch of imports to use code.h instead of compile.h.
2005-10-21 Marc-André... Replace the old EBCDIC codecs with new ones using the...
2005-10-21 Marc-André... Alias iso8859_1 to latin_1 which is the same encoding...
2005-10-21 Marc-André... Add a few more Mac OS encodings. The mapping tables...
2005-10-21 Marc-André... Replace the old charmap codecs with new ones generated...
2005-10-21 Marc-André... Add two new tools to compare codecs and show difference...
2005-10-21 Marc-André... Moved gencodec.py to the Tools/unicode/ directory.
2005-10-21 Armin RigoANSI-C-ify the placement of local var declarations.
2005-10-21 Michael W.... Fix bug:
2005-10-21 Michael W.... the ast-branch changed the stack discipline of MAKE_CLO...
2005-10-21 Georg BrandlAdd 2.4.2 to LICENSE.
2005-10-21 Neal Norwitzadd some notes about recent checkins
2005-10-21 Neal NorwitzGet the bug # write
2005-10-21 Neal NorwitzIncorrect code was generated for:
2005-10-21 Neal NorwitzFix SF bug #1167751, Argument genexp corner case
2005-10-21 Neal NorwitzFree coding spec (cs) if there was an error to prevent...
2005-10-21 Neal NorwitzDon't use a string exception since it's deprecated
2005-10-21 Neal NorwitzOops, "=" is not a comparison operator
2005-10-21 Neal NorwitzAdd comment lost from AST merge
2005-10-21 Neal NorwitzRemove INT_MIN that came from the AST merge.
2005-10-21 Neal NorwitzFix some mods that got dropped from the AST merge
2005-10-21 Neal NorwitzUse the newer names for APIs after the AST merge
2005-10-21 Neal NorwitzRemove dup declarations after AST merge
2005-10-20 Jeremy HyltonMerge ast-branch to head
2005-10-20 Marc-André... Enhance the performance of two important Unicode character
2005-10-20 Fred Drakeadd missing word
2005-10-20 Jeremy HyltonDisable some tests in anticipation of merging ast-branc...
2005-10-20 Neal NorwitzFind bsd db v4 on gentoo (2005 i think)
2005-10-20 Neal NorwitzFix SF bug # 1330039, patch # 1331635 from Lars Gustaeb...
2005-10-20 Neal NorwitzGet BSD DB working most for version 3.2
2005-10-20 Neal NorwitzGet bsddb module to compile with version 3.2 of BSD DB.
2005-10-20 Neal NorwitzSF bug #1331563 ] string_subscript doesn't check for...
2005-10-19 Marc-André... Whitespace corrections.
2005-10-19 Marc-André... Bug fix for [ 1331062 ] utf 7 codec broken.
2005-10-18 Neal NorwitzSF bug #1328915, try to word kill a bit more genericall...
2005-10-17 Raymond HettingerDrop permissions for Gregory K Johnson.
2005-10-16 Raymond HettingerAdd Nick Coghlan
2005-10-15 Raymond HettingerTeach unquote() to handle unicode inputs
2005-10-14 Vinay SajipOptimised Placeholders handling of child loggers by...
2005-10-12 Neal NorwitzSF bug #1323739, C API doc for PySequence_Tuple duplicated
2005-10-11 Fred Drakefix stupid typo
2005-10-11 Vinay SajipAdded Host and Content-type headers to requests sent...
2005-10-11 Neal NorwitzSF bug #1323294, Minor error in the Library Reference...
2005-10-10 Marc-André... Clarify the docs for Py_UNICODE.
2005-10-09 Walter DörwaldBug #1245379: Add "unicode-1-1-utf-7" as an alias for...
2005-10-09 Walter DörwaldRemove trailing spaces.
2005-10-09 Walter DörwaldFix indentation.
2005-10-08 Georg BrandlFix errors in _synthesize because of missing basename...
2005-10-08 Guido van RossumFix unit test failure -- the output received from Pytho...
2005-10-07 Vinay SajipFixed bug where the logging message was wrongly being...
2005-10-06 Walter DörwaldPart of SF patch #1313939: Speedup charmap decoding...
2005-10-06 Hye-Shik ChangChange the internal "undefined codepoint" mark for...
2005-10-05 Raymond HettingerSF #1313496: bisect C replacement doesn't accept named...
2005-10-04 Neal NorwitzGet "make install" working again after adding Lib/test...
2005-10-04 Neal NorwitzMake close brace a paren to match open.
2005-10-04 Neal NorwitzArmin caught this mistake in bug #973103.
next