]> granicus.if.org Git - python/shortlog
python
2008-02-03 Amaury Forgeot... Ensure that PySet_Add() operates on a newly created...
2008-02-03 Christian HeimesAnother int -> pid_t case
2008-02-03 Neal NorwitzIgnore leaky warnings from test_asynchat
2008-02-03 Christian HeimesFixed paths to Windows build directories in build_ext.py
2008-02-03 Georg Brandl#2003: fix sentence.
2008-02-03 Brett CannonAdd an entry for r60537.
2008-02-03 Gregory P.... remove a repeated occurance of a hardcoded berkeleydb...
2008-02-03 Gregory P.... Merge this fix from the pybsddb tree:
2008-02-03 Andrew MacIntyreThe wrapper function is supposed to be for spawnvpe...
2008-02-03 Andrew MacIntyreRename module definition file to reflect v2.6.
2008-02-03 Andrew MacIntyreUpdate OS/2 EMX build bits for 2.6.
2008-02-03 Brett CannonUse context manager for a lock.
2008-02-03 Brett CannonRemove extra tick marks and add a missing closing paren...
2008-02-03 Brett CannonDirectories from CPPFLAGS and LDFLAGS were being added...
2008-02-03 Brett CannonFix a minor typo.
2008-02-03 Georg BrandlWait for a delay before reaping children -- this should...
2008-02-02 Georg BrandlFix a conversion mistake that caused test_queue to...
2008-02-02 Skip MontanaroSplit the refleak mail body into two parts, the first...
2008-02-02 Neal NorwitzUpdate the leaky tests (ie, ignore these tests if they...
2008-02-02 Mark DickinsonMake the Rational constructor accept '3.' and '.2'...
2008-02-02 Georg BrandlRewrite test_cprofile as unittest (and rename the file...
2008-02-02 Georg BrandlRewrite test_queue as unittest. Written for GHOP by...
2008-02-02 Georg BrandlAdd GHOP contributor.
2008-02-02 Georg BrandlRewrite test_socketserver as unittest, written for...
2008-02-02 Georg BrandlAdd email example how to send a multipart message.
2008-02-02 Georg BrandlRewrite test_funcattrs as unittest, written for GHOP...
2008-02-02 Georg BrandlRewrite test_descr as unittest, written for GHOP by...
2008-02-02 Georg BrandlAmendments to the urllib2 docs, written for GHOP by...
2008-02-02 Raymond HettingerNeaten-up a bit.
2008-02-02 Raymond HettingerSimpler solution to handling non-IEEE 754 environments.
2008-02-01 Raymond HettingerAdd protection from weirdness while scaling the mantiss...
2008-02-01 Raymond HettingerFix int/long typecase. Add check for non-binary floati...
2008-02-01 Marc-André... Bump distutils version number to match Python version.
2008-02-01 Raymond HettingerTest round-trip on float.as_integer_ratio() and float...
2008-02-01 Raymond Hettingerlabs() takes a long for an input.
2008-02-01 Raymond HettingerInteger ratio should return ints instead of longs where...
2008-02-01 Raymond HettingerIssue #1996: float.as_integer_ratio() should return...
2008-02-01 Georg BrandlUpdate for latest sphinx latex writer.
2008-02-01 Georg BrandlWording nit.
2008-02-01 Christian HeimesMore int -> pid_t.
2008-02-01 Georg BrandlRename batch file.
2008-02-01 Georg BrandlAdd link checker builder, written for GHOP by Thomas...
2008-02-01 Georg BrandlUpdate IPv6 RFC number.
2008-02-01 Neal NorwitzFix refleak
2008-02-01 Jeffrey YasskinRoll back r60248. It's useful to encourage users not...
2008-02-01 Jeffrey YasskinMove __builtins__.trunc() to math.trunc() per
2008-01-31 Christian HeimesFixed bug #1983: Return from fork() is pid_t, not int
2008-01-31 Mark DickinsonIssue #1678380. Fix a bug that identifies 0j and ...
2008-01-31 Raymond HettingerMinor wordsmithing on docstring
2008-01-31 Jeffrey YasskinRemove unused to-be-magic methods from Rational per...
2008-01-31 Jeffrey YasskinAdded more documentation on how mixed-mode arithmetic...
2008-01-31 Raymond HettingerMissing return
2008-01-31 Raymond HettingerFix defect in __ixor__ which would get the wrong
2008-01-30 Christian HeimesBug #1234: Fixed semaphore errors on AIX 5.2
2008-01-30 Raymond HettingerUpdate itertool recipes
2008-01-30 Christian HeimesThe previous change was causing a segfault after multip...
2008-01-30 Christian HeimesFixed some references leaks in sys.
2008-01-30 Christian HeimesRemoved unused var
2008-01-30 Christian HeimesPatch #1970 by Antoine Pitrou: Speedup unicode whitespa...
2008-01-30 Raymond HettingerDemonstrate new except/as syntax.
2008-01-30 Raymond HettingerMutableSets support a remove() method.
2008-01-30 Raymond HettingerAdd isdisjoint() to the Set/MutableSet ABCs.
2008-01-29 Raymond HettingerCallMethod is faster with a NULL third-argument than...
2008-01-29 Brett CannonIgnore .pyc and .pyo files.
2008-01-29 Brett CannonUpdate Vim syntax highlighting to specify what revision...
2008-01-29 Brett CannonFix the reindent rule to use $(BUILDPYTHON).
2008-01-28 Gregory P.... Disable use of BerkeleyDB 4.6.x to see what the odd...
2008-01-28 Raymond HettingerRemoved unnecessary conditional (spotted by Neal Norwitz).
2008-01-28 Raymond HettingerFactor-out common code with a new macro
2008-01-28 Raymond HettingerFactor-out common code with a new macro
2008-01-28 Raymond HettingerLet marshal built-up sets and frozensets one element...
2008-01-28 Raymond HettingerMake PySet_Add() work with frozensets.
2008-01-28 Thomas HellerRevert rev. 59925, it breaks comtypes (I need to furthe...
2008-01-28 Christian Heimesstatic PyObject* variables should use PyString_InternFr...
2008-01-27 Christian HeimesAdded clear cache methods to clear the internal type...
2008-01-27 Jeffrey YasskinMoved Rational._binary_float_to_ratio() to float.as_int...
2008-01-27 Georg BrandlAdd refcounting extension to build config.
2008-01-27 Neal Norwitzsocket.error doesn't have a headers attribute like...
2008-01-27 Christian HeimesChange isbasestring function as discussed on the cvs...
2008-01-27 Neal NorwitzTry to handle socket.errors properly in is_unavailable
2008-01-27 Georg BrandlRemove effectless expression statement.
2008-01-27 Neal NorwitzUpdate the comment and remove the close. If we close...
2008-01-27 Neal NorwitzPrint periodic "still working" messages since this...
2008-01-27 Neal NorwitzReduce buffer size since we do not need 1k
2008-01-27 Neal NorwitzCatch socket errors that are often the cause of transie...
2008-01-27 Neal NorwitzRetry connection in case it fails to reduce flakiness
2008-01-27 Neal NorwitzAdd a tiny sleep and additional flush to force the...
2008-01-27 Neal NorwitzUpdate to newer version of ffi. Fixes crashes and...
2008-01-27 Neal NorwitzInitialize variable to prevent warning on some platform...
2008-01-27 Neal NorwitzAdd assertion that we do not blow out newl
2008-01-27 Neal NorwitzWhitespace cleanup
2008-01-27 Raymond HettingerRemoved an unnecessary and confusing paragraph from...
2008-01-27 Raymond HettingerDocstring nit
2008-01-27 Neal NorwitzAdd stdarg include for va_list to get this to compile...
2008-01-27 Neal NorwitzUse int for the sign rather than a char. char can...
2008-01-27 Neal NorwitzMostly reformat. Also set an error and return NULL...
2008-01-27 Jeffrey YasskinMake rational.gcd() public and allow Rational to take...
2008-01-27 Neal NorwitzTry to prevent this test from being flaky. We might...
2008-01-27 Neal NorwitzEliminate the sleeps that assume the server will start...
2008-01-26 Neal NorwitzConsistently use tempfile.tempdir for the db_home direc...
next