Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add item | Andrew M. Kuchling | 2004-08-09 | 1 | -0/+4 |
| | |||||
* | fix two typos in markup | Fred Drake | 2004-08-07 | 1 | -2/+2 |
| | |||||
* | Add recent items | Andrew M. Kuchling | 2004-08-07 | 1 | -0/+14 |
| | |||||
* | Simplify language | Andrew M. Kuchling | 2004-08-07 | 1 | -11/+9 |
| | |||||
* | Add string concat item | Andrew M. Kuchling | 2004-08-07 | 1 | -0/+7 |
| | |||||
* | Bump version | Andrew M. Kuchling | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | fix markup nit, typo | Fred Drake | 2004-08-06 | 1 | -2/+2 |
| | |||||
* | fix markup error | Fred Drake | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | Add PEP318 | Andrew M. Kuchling | 2004-08-02 | 1 | -4/+131 |
| | |||||
* | Add import change; add empty section for function decorators | Andrew M. Kuchling | 2004-08-02 | 1 | -0/+17 |
| | |||||
* | Update item | Andrew M. Kuchling | 2004-08-02 | 1 | -2/+4 |
| | |||||
* | Add new encodings | Andrew M. Kuchling | 2004-07-28 | 1 | -4/+5 |
| | |||||
* | Add an item | Andrew M. Kuchling | 2004-07-27 | 1 | -2/+3 |
| | |||||
* | Add some items | Andrew M. Kuchling | 2004-07-26 | 1 | -0/+15 |
| | |||||
* | [Bug #997166] Fix example | Andrew M. Kuchling | 2004-07-26 | 1 | -5/+4 |
| | |||||
* | Update Decimal section to match the current module | Andrew M. Kuchling | 2004-07-21 | 1 | -16/+29 |
| | |||||
* | Add PEP 331; add constancy of None; minor edits | Andrew M. Kuchling | 2004-07-21 | 1 | -5/+45 |
| | |||||
* | SF #990497: Fix a trivial typo in sorted() example. | Hye-Shik Chang | 2004-07-17 | 1 | -1/+1 |
| | | | | (Submitted by Daniel Pezely) | ||||
* | Add thread-local feature | Andrew M. Kuchling | 2004-07-15 | 1 | -1/+18 |
| | |||||
* | Correct a paragraph: basicConfig() isn't actually new | Andrew M. Kuchling | 2004-07-15 | 1 | -6/+6 |
| | |||||
* | Bump version; update date | Andrew M. Kuchling | 2004-07-14 | 1 | -3/+3 |
| | |||||
* | Fix markup. | Raymond Hettinger | 2004-07-12 | 1 | -9/+10 |
| | |||||
* | another note for amk | Anthony Baxter | 2004-07-12 | 1 | -0/+2 |
| | |||||
* | reminder for amk | Anthony Baxter | 2004-07-09 | 1 | -0/+2 |
| | |||||
* | Add logging changes | Andrew M. Kuchling | 2004-07-07 | 1 | -2/+23 |
| | |||||
* | Various edits | Andrew M. Kuchling | 2004-07-05 | 1 | -10/+9 |
| | |||||
* | Various edits | Andrew M. Kuchling | 2004-07-05 | 1 | -75/+82 |
| | |||||
* | Bump version #; write introductory para | Andrew M. Kuchling | 2004-07-04 | 1 | -12/+15 |
| | |||||
* | More additions | Andrew M. Kuchling | 2004-07-04 | 1 | -7/+36 |
| | |||||
* | Write another section | Andrew M. Kuchling | 2004-07-04 | 1 | -1/+19 |
| | |||||
* | Rewrite two sections | Andrew M. Kuchling | 2004-07-04 | 1 | -95/+247 |
| | |||||
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 1 | -0/+62 |
| | |||||
* | SF patch #969791: Add nlargest() and nsmallest() to heapq. | Raymond Hettinger | 2004-06-10 | 1 | -1/+4 |
| | |||||
* | SF #966375: Fix typo (Reported by Kristian Ovaska) | Hye-Shik Chang | 2004-06-04 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Guido van Rossum | 2004-06-03 | 1 | -1/+1 |
| | |||||
* | Small clarification. | Michael W. Hudson | 2004-06-03 | 1 | -1/+2 |
| | |||||
* | - fix typo reported by John Belmonte | Fred Drake | 2004-06-03 | 1 | -4/+4 |
| | | | | - wrap a long line | ||||
* | Warn abou missing mutate flag to ioctl. Fixes #696535. | Martin v. Löwis | 2004-06-03 | 1 | -0/+2 |
| | |||||
* | Remove old reminder | Andrew M. Kuchling | 2004-06-02 | 1 | -2/+0 |
| | |||||
* | Patch #963318: Add support for client-side cookie management. | Martin v. Löwis | 2004-05-31 | 1 | -0/+19 |
| | |||||
* | Add weakref support to sockets and re pattern objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+4 |
| | |||||
* | Clarify when iter() is first called in generator expressions. | Raymond Hettinger | 2004-05-20 | 1 | -3/+3 |
| | |||||
* | Improved wording for generator expressions. | Raymond Hettinger | 2004-05-19 | 1 | -22/+15 |
| | |||||
* | Add more docs for generator expressions. | Raymond Hettinger | 2004-05-19 | 1 | -9/+12 |
| | | | | | * Put in a brief, example driven tutorial entry. * Use better examples in whatsnew24.tex. | ||||
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+78 |
| | | | | | | | | | | | | | | (Code contributed by Jiwon Seo.) The documentation portion of the patch is being re-worked and will be checked-in soon. Likewise, PEP 289 will be updated to reflect Guido's rationale for the design decisions on binding behavior (as described in in his patch comments and in discussions on python-dev). The test file, test_genexps.py, is written in doctest format and is meant to exercise all aspects of the the patch. Further additions are welcome from everyone. Please stress test this new feature as much as possible before the alpha release. | ||||
* | add some notes about the changes to ConfigParser | Fred Drake | 2004-05-18 | 1 | -0/+6 |
| | |||||
* | markup adjustments | Fred Drake | 2004-05-06 | 1 | -9/+10 |
| | |||||
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 1 | -0/+4 |
| | |||||
* | fix two typos that turned text into markup | Fred Drake | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | Add news entries for the dictionary optimizations. | Raymond Hettinger | 2004-03-18 | 1 | -1/+4 |
| |