Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7457: added a read_pkg_file method to ↵ | Tarek Ziadé | 2009-12-08 | 1 | -0/+4 |
| | | | | distutils.dist.DistributionMetadata so we can read back PKG-INFO files | ||||
* | 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 ↵ | Georg Brandl | 2009-10-11 | 5 | -23/+19 |
| | | | | right now, so I could not verify links going there. | ||||
* | 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 ↵ | Michael Foord | 2009-09-13 | 1 | -0/+3 |
| | | | | attribute. Issue 6866. | ||||
* | Objects that compare equal automatically pass or fail assertAlmostEqual and ↵ | Michael Foord | 2009-09-13 | 1 | -0/+4 |
| | | | | assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. | ||||
* | 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 |
| | | | | | | | | | 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 Brandl | 2009-06-03 | 1 | -7/+7 |
| | |||||
* | Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running | Antoine Pitrou | 2009-05-31 | 1 | -0/+6 |
| | | | | regression tests in parallel, shortening the total runtime. | ||||
* | (no commit message) | Michael Foord | 2009-05-02 | 1 | -0/+4 |
| | |||||
* | Add addCleanup and doCleanups to unittest.TestCase. | Michael Foord | 2009-05-02 | 1 | -0/+7 |
| | | | | | | Closes issue 5679. Michael Foord | ||||
* | Add items | Andrew M. Kuchling | 2009-05-02 | 1 | -4/+37 |
| | |||||
* | Adds an exit parameter to unittest.main(). If False main no longer | Michael Foord | 2009-05-02 | 1 | -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 Brandl | 2009-04-28 | 1 | -17/+21 |
| | |||||
* | Take credit for my patch for issue 5237. | Eric Smith | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | fix markup | Benjamin Peterson | 2009-04-11 | 1 | -10/+9 |
| | |||||
* | Take credit for a patch of mine. | Georg Brandl | 2009-04-11 | 1 | -2/+2 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2009-04-11 | 1 | -12/+86 |
| | |||||
* | Add items | Andrew M. Kuchling | 2009-04-09 | 1 | -5/+72 |
| | |||||
* | Fix 'the the' duplication | Andrew M. Kuchling | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Add some items | Andrew M. Kuchling | 2009-04-03 | 1 | -4/+37 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2009-03-31 | 1 | -9/+55 |
| | |||||
* | Add more items | Andrew M. Kuchling | 2009-03-30 | 1 | -4/+46 |
| | |||||
* | Add several items and placeholders | Andrew M. Kuchling | 2009-03-30 | 1 | -42/+90 |
| | |||||
* | Remove comment | Andrew M. Kuchling | 2009-03-30 | 1 | -2/+0 |
| | |||||
* | Fix a typo and be more specific | Antoine Pitrou | 2009-03-28 | 1 | -3/+7 |
| | |||||
* | Publicize the GC untracking optimization | Antoine Pitrou | 2009-03-28 | 1 | -0/+8 |
| | |||||
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 1 | -0/+24 |
| | | | | Backport of r70459. | ||||
* | #5344: fix punctuation. | Georg Brandl | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | #5327: fix a broken link by joining it. | Georg Brandl | 2009-02-20 | 1 | -2/+2 |
| | |||||
* | revert r69777 since all the experts agree that extra import lines distract ↵ | Benjamin Peterson | 2009-02-20 | 1 | -2/+1 |
| | | | | from the code | ||||
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -1/+2 |
| | | | | documentation. | ||||
* | note about #2279 | Tarek Ziadé | 2009-02-16 | 1 | -0/+3 |
| | |||||
* | Add a section | Andrew M. Kuchling | 2009-01-31 | 1 | -0/+17 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2009-01-24 | 1 | -8/+73 |
| | |||||
* | Add some items | Andrew M. Kuchling | 2009-01-21 | 1 | -5/+13 |
| | |||||
* | fix encoding | Benjamin Peterson | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | Issue 4293: Make Py_AddPendingCall() thread safe | Kristján Valur Jónsson | 2009-01-09 | 1 | -0/+5 |
| | | | | Add test cases and documentation | ||||
* | fix markup | Benjamin Peterson | 2009-01-09 | 1 | -5/+4 |
| | |||||
* | fixed #4394 make the storage of the password optional in .pypirc | Tarek Ziadé | 2009-01-08 | 1 | -0/+6 |
| |