]> granicus.if.org Git - python/shortlog
python
2005-11-22 Georg BrandlAdd a note to os.chown that permission constants can...
2005-11-22 Andrew M. Kuchling[Patch #1094164] replaceChild(x,x) ends up removing...
2005-11-22 Andrew M. Kuchling[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff...
2005-11-22 Andrew M. KuchlingTypo fix
2005-11-22 Andrew M. KuchlingAdd generator-expression nodes
2005-11-22 Andrew M. KuchlingAdd comment about updating docs
2005-11-22 Andrew M. Kuchling[Bug #449093] FloorDiv AST node type not listed
2005-11-22 Walter DörwaldUse optparse instead of getopt for command line options.
2005-11-22 Walter DörwaldAvoid using str as a variable name.
2005-11-22 Neal Norwitzimprove test coverage in Python/pystrtod.c and Python...
2005-11-22 Kurt B. KaiserFix typo and update comment obsoleted by 'syntax' patch
2005-11-22 Kurt B. KaiserDefault two second delay on attribute pop-up, less...
2005-11-22 Kurt B. KaiserFollowing 'syntax' patch, accelerator keys in menus...
2005-11-21 Walter DörwaldUse basestring instead of type.StringType for checking...
2005-11-21 Walter DörwaldAdd a test for uu.encode() that passed filenames as
2005-11-21 Walter DörwaldAdd a rudimentary test for the platform module that...
2005-11-21 Walter DörwaldFix typo.
2005-11-21 Jack JansenEnable optional "const" argument to _New routines.
2005-11-20 Neal NorwitzFix a few more memory leaks
2005-11-20 Neal NorwitzRemove import string and use string methods
2005-11-19 Neal NorwitzLast batch of ref leaks in new AST code.
2005-11-19 Andrew M. KuchlingFix up incomplete sentence
2005-11-18 Kurt B. KaiserMerge IDLE-syntax-branch r39668:41449 into trunk
2005-11-18 Walter DörwaldIncrease code coverage in Python/structmember.c from...
2005-11-17 Walter DörwaldAdd tests to increase code coverage in Python/codecs...
2005-11-17 Skip Montanarodon't get me started about distutils...
2005-11-17 Skip Montanaronote build workaround for Sol10/gcc 3.4
2005-11-17 Walter DörwaldFix typo in comment
2005-11-17 Walter DörwaldAdd tests for various error cases and for readbuffer_en...
2005-11-16 Nick CoghlanCorrectly handle identifiers for anonymous scopes and...
2005-11-16 Nick CoghlanBring handling of genexpr in line with other anonymous...
2005-11-16 Neal Norwitzadd more doc
2005-11-16 Neal NorwitzFix some more memory leaks.
2005-11-16 Neal Norwitzversion was not initialized properly
2005-11-15 Kurt B. KaiserBetter indentation after first line of string continuation.
2005-11-15 Neal NorwitzFix another memory leak or two (one real, one potential)
2005-11-15 Neal NorwitzAdd a note about how to do the memory deallocation...
2005-11-15 Neal NorwitzFix a whole bunch of potential memory leaks (and some...
2005-11-15 Neal NorwitzPrevent unlikely memory leak, tok should always be...
2005-11-15 Neal NorwitzThou shalt not lie, there are really 5 types now
2005-11-14 Neal NorwitzConvert all internal errors from Exception to SystemError
2005-11-14 Neal NorwitzUse convenience function
2005-11-14 Neal NorwitzFix memory leak with bad generator expression
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...
next