]> granicus.if.org Git - python/shortlog
python
2008-03-18 Guido van RossumClean up the Py3k warnings for non-BaseException-subcla...
2008-03-18 Guido van Rossum- Issue #2371: Add a Py3k warning when catching an...
2008-03-18 Brett CannonMove test_extcall to doctest.
2008-03-18 Brett CannonConvert test_dummy_threading and test_dbm to unittest.
2008-03-18 Jeffrey YasskinFix build on platforms that don't have intptr_t. Patch...
2008-03-18 Brett CannonConvert test_strftime, test_getargs, and test_pep247...
2008-03-18 Gregory P.... Fix the IOError message text when opening a file with...
2008-03-17 Martin v. LöwisAdd David Wolever.
2008-03-17 Neal NorwitzIssue 2321: reduce memory usage (increase the memory...
2008-03-17 Eric SmithAdded PEP 3127 support to tokenize (with tests); added...
2008-03-17 Steven BethardDocument unicode.isnumeric() and unicode.isdecimal...
2008-03-17 Neal NorwitzUse a buffer large enough to ensure we don't overrun...
2008-03-17 Gregory P.... Force zlib.crc32 and zlib.adler32 to return a signed...
2008-03-17 Travis E. OliphantAdd necessary headers to back-port new buffer protocol...
2008-03-17 Eric SmithFinished backporting PEP 3127, Integer Literal Support...
2008-03-17 Martin v. LöwisAdd Trent Nelson.
2008-03-17 Jeffrey YasskinMake isinstance(OldstyleClass, NewstyleClass) return...
2008-03-17 Jeffrey YasskinAllow Gnu gcc's to build python on OSX by removing...
2008-03-17 Eric SmithReformated lines > 79 chars.
2008-03-17 Eric SmithIssue 2264: empty float presentation type needs to...
2008-03-17 Mark SummerfieldAdded a footnote to each pointing out that for XML...
2008-03-16 Vinay SajipClarified documentation on use of shutdown().
2008-03-16 Georg Brandl#2299: typos in newtypes.rst.
2008-03-16 Raymond HettingerUpdate docs to reflect removal of Exact/Inexact
2008-03-15 Neal NorwitzHandle memory allocation failure. Found by Adam Olsen
2008-03-15 Neal NorwitzAdd a warning for code like:
2008-03-15 Raymond HettingerZap one more use of Exact/Inexact.
2008-03-15 Raymond HettingerRemoved Exact/Inexact after discussion with Yasskin.
2008-03-15 Skip Montanaro.
2008-03-15 Skip Montanaroadd %f format to datetime - issue 1158
2008-03-15 Skip Montanaronote that fork and forkpty raise OSError on failure
2008-03-15 Georg BrandlFix lots of broken links in the docs, found by Sphinx...
2008-03-14 Georg BrandlRemove obsolete paragraph. #2288.
2008-03-14 Martin v. LöwisRun debug version, cd to PCbuild.
2008-03-14 Thomas HellerRemove unneeded initializer.
2008-03-14 Mark DickinsonIssue 705836: Fix struct.pack(">f", 1e40) to behave...
2008-03-14 Brett CannonRemove a bad test.
2008-03-14 Martin v. LöwisUse -x64 flag.
2008-03-14 Martin v. LöwisPatch #2284: add -x64 option to rt.bat.
2008-03-14 Raymond HettingerLeave heapreplace() unchanged.
2008-03-13 Brett CannonConvert test_fcntl to unittest.
2008-03-13 Brett CannonMove test_gdbm to use unittest.
2008-03-13 Brett CannonConvert test_contains, test_crypt, and test_select...
2008-03-13 Brett CannonMove test_tokenize to doctest.
2008-03-13 Brett CannonMove test_thread over to unittest. Commits GHOP 237.
2008-03-13 Raymond HettingerSimplify the nlargest() code using heappushpop().
2008-03-13 Raymond HettingerIssue 2274: Add heapq.heappushpop().
2008-03-13 Raymond HettingerConsistent tense.
2008-03-13 Raymond HettingerAdd 2-to-3 support for the itertools moved to builtins...
2008-03-13 Andrew M. KuchlingAdd class decorators
2008-03-13 Georg Brandl#1720705: add docs about import/threading interaction...
2008-03-13 Georg Brandl#2270: fix typo.
2008-03-13 Georg Brandl#2265: fix example.
2008-03-11 Raymond HettingerImprove docs for itemgetter(). Show that it works...
2008-03-11 Guido van RossumFix the overflows in expandtabs(). "This time for...
2008-03-11 Raymond HettingerAdd recipe to docs.
2008-03-09 Neal NorwitzIntroduce a lock to fix a race condition which caused...
2008-03-09 Georg BrandlUpdate for newest Sphinx.
2008-03-09 Georg Brandl#2249: document assertTrue and assertFalse.
2008-03-08 Jeffrey YasskinWell that was dumb. platform.python_implementation...
2008-03-08 Jeffrey YasskinFix pybench for pythons < 2.6, tested back to 2.3.
2008-03-08 Jeffrey YasskinAdd tests for with and finally performance to pybench.
2008-03-08 Facundo BatistaIssue 1106316. post_mortem()'s parameter, traceback...
2008-03-08 Georg Brandl#1533486: fix types in refcount intro.
2008-03-08 Marc-André... Add new name for Mandrake: Mandriva.
2008-03-08 Georg Brandl#2253: fix continue vs. finally docs.
2008-03-07 Andrew M. KuchlingGrammar fix
2008-03-07 Nick CoghlanSpeed up with statements by storing the __exit__ method...
2008-03-07 Jeffrey YasskinProgress on issue #1193577 by adding a polling .shutdow...
2008-03-07 Raymond HettingerTweak recipes and tests
2008-03-06 Raymond HettingerIssue 2246: itertools grouper object did not participa...
2008-03-06 Raymond HettingerMore tests.
2008-03-06 Martin v. LöwisUpdate db-4.4.20 build procedure.
2008-03-06 Martin v. LöwisRely on x64 platform configuration when building _bsddb...
2008-03-06 Georg BrandlBug #2220: handle rlcompleter attribute match failure...
2008-03-06 Georg Brandl#2220: handle matching failure more gracefully.
2008-03-06 Georg Brandl#2225: return nonzero status code from py_compile if...
2008-03-06 Georg BrandlAdd missing NEWS entry for r61263.
2008-03-06 Georg BrandlAdd isinstance/issubclass to tutorial.
2008-03-06 Georg BrandlLittle clarification of assignments.
2008-03-06 Georg BrandlExpand on re.split behavior with captured expressions.
2008-03-06 Martin v. LöwisPatch #2232: os.tmpfile might fail on Windows if the...
2008-03-06 Georg Brandl#1725737: ignore other VC directories other than CVS...
2008-03-06 Andrew M. KuchlingAdd two items
2008-03-06 Raymond HettingerAdd examples.
2008-03-05 Martin v. Löwiscd PCbuild only after deleting all pyc files.
2008-03-05 Raymond HettingerSmall code cleanup.
2008-03-05 Raymond HettingerC implementation of itertools.permutations().
2008-03-05 Georg Brandl#2239: PYTHONPATH delimiter is os.pathsep.
2008-03-05 Skip MontanaroElaborate on the role of the altinstall target when...
2008-03-05 Thomas HellerIssue 1872: Changed the struct module typecode from...
2008-03-05 Thomas HellerNews entry for yesterdays commit.
2008-03-05 Georg BrandlFix some rst.
2008-03-05 Jeffrey YasskinFix test_socketserver on Windows after r61099 added...
2008-03-05 Neal Norwitztest_smtplib sometimes reports leaks too, suppress it
2008-03-05 Neal NorwitzUse -u urlfetch to run more tests
2008-03-05 Neal NorwitzTabs -> spaces
2008-03-05 Neal NorwitzMake the timeout longer to give slow machines a chance...
2008-03-05 Neal NorwitzCatch OSError when trying to remove a file in case...
2008-03-05 Neal NorwitzGet this test to pass even when there is no sound card...
next