| Commit message (Expand) | Author | Age | Files | Lines |
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -0/+25 |
|
|
* | Fix issue 9794: adds context manager protocol to socket.socket so that socket... | Giampaolo Rodolà | 2010-09-08 | 1 | -0/+6 |
|
|
* | Fix typo in whatsnew (#9793) | Éric Araujo | 2010-09-07 | 1 | -1/+1 |
|
|
* | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 1 | -0/+5 |
|
|
* | Add stub entry for argparse. | Georg Brandl | 2010-09-07 | 1 | -0/+2 |
|
|
* | Fix markup nits | Raymond Hettinger | 2010-09-06 | 1 | -3/+3 |
|
|
* | Remove redundant word. | Georg Brandl | 2010-09-06 | 1 | -1/+1 |
|
|
* | Fix nits | Raymond Hettinger | 2010-09-06 | 1 | -7/+7 |
|
|
* | More updates to whatsnew3.2 | Raymond Hettinger | 2010-09-06 | 1 | -46/+91 |
|
|
* | link to docs | Benjamin Peterson | 2010-09-06 | 1 | -2/+2 |
|
|
* | Fix typos and wording in what’s new 3.2. | Éric Araujo | 2010-09-05 | 1 | -27/+28 |
|
|
* | Rewrap and consistency fixes. | Georg Brandl | 2010-09-05 | 1 | -175/+175 |
|
|
* | Fill-in sqlite3 stubs | Raymond Hettinger | 2010-09-05 | 1 | -7/+8 |
|
|
* | Add example of ftplib's new context manager. | Raymond Hettinger | 2010-09-05 | 1 | -4/+19 |
|
|
* | Add PEP 391 to whatsnew | Raymond Hettinger | 2010-09-05 | 1 | -0/+43 |
|
|
* | More updates to whatsnew. | Raymond Hettinger | 2010-09-05 | 1 | -5/+13 |
|
|
* | Add an example | Raymond Hettinger | 2010-09-05 | 1 | -1/+6 |
|
|
* | More updates to whatsnew | Raymond Hettinger | 2010-09-05 | 1 | -2/+28 |
|
|
* | Update whatsnew for Pep3149. | Raymond Hettinger | 2010-09-05 | 1 | -4/+27 |
|
|
* | Update whatsnew for Pep3147. | Raymond Hettinger | 2010-09-04 | 1 | -1/+54 |
|
|
* | Adopt more descriptive attribute names as suggested on python-dev. | Raymond Hettinger | 2010-09-04 | 1 | -3/+3 |
|
|
* | Add an entry in whatsnew about the PyCObject -> PyCapsule move. | Amaury Forgeot d'Arc | 2010-09-03 | 1 | -0/+4 |
|
|
* | Make PEP section a bit less ugly and at least list implemented PEPs. | Georg Brandl | 2010-09-03 | 1 | -2/+7 |
|
|
* | PYTHONFSENCODING is not available on Windows or Mac OS X | Victor Stinner | 2010-08-19 | 1 | -1/+3 |
|
|
* | Create os.fsdecode(): decode from the filesystem encoding with surrogateescape | Victor Stinner | 2010-08-19 | 1 | -2/+5 |
|
|
* | what's new 3.2: use :mod: | Victor Stinner | 2010-08-18 | 1 | -4/+4 |
|
|
* | Fix typo | Éric Araujo | 2010-08-18 | 1 | -1/+1 |
|
|
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module. | Andrew M. Kuchling | 2010-08-18 | 1 | -0/+4 |
|
|
* | Issue #8622: Add PYTHONFSENCODING environment variable to override the | Victor Stinner | 2010-08-18 | 1 | -0/+9 |
|
|
* | fix issue #8807: adds a context parameter to POP3_SSL class. | Giampaolo Rodolà | 2010-08-17 | 1 | -0/+7 |
|
|
* | fix issue #8866: parameters passed to socket.getaddrinfo can now be specified... | Giampaolo Rodolà | 2010-08-17 | 1 | -0/+4 |
|
|
* | Clarify whatsnew entry for short float repr: roundtripping is not a new feat... | Mark Dickinson | 2010-08-15 | 1 | -4/+6 |
|
|
* | Remove the lfu_cache. Add more tests. | Raymond Hettinger | 2010-08-15 | 1 | -28/+15 |
|
|
* | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() | Antoine Pitrou | 2010-08-09 | 1 | -1/+1 |
|
|
* | Issue #8524: Add a forget() method to socket objects, so as to put the | Antoine Pitrou | 2010-08-08 | 1 | -0/+6 |
|
|
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -0/+5 |
|
|
* | Fix markup | Raymond Hettinger | 2010-08-07 | 1 | -6/+4 |
|
|
* | Improve the whatsnew article on the lru/lfu cache decorators. | Raymond Hettinger | 2010-08-06 | 1 | -13/+24 |
|
|
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 2 | -2/+2 |
|
|
* | Demonstrate the caching decorators in whatsnew. | Raymond Hettinger | 2010-08-02 | 1 | -0/+32 |
|
|
* | Reorder entries by module lexicographic order | Antoine Pitrou | 2010-07-31 | 1 | -32/+32 |
|
|
* | Add ssl changes to the 3.2 "what's new". | Antoine Pitrou | 2010-07-31 | 1 | -0/+31 |
|
|
* | Fix some markup glitches. | Georg Brandl | 2010-07-23 | 2 | -2/+2 |
|
|
* | Fix typo. | Georg Brandl | 2010-07-11 | 1 | -1/+1 |
|
|
* | #9166: NotImplemented is not an exception. | Georg Brandl | 2010-07-05 | 1 | -1/+1 |
|
|
* | Merged revisions 82441 via svnmerge from | Nick Coghlan | 2010-07-02 | 1 | -7/+0 |
|
|
* | Merged revisions 82439 via svnmerge from | Nick Coghlan | 2010-07-02 | 1 | -6/+6 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -286/+971 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -3/+4 |
|
|
* | Add note about changes to the `round` function between 2.x and 3.x. | Mark Dickinson | 2010-06-17 | 1 | -0/+9 |
|
|