summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Document new and deprecated Unicode functionsVictor Stinner2011-11-201-11/+92
* Add a couple other whatsnew itemsAntoine Pitrou2011-11-171-2/+18
* Add various items in whatsnewAntoine Pitrou2011-11-171-1/+20
* Remove XXX, as the functions and macros are mentioned in the porting sectionAntoine Pitrou2011-11-171-2/+0
* Explain concrete (resource consumption) effects of PEP 393 a bit.Antoine Pitrou2011-11-171-5/+13
* Be a bit less shyAntoine Pitrou2011-11-171-1/+1
* What's New in 3.3: Add a "Deprecated ..." sectionVictor Stinner2011-11-151-5/+17
* Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-0/+4
* Fix a few typosÉric Araujo2011-11-141-1/+1
* Fix and deprecated the unicode_internal codecVictor Stinner2011-11-101-0/+2
* Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.Charles-François Natali2011-11-101-0/+3
* Fix the issue number of my cp65001 commit: 13247 => issue #13216Victor Stinner2011-10-261-1/+1
* Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-261-0/+5
* Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+10
* Improve the porting sectionAntoine Pitrou2011-10-231-6/+24
* Improve / clean up the PEP 393 descriptionAntoine Pitrou2011-10-231-16/+20
* Improve description of PEP 3151Antoine Pitrou2011-10-231-33/+38
* Use ``...`` for string literals.Ezio Melotti2011-10-231-1/+1
* Fix documentation formatting.Florent Xicluna2011-10-231-1/+1
* Documentation typo.Florent Xicluna2011-10-231-1/+1
* Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-231-0/+6
* #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-0/+6
* Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.Senthil Kumaran2011-10-191-1/+1
* Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-181-0/+5
* Fix closes issue 1673007 urllib.request to support HEAD requests with a new m...Senthil Kumaran2011-10-161-0/+10
* What's new in Python 3.3: document new functions of the os moduleVictor Stinner2011-10-131-0/+73
* What's New in Python 3.3: mention the PEP 3151Victor Stinner2011-10-121-0/+63
* Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by MatthiasCharles-François Natali2011-10-061-7/+14
* More info about PEP 393 in whatsnew and NEWSÉric Araujo2011-10-041-5/+6
* Minor updates to the whatsnew maintenance rulesÉric Araujo2011-10-041-5/+4
* Update and reorganize the whatsnew entry for PEP 393.Ezio Melotti2011-09-291-21/+42
* Complete What's New in 3.3 about PEP 393Victor Stinner2011-09-291-0/+28
* #13054: sys.maxunicode is now always 0x10FFFF.Ezio Melotti2011-09-281-0/+11
* Issue #1172711: Update What's New in Python 3.3 document for the array module.Meador Inge2011-09-211-9/+9
* What's New in Python 3.3: add curses.unget_wch()Victor Stinner2011-09-211-4/+8
* Issue #1172711: Update What's New in Python 3.3 document for the struct moduleVictor Stinner2011-09-211-6/+15
* 3.3 whatsnew: fix markup, add stub for new crypt featuresÉric Araujo2011-08-291-1/+8
* #12191: added entry in What's New (+ small editing on shutil section)Sandro Tosi2011-08-221-3/+6
* Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-221-0/+12
* Close #12326: sys.platform is now always 'linux' on LinuxVictor Stinner2011-08-201-2/+5
* Fix reST role and missing wordÉric Araujo2011-07-281-2/+2
* #12547: Fix example in nntplib doc. Patch by July Tikhonov.Ezio Melotti2011-07-261-1/+1
* Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-141-0/+8
* #12547: Fix import and output in nntplib example. Initial patch by July Tikho...Ezio Melotti2011-07-131-2/+2
* Fix markup and remove character unsupported by latex in 3.3 whatsnew doc.Georg Brandl2011-07-091-6/+6
* Issue #12016: Multibyte CJK decoders now resynchronize fasterVictor Stinner2011-07-071-0/+23
* Clean up NEWS entry and tests for shutil.disk_usage (#12442)Éric Araujo2011-07-021-1/+1
* Issue #12442: add shutil.disk_usage()Giampaolo Rodola'2011-07-011-1/+10
* Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-271-0/+11
* Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-251-0/+4