Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various edits | Andrew M. Kuchling | 2010-03-24 | 1 | -19/+23 |
* | add some unittest items | Andrew M. Kuchling | 2010-03-23 | 1 | -13/+20 |
* | Update the version number of the Unicode Database in a few more places. | Ezio Melotti | 2010-03-22 | 1 | -5/+7 |
* | Add items | Andrew M. Kuchling | 2010-03-21 | 1 | -5/+30 |
* | Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual... | Michael Foord | 2010-03-20 | 1 | -1/+1 |
* | Fix warnings from "make check". | Georg Brandl | 2010-03-12 | 2 | -2/+2 |
* | Add various items | Andrew M. Kuchling | 2010-03-08 | 1 | -0/+13 |
* | #5341: more built-in vs builtin fixes. | Georg Brandl | 2010-03-07 | 1 | -12/+12 |
* | Add an item | Andrew M. Kuchling | 2010-03-02 | 1 | -0/+10 |
* | added a note on shutil new APIs | Tarek Ziadé | 2010-02-23 | 1 | -1/+4 |
* | #7794: describe 2.6 support for executing directories and zip archives | Andrew M. Kuchling | 2010-02-22 | 1 | -0/+7 |
* | Add various items | Andrew M. Kuchling | 2010-02-18 | 1 | -6/+47 |
* | #7926: fix-up wording. | Georg Brandl | 2010-02-14 | 1 | -1/+2 |
* | #7926: fix stray parens. | Georg Brandl | 2010-02-14 | 1 | -5/+6 |
* | Fix typo | Ezio Melotti | 2010-02-08 | 1 | -1/+1 |
* | Clarify and correct description for ccbench and iobench. | Antoine Pitrou | 2010-02-08 | 1 | -3/+4 |
* | Add two items; move a subsection | Andrew M. Kuchling | 2010-02-08 | 1 | -8/+21 |
* | Move distutils into its own subsection; add various items | Andrew M. Kuchling | 2010-02-08 | 1 | -46/+113 |
* | Corrected list of attributes exposed by sys.getwindowsversion. | Eric Smith | 2010-02-03 | 1 | -4/+4 |
* | Add various items | Andrew M. Kuchling | 2010-02-03 | 1 | -12/+52 |
* | added a note in the whatsnew file for sysconfig | Tarek Ziadé | 2010-02-02 | 1 | -0/+8 |
* | Add various items | Andrew M. Kuchling | 2010-02-01 | 1 | -14/+31 |
* | Fix internal reference. | Georg Brandl | 2010-01-17 | 1 | -2/+2 |
* | Eric Smith was missing fro m the issue 7117 whatsnew attribution. | Mark Dickinson | 2010-01-07 | 1 | -2/+2 |
* | fixed markup errors | Ezio Melotti | 2010-01-04 | 1 | -1/+1 |
* | Add a few items | Andrew M. Kuchling | 2010-01-03 | 1 | -13/+20 |
* | add another advancement | Benjamin Peterson | 2009-12-31 | 1 | -3/+4 |
* | Add various items | Andrew M. Kuchling | 2009-12-31 | 1 | -1/+26 |
* | Add some items | Andrew M. Kuchling | 2009-12-31 | 1 | -9/+27 |
* | Add various items | Andrew M. Kuchling | 2009-12-29 | 1 | -3/+68 |
* | Various additions | Andrew M. Kuchling | 2009-12-29 | 1 | -26/+66 |
* | Make a word plural. | Brett Cannon | 2009-12-22 | 1 | -1/+1 |
* | Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad... | Tarek Ziadé | 2009-12-08 | 1 | -0/+4 |
* | Typo fix; grammar fix | Andrew M. Kuchling | 2009-12-08 | 1 | -3/+3 |
* | Markup fixes | Andrew M. Kuchling | 2009-12-02 | 1 | -3/+3 |
* | Mention Giampolo R's new FTP TLS support in the what's new file | Antoine Pitrou | 2009-11-18 | 1 | -0/+6 |
* | Make separate section for deprecations in 2.7 whatsnew. | Georg Brandl | 2009-11-18 | 1 | -2/+10 |
* | Make separate section for deprecations in 2.6 whatsnew. | Georg Brandl | 2009-11-18 | 1 | -62/+71 |
* | Link to PEP | Andrew M. Kuchling | 2009-10-13 | 1 | -0/+5 |
* | Fix broken links found by "make linkcheck". scipy.org seems to be done right... | Georg Brandl | 2009-10-11 | 5 | -23/+19 |
* | Remove two notes | Andrew M. Kuchling | 2009-10-05 | 1 | -5/+1 |
* | Add various items | Andrew M. Kuchling | 2009-10-05 | 1 | -144/+513 |
* | Note side benefit of socket.create_connection() | Andrew M. Kuchling | 2009-10-05 | 1 | -3/+7 |
* | unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute.... | Michael Foord | 2009-09-13 | 1 | -0/+3 |
* | Objects that compare equal automatically pass or fail assertAlmostEqual and a... | Michael Foord | 2009-09-13 | 1 | -0/+4 |
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 2 | -2/+2 |
* | Fix a typo spotted by Nick Coghlan. | Amaury Forgeot d'Arc | 2009-06-10 | 1 | -1/+1 |
* | Both kind of types are concerned. | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -1/+1 |
* | #6201: Fix test_winreg on Windows: | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -1/+5 |
* | #6174: fix indentation in code example. | Georg Brandl | 2009-06-03 | 1 | -7/+7 |