| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -0/+3 |
|
|
* | #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. | R. David Murray | 2010-06-01 | 1 | -0/+12 |
|
|
* | Fix issue #4972: adds ftplib.FTP context manager protocol | Giampaolo Rodolà | 2010-05-10 | 1 | -0/+3 |
|
|
* | Add what's new entry for r80157 and r80071. | Antoine Pitrou | 2010-05-04 | 1 | -0/+5 |
|
|
* | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 | 1 | -0/+2 |
|
|
* | Typo fixes. | Georg Brandl | 2010-04-22 | 1 | -7/+8 |
|
|
* | fixed typo | Tarek Ziadé | 2010-04-21 | 1 | -1/+1 |
|
|
* | Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge from | Ezio Melotti | 2010-04-20 | 1 | -38/+244 |
|
|
* | added a note on shutil.copytree improvements | Tarek Ziadé | 2010-04-20 | 1 | -0/+11 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 2 | -59/+83 |
|
|
* | Merged revisions 79349,79381,79412,79801,79818 via svnmerge from | Ezio Melotti | 2010-04-07 | 1 | -186/+272 |
|
|
* | Merged revisions 79833 via svnmerge from | Eric Smith | 2010-04-06 | 1 | -0/+5 |
|
|
* | Merged revisions 79826 via svnmerge from | Eric Smith | 2010-04-06 | 1 | -1/+1 |
|
|
* | Merged revisions 79797 via svnmerge from | Ezio Melotti | 2010-04-05 | 2 | -2/+2 |
|
|
* | Merged revisions 79788 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
* | (partially) | Florent Xicluna | 2010-04-02 | 1 | -1/+1 |
|
|
* | Merged revisions 79314 via svnmerge from | Ezio Melotti | 2010-03-22 | 1 | -5/+7 |
|
|
* | sync 2.7.rst with trunk | Benjamin Peterson | 2010-03-21 | 1 | -59/+229 |
|
|
* | Issue 7832. Document changes to unittest.TestCase.assertSameElements and asse... | Michael Foord | 2010-03-20 | 1 | -1/+1 |
|
|
* | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -12/+12 |
|
|
* | Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge... | Georg Brandl | 2010-03-14 | 1 | -6/+8 |
|
|
* | Fix wrong indentation that was causing a Sphinx warning and a typo. | Ezio Melotti | 2010-03-13 | 1 | -2/+2 |
|
|
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 2 | -2/+2 |
|
|
* | Merged revisions 78359-78360 via svnmerge from | Tarek Ziadé | 2010-02-23 | 1 | -0/+3 |
|
|