]> granicus.if.org Git - python/shortlog
python
2006-06-14 Thomas HellerAdd an __all__ list, since this module does 'from ctype...
2006-06-14 Thomas HellerDocument paramflags.
2006-06-14 Georg BrandlBug #1117556: SimpleHTTPServer now tries to find and...
2006-06-14 Georg BrandlBug #1202018: add some common mime.types locations.
2006-06-14 Georg BrandlBug #1153163: describe __add__ vs __radd__ behavior...
2006-06-14 Thomas HellerWrite more docs.
2006-06-14 Georg BrandlBug #1501122: mention __gt__ &co in description of...
2006-06-14 Thomas HellerFix docstring.
2006-06-14 Georg BrandlBug #1339007: Shelf objects now don't raise an exceptio...
2006-06-14 Martin v. LöwisPatch #1455898: Incremental mode for "mbcs" codec.
2006-06-14 Fred Drakeexplain an XXX in more detail
2006-06-14 Fred Drakeadd tests for two cases that are handled correctly...
2006-06-14 Fred Drake- make some disabled tests run what they intend when...
2006-06-14 Tim PetersWhitespace normalization.
2006-06-14 Tim PetersRepaired typo in new comment.
2006-06-14 Tim PetersSequenceMatcher.get_matching_blocks(): This now guaran...
2006-06-13 Gerhard HäringUpdated documentation for pysqlite 2.3.0 API.
2006-06-13 Brett CannonMissed test for rev. 46933; infinite recursion from...
2006-06-13 Gerhard HäringMerged changes from external pysqlite 2.3.0 release...
2006-06-13 Brett CannonIf a classic class defined a __coerce__() method that...
2006-06-13 Brett CannonIgnore .pyc and .pyo files in Pybench.
2006-06-13 Thomas HellerMore docs for ctypes.
2006-06-13 Marc-André... Whitespace normalization.
2006-06-13 Andrew MacIntyreIncrease the small thread stack size to get the test
2006-06-13 Marc-André... Updated to pybench 2.0.
2006-06-13 Tim PetersWhitespace normalization.
2006-06-13 Andrew MacIntyrefix exception usage
2006-06-13 Marc-André... Revert wrong svn copy.
2006-06-13 Marc-André... Update pybench to version 2.0.
2006-06-13 Andrew M. KuchlingAdd ability to set stack size
2006-06-13 Brett CannonRemove unused variable.
2006-06-13 Andrew MacIntyrePatch #1454481: Make thread stack size runtime tunable.
2006-06-13 Walter Dörwalderrors is an attribute in the incremental decoder
2006-06-13 Walter DörwaldFix passing errors to the encoder and decoder functions.
2006-06-13 Andrew M. KuchlingMention uuid module
2006-06-13 Ronald OussorenLinecache contains support for PEP302 loaders, but...
2006-06-13 Thomas HellerAdd back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_I...
2006-06-13 Thomas HellerAdd some windows datatypes that were missing from this...
2006-06-13 Neal NorwitzVerify the crash due to EncodingMap not initialized...
2006-06-13 Neal NorwitzInitialize the type object so pychecker can't crash...
2006-06-13 Neal NorwitzDon't fail if another process is listening on our port.
2006-06-13 Tim Petersget_matching_blocks(): rewrote code & comments so...
2006-06-13 Tim PetersAdded missing svn:eol-style property to text files.
2006-06-13 Tim PetersWhitespace normalization.
2006-06-12 Ka-Ping YeeAdd the uuid module.
2006-06-12 Thomas HellerAdd pep-291 compatibility markers.
2006-06-12 Kristján Valur... Fix the CRT argument error handling for VisualStudio...
2006-06-12 Nick CoghlanMake the -m switch conform to the documentation of...
2006-06-12 Nick CoghlanThe site module documentation also described the Window...
2006-06-12 Nick CoghlanFix site module docstring to match the code for Mac...
2006-06-12 Nick CoghlanFix site module docstring to match the code
2006-06-12 Thomas HellerI don't know how that happend, but the entire file...
2006-06-12 Martin v. LöwisGet rid of function pointer cast.
2006-06-12 Phillip J. EbySync w/external release 0.1.2. Please see PEP 360...
2006-06-12 Neal NorwitzPatch #1503046, Conditional compilation of zlib.(de...
2006-06-12 Neal NorwitzImpl ssize_t
2006-06-12 Neal NorwitzRemove unused import
2006-06-12 Neal Norwitzi and j are initialized below when used. No need to...
2006-06-12 Neal NorwitzFix the socket tests so they can be run concurrently...
2006-06-12 Neal NorwitzGet rid of f_restricted too. Doc the other 4 ints...
2006-06-12 Neal NorwitzFix indentation of case and a Py_ssize_t issue.
2006-06-12 Neal NorwitzFix typo. Backport if anyone cares. :-)
2006-06-12 Neal NorwitzDon't leak the list object if there's an error allocati...
2006-06-12 Neal NorwitzDon't truncate if size_t is bigger than uint
2006-06-12 Neal NorwitzCleanup: Remove import of types to get StringTypes...
2006-06-12 Neal NorwitzFix some Py_ssize_t issues
2006-06-12 Neal NorwitzFix some Py_ssize_t issues
2006-06-12 Neal NorwitzCleanup Py_ssize_t a little (get rid of second #ifdef)
2006-06-11 Neal NorwitzGet test to pass on S/390. Shout if you think this...
2006-06-11 Tim Peterscompare_generic_iter(): Fixed the failure of test_wsgi...
2006-06-11 Neal NorwitzFix test on PPC64 buildbot. It raised an IOError ...
2006-06-11 Neal NorwitzTry to fix another networking test. The problem is...
2006-06-11 Neal NorwitzTry to fix several networking tests. The problem is...
2006-06-11 Ronald Oussoren- Change fixapplepython23.py to ensure that it will...
2006-06-11 Ronald OussorenUse configure to substitute the correct prefix instead...
2006-06-11 Ronald OussorenRemove message about using make frameworkinstall, that...
2006-06-11 Tim PetersAdd missing svn:eol-style property to text files.
2006-06-11 Tim PetersWhitespace normalization.
2006-06-11 Thomas HellerRelease the GIL during COM method calls, to avoid deadl...
2006-06-11 Greg WardBug #1498146: fix optparse to handle Unicode strings...
2006-06-11 Greg WardSF #1366250: optparse docs: fix inconsistency in variab...
2006-06-11 Ronald OussorenThis patch improves the L&F of IDLE on OSX. The changes...
2006-06-11 Neal NorwitzFix errors found by pychecker
2006-06-11 Neal NorwitzFix errors found by pychecker.
2006-06-11 Neal Norwitzwarnings was imported at module scope, no need to impor...
2006-06-11 Neal NorwitzFix errors found by pychecker
2006-06-11 Neal Norwitzf_code can't be NULL based on Frame_New and other code...
2006-06-11 Neal NorwitzUpdate doc to make it agree with code.
2006-06-11 Neal NorwitzAdd versionadded to doc
2006-06-11 Neal NorwitzWrap some long lines
2006-06-11 Neal NorwitzFix Coverity # 146. newDBSequenceObject would deref...
2006-06-11 Greg WardBug #1361643: fix textwrap.dedent() so it handles tabs...
2006-06-10 Tim Petersshuffle() doscstring: Removed warning about sequence...
2006-06-10 Skip MontanaroSuppress warning on MacOSX about possible use before...
2006-06-10 Thomas HellerHandle failure of PyMem_Realloc.
2006-06-10 Thomas HellerDon't use C++ comment.
2006-06-10 Thomas HellerFix the second occurrence of the problematic printf...
2006-06-10 Thomas HellerFix a wrong printf format.
2006-06-10 Thomas HellerNew docs for ctypes.
2006-06-10 Fred Drakecredit for SF patch #1303595
next