Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -0/+6 |
| | |||||
* | merge | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
|\ | |||||
| * | Issue 12668: Fix wording in Whatsnew3.2 | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore | Victor Stinner | 2011-10-18 | 1 | -0/+5 |
| | | | | | | | | | | error handlers on all Windows versions. The MBCS codec is now supporting all error handlers, instead of only replace to encode and ignore to decode. | ||||
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new ↵ | Senthil Kumaran | 2011-10-16 | 1 | -0/+10 |
| | | | | | | | | method arg. | ||||
* | | What's new in Python 3.3: document new functions of the os module | Victor Stinner | 2011-10-13 | 1 | -0/+73 |
| | | |||||
* | | What's New in Python 3.3: mention the PEP 3151 | Victor Stinner | 2011-10-12 | 1 | -0/+63 |
| | | |||||
* | | Merge whatsnew fixes with 3.2. | Ezio Melotti | 2011-10-09 | 1 | -7/+10 |
|\ \ | |/ | |||||
| * | Fix/improve markup in whatsnew/2.7. | Ezio Melotti | 2011-10-09 | 1 | -7/+10 |
| | | |||||
* | | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias | Charles-François Natali | 2011-10-06 | 1 | -7/+14 |
| | | | | | | | | Fuchs, updated by Tiago Gonçalves. | ||||
* | | More info about PEP 393 in whatsnew and NEWS | Éric Araujo | 2011-10-04 | 1 | -5/+6 |
| | | |||||
* | | Minor updates to the whatsnew maintenance rules | Éric Araujo | 2011-10-04 | 1 | -5/+4 |
| | | |||||
* | | Update and reorganize the whatsnew entry for PEP 393. | Ezio Melotti | 2011-09-29 | 1 | -21/+42 |
| | | |||||
* | | Complete What's New in 3.3 about PEP 393 | Victor Stinner | 2011-09-29 | 1 | -0/+28 |
| | | |||||
* | | #13054: sys.maxunicode is now always 0x10FFFF. | Ezio Melotti | 2011-09-28 | 1 | -0/+11 |
| | | |||||
* | | Issue #1172711: Update What's New in Python 3.3 document for the array module. | Meador Inge | 2011-09-21 | 1 | -9/+9 |
| | | | | | | | | | | The commit fixes 3c56e546dc60, which documented #1172711 as a struct module change; it is an array module change. | ||||
* | | What's New in Python 3.3: add curses.unget_wch() | Victor Stinner | 2011-09-21 | 1 | -4/+8 |
| | | |||||
* | | Issue #1172711: Update What's New in Python 3.3 document for the struct module | Victor Stinner | 2011-09-21 | 1 | -6/+15 |
| | | |||||
* | | 3.3 whatsnew: fix markup, add stub for new crypt features | Éric Araujo | 2011-08-29 | 1 | -1/+8 |
| | | |||||
* | | #12191: added entry in What's New (+ small editing on shutil section) | Sandro Tosi | 2011-08-22 | 1 | -3/+6 |
| | | |||||
* | | Add support for the send/recvmsg API to the socket module. Patch by David ↵ | Nick Coghlan | 2011-08-22 | 1 | -0/+12 |
| | | | | | | | | Watson and Heiko Wundram. (Closes #6560) | ||||
* | | Close #12326: sys.platform is now always 'linux' on Linux | Victor Stinner | 2011-08-20 | 1 | -2/+5 |
| | | | | | | | | | | | | On Linux, sys.platform doesn't contain the major version anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending on the Linux version used to build Python. | ||||
* | | merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew ↵ | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
|\ \ | |/ | | | | | description for issue 7902. | ||||
| * | merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew ↵ | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
| | | | | | | | | description for issue 7902. | ||||
* | | Fix reST role and missing word | Éric Araujo | 2011-07-28 | 1 | -2/+2 |
| | | |||||
* | | #12547: Fix example in nntplib doc. Patch by July Tikhonov. | Ezio Melotti | 2011-07-26 | 1 | -1/+1 |
| | | |||||
* | | Close #6755: Add get_wch() method to curses.window class | Victor Stinner | 2011-07-14 | 1 | -0/+8 |
| | | | | | | | | Patch by Iñigo Serna. | ||||
* | | #12547: Fix import and output in nntplib example. Initial patch by July ↵ | Ezio Melotti | 2011-07-13 | 1 | -2/+2 |
| | | | | | | | | Tikhonov. | ||||
* | | Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. | Georg Brandl | 2011-07-09 | 1 | -6/+6 |
| | | |||||
* | | Issue #12016: Multibyte CJK decoders now resynchronize faster | Victor Stinner | 2011-07-07 | 1 | -0/+23 |
| | | | | | | | | | | | | | | They only ignore the first byte of an invalid byte sequence. For example, b'\xff\n'.decode('gb2312', 'replace') gives '\ufffd\n' instead of '\ufffd'. | ||||
* | | Merge from 3.2 . Replace the term members with correct and appropriate ↵ | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | terminology. Initial patch by Adam Woodbeck. | ||||
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵ | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
| | | | | | | | | attribute and 'methods' where it denotes methods. Context should clarify usage. | ||||
* | | Clean up NEWS entry and tests for shutil.disk_usage (#12442) | Éric Araujo | 2011-07-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #12442: add shutil.disk_usage() | Giampaolo Rodola' | 2011-07-01 | 1 | -1/+10 |
| | | |||||
* | | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL ↵ | Giampaolo Rodola' | 2011-06-27 | 1 | -0/+11 |
| | | | | | | | | connection back to clear-text. | ||||
* | | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. | Ross Lagerwall | 2011-06-25 | 1 | -0/+4 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo. | Raymond Hettinger | 2011-06-16 | 1 | -1/+1 |
| | | |||||
* | | Add NEWS and whatsnew entries for the packaging module | Éric Araujo | 2011-06-03 | 1 | -0/+13 |
| | | |||||
* | | Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" | Charles-François Natali | 2011-06-01 | 1 | -0/+5 |
| | | | | | | | | document. | ||||
* | | Issue #10818: Remove deprecated pydoc.serve() function | Victor Stinner | 2011-05-24 | 1 | -2/+3 |
| | | | | | | | | The pydoc module has a new enhanced web server. | ||||
* | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been | Victor Stinner | 2011-05-24 | 1 | -0/+7 |
| | | | | | | | | deprecated in Python 3.2). | ||||
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 1 | -0/+10 |
| | | | | | | | | module. | ||||
* | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, | Victor Stinner | 2011-05-10 | 1 | -0/+3 |
| | | | | | | | | instead of a RuntimeError: OSError has an errno attribute. | ||||
* | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 1 | -16/+29 |
| | | | | | | | | Dickinson. | ||||
* | | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 1 | -0/+4 |
| | | | | | | | | | | instead of a nul byte into the wakeup file descriptor. So it is possible to wait more than one signal and know which signals were raised. | ||||
* | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -3/+6 |
| | | | | | | | | signal module. |