Victor Stinner
|
25e8ec4724
|
Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use
"w*" format instead. Add tests for "w*" format.
|
2010-06-25 00:02:38 +00:00 |
Victor Stinner
|
3dcb5acdb0
|
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Remove last references to the "char buffer" of the buffer protocol from
Python3.
|
2010-06-08 22:54:19 +00:00 |
R. David Murray
|
d35251dc19
|
#8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
Patch by R. David Murray, unit tests by Shashwat Anand.
|
2010-06-01 01:32:12 +00:00 |
Giampaolo Rodolà
|
bd576b75b7
|
Fix issue #4972: adds ftplib.FTP context manager protocol
|
2010-05-10 14:53:29 +00:00 |
Antoine Pitrou
|
e95a9ff112
|
Add what's new entry for r80157 and r80071.
|
2010-05-04 23:31:41 +00:00 |
Victor Stinner
|
dcb2403022
|
Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
you have to convert your bytearray filenames to bytes
|
2010-04-22 12:08:36 +00:00 |
Georg Brandl
|
5e73a819ca
|
Typo fixes.
|
2010-04-22 07:02:51 +00:00 |
Tarek Ziadé
|
df6198ee39
|
fixed typo
|
2010-04-21 07:30:43 +00:00 |
Tarek Ziadé
|
7aa6da0509
|
added a note on shutil.copytree improvements
|
2010-04-20 09:13:23 +00:00 |
Antoine Pitrou
|
5bab508085
|
Add a note about the RLock acceleration
|
2009-11-13 22:58:45 +00:00 |
Antoine Pitrou
|
d42bc519d2
|
Add a couple of words about the new GIL implementation
|
2009-11-10 23:18:31 +00:00 |
Raymond Hettinger
|
f558ddd61f
|
Fill-in some new news.
|
2009-06-28 21:37:08 +00:00 |
Raymond Hettinger
|
6e6565b64b
|
Whatsnew begins afresh
|
2009-06-28 20:56:11 +00:00 |