]> granicus.if.org Git - python/shortlog
python
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.
2008-02-29 Georg BrandlUntil we got downloadable docs, stop confusing viewers...
2008-02-29 Martin v. LöwisMake _hashlib a separate project.
2008-02-29 Mark DickinsonFix docstring typo.
2008-02-29 Raymond HettingerHandle the repeat keyword argument for itertools.product().
2008-02-29 Mark DickinsonAdd __format__ method to Decimal, to support PEP 3101
2008-02-28 Raymond HettingerAdd alternate constructor for itertools.chain().
2008-02-28 Raymond HettingerHave itertools.chain() consume its inputs lazily instea...
2008-02-28 Martin v. LöwisLocate VS installation dir from environment, so that...
2008-02-28 Christian HeimesWindows fix for signal test - skip it earlier
2008-02-28 Martin v. LöwisBundle msvcr90.dll as a "private assembly".
2008-02-28 Martin v. LöwisAdd 2.6aN uuids.
2008-02-28 Raymond HettingerDocument impending updates to itertools.
2008-02-28 Jeffrey YasskinPrevent SocketServer.ForkingMixIn from waiting on child...
2008-02-28 Andrew M. Kuchling#2169: make generated HTML more valid
2008-02-28 Christian HeimesThe empty tuple is usually a singleton with a much...
2008-02-28 Raymond HettingerAdd repeat keyword argument to itertools.product().
2008-02-28 Jeffrey YasskinThread.start() used sleep(0.000001) to make sure it...
2008-02-28 Jeffrey YasskinSpeed test_socketserver up from 28.739s to 0.226s,...
2008-02-28 Jeffrey YasskinMove abc._Abstract into object by adding a new flag...
2008-02-27 Raymond HettingerSimply the sample code for combinations().
2008-02-27 Raymond HettingerLarger test range
2008-02-27 Raymond HettingerOne too many decrefs.
2008-02-26 Raymond HettingerAdd itertools.combinations().
2008-02-26 Georg Brandl#2194: fix some typos.
2008-02-26 Christian HeimesPatch #1691070 from Roger Upole: Speed up PyArg_ParseTu...
2008-02-26 Neal NorwitzAdd a timing flag to Trace so you can see where slownes...
2008-02-26 Christian HeimesThe contains function raised a gcc warning. The new...
2008-02-26 Neal NorwitzSpeed up this test by about 99%. Remove sleeps and...
2008-02-26 Georg BrandlBanish tab.
2008-02-26 Neal NorwitzWhitespace normalization
2008-02-26 Neal NorwitzWhitespace normalization
next