]> granicus.if.org Git - python/shortlog
python
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...
2006-07-30 Georg BrandlFix makefile changes for python-config.
2006-07-30 Martin v. LöwisDrop usage of test -e in configure as it is not portable.
2006-07-30 Martin v. LöwisMention Cygwin in distutils error message about a missi...
2006-07-30 Martin v. LöwisBase __version__ on sys.version_info, as distutils is
2006-07-30 Martin v. LöwisDon't copy directory stat times in shutil.copytree...
2006-07-30 Georg BrandlBug #1002398: The documentation for os.path.sameopenfil...
2006-07-30 Georg BrandlClarify that __op__ methods must return NotImplemented...
2006-07-30 Neal NorwitzWhitespace normalization
2006-07-30 Neal NorwitzBug #1515471: string.replace() accepts character buffer...
2006-07-30 Neal NorwitzAdd PyErr_WarnEx() so C code can pass the stacklevel...
2006-07-30 Neal NorwitzPatch #1531113: Fix augmented assignment with yield...
2006-07-30 Fred Drake- remove yet another reference to how commonly Tkinter...
2006-07-30 Fred Drakeremove possibly-outdated comment on what GUI toolkit...
2006-07-30 Fred Drakeupdate information on wxPython, from Robin Dunn
2006-07-30 Fred Drakelots of markup nits, most commonly Unix/unix --> \UNIX
2006-07-30 Tim PetersWhitespace normalization.
2006-07-30 Andrew M. Kuchling[Bug #793553] Correct description of keyword arguments...
2006-07-30 Andrew M. KuchlingMinor typo fixes
2006-07-29 Fred Drakemarkup cleanups
2006-07-29 Andrew M. KuchlingFix case for 'Unix'
2006-07-29 Andrew M. KuchlingFollow TeX's conventions for hyphens
2006-07-29 Neal NorwitzDisable test_getnode too, since this is also unreliable.
2006-07-29 Fred Drakefix minor markup error that introduced extra punctuation
2006-07-29 Neal NorwitzIf the executable doesn't exist, there's no reason...
2006-07-29 Skip MontanaroAdd a comment to the csv reader documentation that...
2006-07-29 Fred DrakeSF bug #1193966: Weakref types documentation misplaced
2006-07-29 Andrew M. Kuchling[Patch #1068277] Clarify that os.path.exists() can...
2006-07-29 Neal NorwitzDisable these tests until they are reliable across...
2006-07-29 Andrew M. Kuchling[Patch #1490989 from Skip Montanaro] Mention debugging...
2006-07-29 Fred Drakeemphasize and oddball nuance of LaTeX comment syntax
2006-07-29 Fred Drakedocument the footnote usage pattern
2006-07-29 Fred Drakemake the reference to older versions of the documentati...
2006-07-29 Fred Drakerestore test un-intentionally removed in the xmlcore...
2006-07-29 Andrew M. KuchlingReorganize the docs for 'file' and 'open()' after some...
2006-07-29 Fred Drakeexpunge the xmlcore changes:
2006-07-29 Andrew M. KuchlingSet bug/patch count. Take a bow, everyone!
2006-07-29 Andrew M. Kuchling[Bug #1528258] Mention that the 'data' argument can...
2006-07-29 Matt FlemingFix typo
2006-07-29 Andrew M. KuchlingTweak wording
2006-07-29 Andrew M. KuchlingTypo fix
2006-07-29 Andrew M. Kuchling[Bug #1530382] Document SSL.server(), .issuer() methods
2006-07-29 Andrew M. Kuchling[Bug #1414697] Change docstring of set/frozenset types...
2006-07-29 Andrew M. KuchlingFix docstring punctuation
2006-07-29 Andrew M. Kuchling[Bug #1519571] Document some missing functions: setup...
2006-07-29 Andrew M. Kuchling[Bug #1529157] Mention raw_input() and input(); while...
2006-07-29 Andrew M. KuchlingReword paragraph to match the order of the subsequent...
2006-07-29 Andrew M. KuchlingUpdate URL
2006-07-29 Andrew M. KuchlingAdd example
2006-07-29 Fred Drakeupdate target version number
2006-07-29 Georg BrandlRevert rev 42617, it was introduced to work around...
2006-07-29 Georg BrandlBug #1441397: The compiler module now recognizes module...
2006-07-29 Georg BrandlBug #835255: The "closure" argument to new.function...
2006-07-28 Thomas HellerPatch #1529514: More openbsd platforms for ctypes.
2006-07-28 Phillip J. EbyFix svn merge spew.
2006-07-28 Phillip J. EbyBug #1529871: The speed enhancement patch #921466 broke...
next