]> granicus.if.org Git - python/shortlog
python
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
2008-03-03 Georg BrandlThere are now sixteen isfoo functions.
2008-03-03 Christian Heimes15 -> 16
2008-03-03 Christian HeimesSince abc._Abstract was replaces by a new type flags...
2008-03-03 Christian HeimesInitialized merge tracking via "svnmerge" with revision...
2008-03-03 Neal NorwitzOnly DECREF if ret != NULL
2008-03-03 Brett CannonAdd test_main() functions to various tests where it...
2008-03-03 Brett CannonAdd a note in the main test class' docstring that the...
2008-03-03 Brett CannonAdd a note in the main test class' docstring that the...
2008-03-03 Brett CannonMove test_largefile over to using 'with' statements...
2008-03-03 Jeffrey Yasskincompile.c always emits END_FINALLY after WITH_CLEANUP...
2008-03-03 Brett CannonRefactor test_logging to use unittest. This should...
2008-03-02 Gregory P.... Modify import of test_support so that the code can...
2008-03-02 Georg BrandlFix factual error.
2008-03-02 Georg BrandlMake clear that the constants are strings.
2008-03-02 Gerhard HäringAdded note about update of sqlite3 module.
2008-03-02 Gerhard HäringMade sqlite3 module's regression tests work with SQLite...
2008-03-02 Raymond HettingerHandle 0-tuples which can be singletons.
2008-03-02 Raymond HettingerSimplify code for itertools.product().
2008-03-02 Raymond HettingerTighten example code.
2008-03-02 Raymond HettingerFinish-up docs for combinations() and permutations...
2008-03-02 Georg BrandlNew default basename for HTML help files.
2008-03-02 Georg BrandlMake patchlevel print out the release if called as...
2008-03-02 Georg BrandlUpdate year.
2008-03-02 Georg BrandlIt's 2.6 now.
2008-03-01 Barry WarsawSet things up for 2.6a2.
2008-03-01 Barry WarsawTagging 2.6a1... again!
2008-03-01 Barry WarsawMore copyright year and version number bumps v2.6a1
2008-03-01 Barry WarsawGive IDLE a release date
2008-03-01 Barry WarsawUntagging.
2008-03-01 Barry WarsawTagging 2.6a1
2008-03-01 Barry WarsawAdd date to NEWS
2008-03-01 Fred Drakefix typo
2008-03-01 Barry Warsawbump idle version number
2008-03-01 Barry WarsawBump to version 2.6a1
2008-02-29 Gerhard HäringUpdated to pysqlite 2.4.1. Documentation additions...
2008-02-29 Martin v. LöwisPackage Tcl from tcltk64 on AMD64.
2008-02-29 Martin v. LöwisMake _hashlib depend on pythoncore.
2008-02-29 Martin v. LöwisPort build_ssl.py to 2.4; support HOST_PYTHON variable
2008-02-29 Georg Brandl#2208: allow for non-standard HHC location.
2008-02-29 Martin v. LöwisBuild db-4.4.20 with VS9; remove VS2003 build if necessary.
next