summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* towards beta 2Benjamin Peterson2010-04-102-1/+13
* Issue 8361: Remove assert from functools.total_orderingRaymond Hettinger2010-04-101-2/+3
* tag first 2.7b1 betaBenjamin Peterson2010-04-101-0/+1
* update pydoc-topicsv2.7b1Benjamin Peterson2010-04-101-20/+20
* bump version to 2.7b1Benjamin Peterson2010-04-106-9/+9
* Fix typo in commentNick Coghlan2010-04-101-1/+1
* Try to turn some buildbots green by allowing test_multiprocessing to pass eve...Nick Coghlan2010-04-101-6/+22
* #8346: update version.Georg Brandl2010-04-101-3/+3
* #8360: skipTest was added in 2.7.Georg Brandl2010-04-101-0/+2
* Fixup new itertools recipes.Raymond Hettinger2010-04-101-3/+7
* Revert r79915 (temporary commit to check for buildbots -> the fix was success...Antoine Pitrou2010-04-092-71/+17
* Temporarily commit fix to issue #8108, to check for buildbot responseAntoine Pitrou2010-04-092-17/+71
* SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilationAntoine Pitrou2010-04-091-0/+2
* Issue #8348: Fix test ftp url in test_urllib2net.Martin v. Löwis2010-04-082-1/+3
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-082-0/+6
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-082-2/+4
* This check-in fixes two problems:Ronald Oussoren2010-04-083-99/+74
* Correction of unittest documentation typos and omissionsMichael Foord2010-04-081-3/+3
* Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...Michael Foord2010-04-082-7/+11
* unittest.result.TestResult does not create its buffers until they're used. It...Michael Foord2010-04-072-6/+11
* Issue #8337: Disable the remaining test also for now.Martin v. Löwis2010-04-071-1/+1
* Document the libffi FreeBSD fix.Jeroen Ruigrok van der Werven2010-04-071-0/+3
* FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as isJeroen Ruigrok van der Werven2010-04-071-1/+1
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-072-0/+6
* Use some more interesting test values for (unsigned) long long ctypes tests,Mark Dickinson2010-04-071-0/+6
* Issue #8331: logging: fixed some grammatical errors in documentation.Vinay Sajip2010-04-071-2/+2
* Issue #8328: Silence Visual Studio warnings.Stefan Krah2010-04-071-6/+6
* document new PYTHONWARNINGS env varPhilip Jenvey2010-04-061-0/+3
* tell people to update python.man, tooBenjamin Peterson2010-04-061-0/+3
* #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-064-0/+60
* Fix module directory finding logic for dotted paths in unittest test discovery.Michael Foord2010-04-061-1/+13
* Issue #8327: logging: Clarification of propagation functionality in documenta...Vinay Sajip2010-04-061-13/+16
* More NaN consistency doc fixes.Mark Dickinson2010-04-061-3/+3
* Use consistent spelling for nans (thanks Georg for noticing).Mark Dickinson2010-04-061-3/+3
* remove a optimization that resulted in unexpected behavior #8929Benjamin Peterson2010-04-063-8/+10
* use skip decoratorBenjamin Peterson2010-04-061-4/+2
* Fix syntax.Georg Brandl2010-04-061-1/+3
* Issue #7947: Clarify math module behaviour for IEEE 754 special cases, alongMark Dickinson2010-04-061-26/+24
* Silence a 'comparison between signed and unsigned integer expressions' gcc wa...Mark Dickinson2010-04-061-1/+1
* Issue #8259: Clarify that there's an upper bound on the right-hand operand of...Mark Dickinson2010-04-061-0/+3
* Issue #8193: Fix test_zlib failure with zlib 1.2.4.Antoine Pitrou2010-04-062-1/+3
* Misc/NEWS entry for r79843.Mark Dickinson2010-04-061-0/+4
* Issue #8259: Get rid of 'outrageous left shift count' error whenMark Dickinson2010-04-061-14/+6
* 14 years later, we still don't know what it's for.Antoine Pitrou2010-04-061-10/+0
* Note that PEP 378 also applies to int.Eric Smith2010-04-061-0/+5
* Add JP.Georg Brandl2010-04-061-1/+4
* Fixed PEP 378 example.Eric Smith2010-04-061-6/+1
* #8320: document return value of recv_into().Georg Brandl2010-04-061-4/+4
* ready _sre typesBenjamin Peterson2010-04-061-2/+3
* Fix several links and other mistakes.Ezio Melotti2010-04-061-166/+191