|
| 1 | +What's New in Python 2.1.4? |
| 2 | +Release date: XX-XXX-2003 |
| 3 | +=========================== |
| 4 | + |
| 5 | +- Some documentation fixes. |
| 6 | + |
| 7 | +- SF #577530, #533625: security fixes for rexec.py. I still wouldn't |
| 8 | + trust it as the only line of defense between a machine and the |
| 9 | + Internet! |
| 10 | + |
| 11 | +- SF #590294, #601077: os._execvpe security fix (plus fix for the fix). |
| 12 | + |
| 13 | +- Link errno extension statically. |
| 14 | + |
| 15 | +- Backported various httplib.py fixes. |
| 16 | + |
| 17 | +- Backported various SSL fixes. |
| 18 | + |
| 19 | +- Fix posixpath.py so that when stat() fails with EOVERFLOW (meaning a |
| 20 | + file larger than 2 GB in a build that doesn't support LFS), this is |
| 21 | + correctly taken as an indication of the file's existence. |
| 22 | + |
| 23 | +- SF #523473: raise exceptions on error conditions. |
| 24 | + |
| 25 | +- SF #561858: avoid assertion when writing code objects with stacksize |
| 26 | + >= 2**16. |
| 27 | + |
| 28 | +- SF #210682: fixed an old bug that caused bdb to be unable to |
| 29 | + continue in the bottom frame, after a breakpoint was set |
| 30 | + |
| 31 | +- Fix rfc822.py to support dots in the "real name" part of email |
| 32 | + addresses, per RFC 2822. |
| 33 | + |
| 34 | +- Repaired widespread misuse of _PyString_Resize. |
| 35 | + |
| 36 | +- SF #544473: use try/finally to ensire all Queue locks remain stable. |
| 37 | + |
| 38 | +- Fixed two obscure bugs in nested scopes. |
| 39 | + |
| 40 | +- Changes to the configure script to avoid problems with binutils 2.12. |
| 41 | + |
| 42 | +- SF #543318: fix bogus initialization in DatagramRequestHandler.setup(). |
| 43 | + |
| 44 | +- SF #541730: provisional fix to IDLE for losing data when attempting |
| 45 | + to save a file containing non-ASCII characters. The fix consists of |
| 46 | + raising an exception *before* overwriting the file rather than |
| 47 | + after. You still can't save files with non-ASCII characters (this |
| 48 | + is fixed in Python 2.2). |
| 49 | + |
| 50 | +- Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause |
| 51 | + of that has been fixed in the installer (disabled Wise's "delete in- |
| 52 | + use files" uninstall option). |
| 53 | + |
| 54 | + |
1 | 55 | What's New in Python 2.1.3?
|
2 | 56 | Release date: 08-April-2002
|
3 | 57 | ===========================
|
@@ -27,10 +81,6 @@ Library
|
27 | 81 |
|
28 | 82 | Windows
|
29 | 83 |
|
30 |
| -- Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause |
31 |
| - of that has been fixed in the installer (disabled Wise's "delete in- |
32 |
| - use files" uninstall option). |
33 |
| - |
34 | 84 | - The installer now installs Start menu shortcuts under (the local
|
35 | 85 | equivalent of) "All Users" when doing an Admin install.
|
36 | 86 |
|
|
0 commit comments