| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description... | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
|\ |
|
| * | merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description... | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | | #12547: Fix import and output in nntplib example. Initial patch by July Tikho... | Ezio Melotti | 2011-07-13 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | | Merge from 3.2 . Replace the term members with correct and appropriate termi... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | | 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 conne... | Giampaolo Rodola' | 2011-06-27 | 1 | -0/+11 |
|
|
* | | 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 |
|
|
* | | Issue #10818: Remove deprecated pydoc.serve() function | Victor Stinner | 2011-05-24 | 1 | -2/+3 |
|
|
* | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been | Victor Stinner | 2011-05-24 | 1 | -0/+7 |
|
|
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 1 | -0/+10 |
|
|
* | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, | Victor Stinner | 2011-05-10 | 1 | -0/+3 |
|
|
* | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 1 | -16/+29 |
|
|
* | | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 1 | -0/+4 |
|
|
* | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -3/+6 |
|
|
* | | Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. | Brian Curtin | 2011-05-03 | 1 | -1/+4 |
|
|
* | | Fix indentation. | Georg Brandl | 2011-04-30 | 1 | -2/+2 |
|
|
* | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch | Victor Stinner | 2011-04-30 | 1 | -1/+10 |
|
|
* | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -4/+4 |
|
|
* | | Small grammar fix. | Georg Brandl | 2011-04-29 | 1 | -2/+2 |
|
|
* | | Issue #11918: OS/2 and VMS are no more supported because of the lack of | Victor Stinner | 2011-04-26 | 1 | -0/+6 |
|
|
* | | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -0/+8 |
|
|
* | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+8 |
|
|
* | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 1 | -0/+4 |
|
|
* | | Issue #11071: Fix whatsnew description of O/S access to raw bytes. | Raymond Hettinger | 2011-03-25 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #11071: Fix whatsnew description of O/S access to raw bytes. | Raymond Hettinger | 2011-03-25 | 1 | -2/+2 |
|
|
* | | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 1 | -0/+5 |
|
|
* | | Merge doc update | Antoine Pitrou | 2011-03-15 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha... | Antoine Pitrou | 2011-03-15 | 1 | -0/+4 |
|
|
| * | Issue #11296: rsplit() mentioned twice for the same change. | Raymond Hettinger | 2011-02-24 | 1 | -1/+1 |
|
|
| * | nits | Raymond Hettinger | 2011-02-23 | 1 | -2/+2 |
|
|
| * | Fix typo reported by 'Paddy' on python-list. | Terry Reedy | 2011-02-22 | 1 | -1/+1 |
|
|
| * | Issue 10160: Both single-arg and multi-arg calls have been sped-up. | Raymond Hettinger | 2011-02-21 | 1 | -3/+3 |
|
|
* | | Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ca... | Giampaolo Rodolà | 2011-03-03 | 1 | -0/+16 |
|
|
* | | Issue 10784: adds os.getpriority() and os.setpriority() functions. | Giampaolo Rodolà | 2011-02-25 | 1 | -10/+16 |
|
|
* | | Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) | Giampaolo Rodolà | 2011-02-25 | 1 | -0/+13 |
|
|
* | | Add 3.3 whatsnew to index. | Georg Brandl | 2011-02-25 | 1 | -0/+1 |
|
|
* | | Adds Python 3.3 what's new document. | Giampaolo Rodolà | 2011-02-24 | 1 | -0/+95 |
|
|
* | | Issue 10160: Both single-arg and multi-arg calls have been sped-up. | Raymond Hettinger | 2011-02-21 | 1 | -3/+3 |
|/ |
|
* | Fix two typos in what’s new (#11234). | Éric Araujo | 2011-02-19 | 1 | -2/+2 |
|
|