summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
...
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-091-1/+5
| | | | | | | | | since the introduction of the SETUP_WITH opcode, __enter__ and __exit__ methods must belong to the type, and are not retrieved at the instance level (__dict__ or __getattr__). Add a note in whatsnew about this incompatibility; old style classes are not affected.
* #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
| | | | regression tests in parallel, shortening the total runtime.
* (no commit message)Michael Foord2009-05-021-0/+4
|
* Add addCleanup and doCleanups to unittest.TestCase.Michael Foord2009-05-021-0/+7
| | | | | | Closes issue 5679. Michael Foord
* 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
| | | | | | | | calls sys.exit. Closes issue 3379. Michael Foord
* 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
| | | | Backport of r70459.
* #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 ↵Benjamin Peterson2009-02-201-2/+1
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
| | | | documentation.
* 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
| | | | Add test cases and documentation
* 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
| | | | found by Gabriel Genellina.
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-171-1/+17
| | | | | Thanks Fredrik Johansson and Victor Stinner for code, Raymond Hettinger for review.
* 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
|
* Make all whatsnew docs accessible.Georg Brandl2008-10-082-7/+26
|
* #4058: fix some whatsnew markup.Georg Brandl2008-10-081-173/+173
|
* Note how bytes alias is expected to be usedAndrew M. Kuchling2008-10-081-0/+14
|
* Add What's New for 2.7Andrew M. Kuchling2008-10-041-0/+138
|
* Set svn:keywordsAndrew M. Kuchling2008-10-041-1/+1
|
* two correctionsAndrew M. Kuchling2008-10-041-4/+4
|