]> granicus.if.org Git - python/shortlog
python
2008-02-06 Thomas HellerFixed refcounts and error handling.
2008-02-06 Facundo BatistaFixes issue 1959. Converted tests to unittest.
2008-02-06 Walter DörwaldRemove month parameter from Calendar.yeardatescalendar(),
2008-02-06 Christian HeimesUnified naming convention for free lists and their...
2008-02-06 Christian HeimesLimit free list of method and builtin function objects...
2008-02-06 Raymond HettingerSync-up with Py3k work.
2008-02-05 Georg Brandl* Use the same code to profile for test_profile and...
2008-02-05 Skip Montanarocorrect object name
2008-02-05 Georg BrandlActually run the test.
2008-02-05 Facundo BatistaIssue 1951. Converts wave test cases to unittest.
2008-02-05 Georg BrandlFix unittest conversion breakage.
2008-02-05 Guido van RossumIn the experimental 'Scanner' feature, the group count...
2008-02-05 Andrew M. KuchlingUpdate PEP URL.
2008-02-05 Marc-André... Keep distutils Python 2.1 compatible (or even Python...
2008-02-05 Georg BrandlConvert external links to internal links. Fixes #2010.
2008-02-05 Lars GustäbelIssue #2004: Use mode 0700 for temporary directories...
2008-02-05 Skip Montanarosync with most recent version from python-mode sf project
2008-02-05 Amaury Forgeot... Change r60575 broke test_compile:
2008-02-04 Amaury Forgeot... #1750076: Debugger did not step on every iteration...
2008-02-04 Amaury Forgeot... Correct quotes in NEWS file
2008-02-04 Christian HeimesSmall adjustments for test compact freelist test. It...
2008-02-04 Christian HeimesIncrease debugging to investige failing tests on some...
2008-02-04 Christian HeimesPatch #1953
2008-02-04 Jeffrey YasskinMake int() and long() fall back to __trunc__(). See...
2008-02-03 Amaury Forgeot... Let test_socketserver pass on win32, which does not...
2008-02-03 Amaury Forgeot... Correct test_mailbox on win32: since the test sets...
2008-02-03 Amaury Forgeot... Nasty typo in setobject.h
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...
next