]> granicus.if.org Git - python/shortlog
python
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...
2008-03-05 Neal NorwitzRemove the files/dirs after closing the DB so the tests...
2008-03-05 Amaury Forgeot... Issue#2238: some syntax errors from *args or **kwargs...
2008-03-05 Andrew M. KuchlingAdd more items; add fragmentary notes
2008-03-04 Raymond HettingerFix refleak in chain().
2008-03-04 Fred Drakefix typo
2008-03-04 Thomas HellerTry to fix the build for PY_LINUX.
2008-03-04 Thomas HellerMerged changes from libffi3-branch.
2008-03-04 Neal NorwitzClose the file before trying to remove the directory...
2008-03-04 Georg Brandl#2230: document that PyArg_* leaves addresses alone...
2008-03-04 Georg BrandlFix some patch attributions.
2008-03-04 Raymond HettingerBeef-up docs and tests for itertools. Fix-up end-case...
2008-03-04 Andrew M. KuchlingThesis night results: add various items
2008-03-04 Andrew M. KuchlingAdd versionadded tags
2008-03-04 Andrew M. KuchlingTypo fix
2008-03-04 Andrew M. KuchlingFix sentence fragment
2008-03-04 Andrew M. KuchlingGrammar fix; markup fix
2008-03-04 Andrew M. KuchlingTypo fix
2008-03-03 Raymond HettingerIssue 2226: Callable checked for the wrong abstract...
2008-03-03 Raymond HettingerRemove dependency on itertools -- a simple genexp suffices.
2008-03-03 Georg BrandlExpand a bit on genexp scopes.
2008-03-03 Georg BrandlActually import itertools.
2008-03-03 Georg Brandl15 -> 16, the 2nd
next