]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-11-13  Neal Norwitzremove useless debug print helper. fix a couple of...
2005-11-13  Neal NorwitzWhoops, checkin consistent versions of *all* files...
2005-11-13  Neal NorwitzUpdated gentoo to 2005.0
2005-11-13  Neal NorwitzDo a better job of not inlining Py_ADDRESS_IN_RANGE...
2005-11-13  Neal NorwitzFix a lot of memory and ref leaks in error paths.
2005-11-13  Neal NorwitzPrevent name pollution by making lots of internal funct...
2005-11-13  Skip Montanarodelete Python-ast.[ch] in distclean
2005-11-13  Neal Norwitzmake internal method static
2005-11-12  Fredrik LundhSF#1343671.
2005-11-12  Fredrik Lundh r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100
2005-11-12  Fredrik Lundh r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100
2005-11-12  Fredrik Lundh r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100
2005-11-12  Fredrik Lundh r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100
2005-11-11  Fred Drakeupdate busted comment
2005-11-11  Walter DörwaldChange PrettyPrinter.pprint(), so that output is writte...
2005-11-09  Georg BrandlBug #1338995: fix problem with new webbrowser.py.
2005-11-09  Walter DörwaldFix typos.
2005-11-09  Vinay SajipFixed indentation bug in _connect_unixsocket (thanks...
2005-11-09  Neal NorwitzSF Bug #1348477, regextest can't be pydoc'ed. Will...
2005-11-09  Neal Norwitz- SF Bug #1350188, "setdlopenflags" leads to crash...
2005-11-07  Brett CannonFix typo in envvar name.
2005-11-07  Marc-André... Patch by pythonic <pythonic@gmail.com> to support Fedora
2005-11-07  Armin RigoAdded proper reflection on instances of <type 'method...
2005-11-07  Armin Rigosvn:ignoring all .pyc and .pyo files in all subdirector...
2005-11-07  Armin Rigosimilar to SF bug 847019: a quick check in the time...
2005-11-05  Ka-Ping YeeFix SF bug #417833 (pydoc HTTP reload failure) by remov...
2005-11-05  Ka-Ping YeeAccept patch to resolve SF bug #651124.
2005-11-03  Neal NorwitzOops, forgot to add the output file to 41388.
2005-11-03  Neal NorwitzBug #1346533, select.poll() doesn't raise an error...
2005-11-03  Neal NorwitzMake consistent with 2.4
2005-11-02  Brett CannonChange time.strptime() to raise ValueError whenever...
2005-11-02  Brett CannonAdd an import line to a code fragment.
2005-11-02  Andrew M. KuchlingAnother comment typo fix
2005-11-02  Walter DörwaldFix typo in comment.
2005-11-02  Walter DörwaldWhitespace cleanup.
2005-11-02  Neal NorwitzFix SF #1345263, colorsys tests, bug in frange
2005-11-02  Neal NorwitzCleanup the previous checkin.
2005-11-02  Neal NorwitzBug #1344508, Fix UNIX mmap leaking file descriptors...
2005-10-31  Vinay SajipException handling now raises KeyboardInterrupt and...
2005-10-31  Vinay SajipException handling now raises KeyboardInterrupt and...
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...
next