]> granicus.if.org Git - python/shortlog
python
2006-08-10 Kurt B. KaiserRetrieval of previous shell command was not always...
2006-08-10 Tim Peterstest_copytree_simple(): This was leaving behind two...
2006-08-10 Kurt B. KaiserChanging tokenize (39046) to detect dedent broke tabnan...
2006-08-10 Tim PetersAdd missing svn:eol-style property to text files.
2006-08-09 Martin v. LöwisAdd some commentary on -mimpure-text.
2006-08-09 Kurt B. KaiserToggleTab dialog was setting indent to 8 even if cancel...
2006-08-09 Andrew M. KuchlingTypo fix
2006-08-09 Kurt B. KaiserAs a slight enhancement to the previous checkin, improv...
2006-08-09 Kurt B. Kaiser1. When used w/o subprocess, all exceptions were prece...
2006-08-09 Armin RigoConcatenation on a long string breaks (SF #1526585).
2006-08-09 Ronald OussorenIt's unlikely that future versions will require _POSIX_...
2006-08-09 Armin RigoFix and test for an infinite C recursion.
2006-08-09 Andrew M. KuchlingReindent code
2006-08-09 Andrew M. KuchlingAdd missing 'self' parameters
2006-08-09 Andrew M. Kuchling[Patch #1534027] Add notes on locale module changes
2006-08-09 Andrew M. Kuchling[Bug #1536021] Mention __hash__ change
2006-08-09 Martin v. Löwis__hash__ may now return long int; the final hash
2006-08-09 Georg BrandlIntroduce an upper bound on tuple nesting depth in
2006-08-09 Tim PetersWhitespace normalization.
2006-08-08 Georg Brandl``str`` is now the same object as ``types.StringType``.
2006-08-08 Georg BrandlBug #1536660: separate two words.
2006-08-08 Georg BrandlBug #1536828: typo: TypeType should have been StringType.
2006-08-08 Andrew M. KuchlingBump version number
2006-08-08 Andrew M. Kuchling'Other changes' section now has only one item; move...
2006-08-08 Andrew M. KuchlingMove obmalloc item into C API section
2006-08-08 Andrew M. KuchlingReword paragraph to clarify
2006-08-08 Thomas HellerRemove accidently committed, duplicated test.
2006-08-08 Thomas Hellermemcmp() can return values other than -1, 0, and +1...
2006-08-08 Georg BrandlRemove "non-mapping" and "non-sequence" from TypeErrors...
2006-08-08 Georg Brandlwebbrowser: Silence stderr output if no gconftool or...
2006-08-06 Andrew M. Kuchling[Patch #1464056] Ensure that we use the panelw library...
2006-08-06 Andrew MacIntyretest_threading now skips testing alternate thread stack...
2006-08-06 Georg BrandlDon't produce output in test_builtin.
2006-08-06 Georg BrandlBug #1535165: fixed a segfault in input() and raw_input...
2006-08-06 Georg BrandlBug #1535081: A leading underscore has been added to...
2006-08-06 Georg BrandlBug #1535182: really test the xreadlines() method of...
2006-08-05 Georg BrandlPatch #1534922: correct and enhance unittest docs.
2006-08-04 Bob IppolitoFix #1530559, struct.pack raises TypeError where it...
2006-08-04 Tim PetersWhitespace normalization.
2006-08-04 Andrew M. KuchlingFix mangled sentence
2006-08-04 Andrew M. KuchlingTypo fixes
2006-08-04 Thomas HellerFix #1534738: win32 debug version of _msi must be _msi_...
2006-08-04 Thomas HellerFix #1530448 - fix ctypes build failure on solaris 10.
2006-08-04 Thomas HellerOn Windows, make PyErr_Warn an exported function again.
2006-08-04 Georg BrandlBetter fix for bug #1531405, not executing str(value...
2006-08-04 Georg BrandlChange fix for segfaulting property(), add a NEWS entry...
2006-08-04 Neil SchemenauerFix the 'compiler' package to generate correct code...
2006-08-04 Georg BrandlFix bug caused by first decrefing, then increfing.
2006-08-04 Gregory P.... fix typos
2006-08-04 Fred DrakeSF patch #1534048 (bug #1531003): fix typo in error...
2006-08-04 Neal NorwitzThere were really two issues
2006-08-04 Neal NorwitzBug #1333982: string/number constants were inappropriat...
2006-08-04 Neal NorwitzBug #1191458: tracing over for loops now produces a...
2006-08-04 Neal NorwitzBug #1531405, format_exception no longer raises an...
2006-08-03 Anthony BaxterTagging for release of Python 2.5b3
2006-08-02 Tim PetersAdd missing svn:eol-style property to text files. v2.5b3
2006-08-02 Martin v. LöwisCorrection of patch #1455898: In the mbcs decoder,...
2006-08-02 Thomas HellerFix a mistake.
2006-08-02 Thomas HellerA few nore words about what ctypes does.
2006-08-02 Anthony Baxterpre-release machinations
2006-08-02 Neal NorwitzAdd some explanation about Klocwork and Coverity static...
2006-08-02 Neal NorwitzPatch #1519025 and bug #926423: If a KeyboardInterrupt...
2006-08-02 Neal NorwitzLet us know when there was a problem and the child...
2006-08-02 Neal Norwitzv is already checked for NULL, so just DECREF it
2006-08-02 Neal Norwitz_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t...
2006-08-02 Ronald OussorenUpdated documentation for the script that builds the...
2006-08-02 Tim Peters_Stream.close(): Try to kill struct.pack() warnings...
2006-08-02 Neal NorwitzPrevent memory leak on error.
2006-08-02 Tim PetersTry to squash struct.pack warnings on the "amd64 gentoo...
2006-08-02 Tim PetersWhitespace normalization.
2006-08-01 Ronald OussorenThis fixes bug #1527397: PythonLauncher runs scripts...
2006-08-01 Ronald OussorenMake sure the postinstall action that optionally update...
2006-08-01 Thomas HellerSpeed up PyType_stgdict and PyObject_stgdict.
2006-08-01 Georg Brandlos.urandom no longer masks unrelated exceptions like...
2006-08-01 Andrew M. Kuchling[Patch #1520905] Attempt to suppress core file created...
2006-08-01 Thomas HellerMinimal useful docstring for CopyComPointer.
2006-08-01 Thomas HellerFix a potential segfault and various potentail refcount...
2006-08-01 Andrew M. Kuchlingtypo fix
2006-07-31 Andrew M. KuchlingUpdate list of files; fix a typo
2006-07-31 Andrew M. Kuchling[Bug #848556] Remove \d* from second alternative to...
2006-07-31 Andrew M. Kuchling[Bug #1514540] Instead of putting the standard types...
2006-07-31 Georg BrandlFix function name.
2006-07-31 Andrew M. KuchlingRemove reference to notation
2006-07-31 Andrew M. KuchlingTypo fix
2006-07-31 Andrew M. KuchlingMention csv newline changes
2006-07-31 Andrew M. KuchlingAdd PyErr_WarnEx()
2006-07-31 Andrew M. KuchlingDocument PyErr_WarnEx. (Bad Neal! No biscuit!)
2006-07-31 Andrew M. KuchlingAdd refcounts for PyErr_WarnEx
2006-07-31 Skip Montanarominor tweaks
2006-07-31 Skip Montanarominor tweaks
2006-07-31 Tim PetersZipFile.close(): Kill the other struct.pack deprecation
2006-07-31 Tim PetersZipFile.close(): Killed one of the struct.pack deprecation
2006-07-31 Andrew McNamaraRedo the comment about the 2.5 change in quoted-newline...
2006-07-31 Tim PetersWhitespace normalization.
2006-07-30 Georg BrandlBug #1531349: right <-> left glitch in __rop__ description.
2006-07-30 Neal NorwitzTry to prevent hangs on Tru64/Alpha buildbot. I'm...
2006-07-30 Neal NorwitzVerify that the signal handlers were really called
2006-07-30 Neal NorwitzAdd some asserts and update comments
2006-07-30 George YoshidaTypo fix
2006-07-30 George YoshidaRename struct.pack_to to struct.pack_into as changed...
next