summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|