summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Eric Smith was missing fro m the issue 7117 whatsnew attribution.Mark Dickinson2010-01-071-2/+2
|
* fixed markup errorsEzio Melotti2010-01-041-1/+1
|
* Add a few itemsAndrew M. Kuchling2010-01-031-13/+20
|
* add another advancementBenjamin Peterson2009-12-311-3/+4
|
* Add various itemsAndrew M. Kuchling2009-12-311-1/+26
|
* Add some itemsAndrew M. Kuchling2009-12-311-9/+27
|
* Add various itemsAndrew M. Kuchling2009-12-291-3/+68
|
* Various additionsAndrew M. Kuchling2009-12-291-26/+66
|
* Make a word plural.Brett Cannon2009-12-221-1/+1
|
* Issue #7457: added a read_pkg_file method to ↵Tarek Ziadé2009-12-081-0/+4
| | | | distutils.dist.DistributionMetadata so we can read back PKG-INFO files
* Typo fix; grammar fixAndrew M. Kuchling2009-12-081-3/+3
|
* Markup fixesAndrew M. Kuchling2009-12-021-3/+3
|
* Mention Giampolo R's new FTP TLS support in the what's new fileAntoine Pitrou2009-11-181-0/+6
|
* Make separate section for deprecations in 2.7 whatsnew.Georg Brandl2009-11-181-2/+10
|
* Make separate section for deprecations in 2.6 whatsnew.Georg Brandl2009-11-181-62/+71
|
* Link to PEPAndrew M. Kuchling2009-10-131-0/+5
|
* Fix broken links found by "make linkcheck". scipy.org seems to be done ↵Georg Brandl2009-10-115-23/+19
| | | | right now, so I could not verify links going there.
* Remove two notesAndrew M. Kuchling2009-10-051-5/+1
|
* Add various itemsAndrew M. Kuchling2009-10-051-144/+513
|
* Note side benefit of socket.create_connection()Andrew M. Kuchling2009-10-051-3/+7
|
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass ↵Michael Foord2009-09-131-0/+3
| | | | attribute. Issue 6866.
* Objects that compare equal automatically pass or fail assertAlmostEqual and ↵Michael Foord2009-09-131-0/+4
| | | | assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
* 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
| | | | | | | | | 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