Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | 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 | |
* | Warn abou missing mutate flag to ioctl. Fixes #696535. | Martin v. Löwis | 2004-06-03 | 1 | -0/+2 | |
* | 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 | |
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+78 | |
* | 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 | |
* | Optimize tuple_slice() and make further improvements to list_slice() | Raymond Hettinger | 2004-03-08 | 1 | -0/+3 | |
* | SF patch #910929: Optimize list comprehensions | Raymond Hettinger | 2004-03-07 | 1 | -0/+4 | |
* | SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ | Raymond Hettinger | 2004-03-04 | 1 | -0/+4 | |
* | Mention the optimization of list.extend(). | Raymond Hettinger | 2004-02-17 | 1 | -0/+2 | |
* | Fine tune the speed/space trade-off for overallocating small lists. | Raymond Hettinger | 2004-02-14 | 1 | -2/+2 | |
* | Lists are measured in elements not bytes. | Raymond Hettinger | 2004-02-13 | 1 | -2/+2 | |
* | * Note list optimizations | Raymond Hettinger | 2004-02-13 | 1 | -13/+14 | |
* | minor markup improvements | Fred Drake | 2004-02-12 | 1 | -7/+7 | |
* | Minor edits | Andrew M. Kuchling | 2004-02-09 | 1 | -6/+7 | |
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 1 | -0/+25 | |
* | Add CJK codecs | Andrew M. Kuchling | 2004-01-18 | 1 | -0/+14 | |
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 1 | -0/+4 | |