summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Note side benefit of socket.create_connection()Andrew M. Kuchling2009-10-051-3/+7
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-131-0/+3
* Objects that compare equal automatically pass or fail assertAlmostEqual and a...Michael Foord2009-09-131-0/+4
* builtin -> built-in.Georg Brandl2009-07-262-2/+2
* Fix a typo spotted by Nick Coghlan.Amaury Forgeot d'Arc2009-06-101-1/+1
* Both kind of types are concerned.Amaury Forgeot d'Arc2009-06-091-1/+1
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-091-1/+5
* #6174: fix indentation in code example.Georg Brandl2009-06-031-7/+7
* Issue #6152: New option '-j'/'--multiprocess' for regrtest allows runningAntoine Pitrou2009-05-311-0/+6
* (no commit message)Michael Foord2009-05-021-0/+4
* Add addCleanup and doCleanups to unittest.TestCase.Michael Foord2009-05-021-0/+7
* Add itemsAndrew M. Kuchling2009-05-021-4/+37
* Adds an exit parameter to unittest.main(). If False main no longerMichael Foord2009-05-021-0/+4
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-281-17/+21
* Take credit for my patch for issue 5237.Eric Smith2009-04-121-1/+1
* fix markupBenjamin Peterson2009-04-111-10/+9
* Take credit for a patch of mine.Georg Brandl2009-04-111-2/+2
* Add various itemsAndrew M. Kuchling2009-04-111-12/+86
* Add itemsAndrew M. Kuchling2009-04-091-5/+72
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
* Add some itemsAndrew M. Kuchling2009-04-031-4/+37
* Add various itemsAndrew M. Kuchling2009-03-311-9/+55
* Add more itemsAndrew M. Kuchling2009-03-301-4/+46
* Add several items and placeholdersAndrew M. Kuchling2009-03-301-42/+90
* Remove commentAndrew M. Kuchling2009-03-301-2/+0
* Fix a typo and be more specificAntoine Pitrou2009-03-281-3/+7
* Publicize the GC untracking optimizationAntoine Pitrou2009-03-281-0/+8
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+24
* #5344: fix punctuation.Georg Brandl2009-02-271-1/+1
* #5327: fix a broken link by joining it.Georg Brandl2009-02-201-2/+2
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-2/+1
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
* note about #2279Tarek Ziadé2009-02-161-0/+3
* Add a sectionAndrew M. Kuchling2009-01-311-0/+17
* Add various itemsAndrew M. Kuchling2009-01-241-8/+73
* Add some itemsAndrew M. Kuchling2009-01-211-5/+13
* fix encodingBenjamin Peterson2009-01-101-1/+1
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+5
* fix markupBenjamin Peterson2009-01-091-5/+4
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-081-0/+6
* string exceptions are goneBenjamin Peterson2009-01-081-0/+3
* Remove tabs from the documentation.Georg Brandl2009-01-034-39/+38
* Remove trailing whitespace.Georg Brandl2009-01-037-80/+80
* Add various itemsAndrew M. Kuchling2009-01-021-2/+27
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-022-2/+2
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-171-1/+17
* fix incorrect exampleBenjamin Peterson2008-12-131-1/+1
* Add more TOC to the whatsnew index page.Georg Brandl2008-10-161-1/+1
* Fix wording (2.6.1 backport candidate)Andrew M. Kuchling2008-10-161-2/+3
* quiet sphinx warningsBenjamin Peterson2008-10-084-5/+5