Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r85435 (and r85440): decode command line arguments from utf-8 | Victor Stinner | 2010-10-13 | 1 | -3/+0 |
| | | | | | | | Python exits with a fatal error if the command line contains an undecodable argument. PyUnicode_FromString() fails at the first undecodable byte because it calls the error handler, but error handlers are not ready before Python initialization. | ||||
* | put PYTHONIOENCODING in man page | Benjamin Peterson | 2010-10-13 | 1 | -2/+11 |
| | |||||
* | Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of | Victor Stinner | 2010-10-13 | 1 | -0/+3 |
| | | | | the locale encoding. | ||||
* | Issue #9992: Remove PYTHONFSENCODING environment variable. | Victor Stinner | 2010-10-13 | 1 | -0/+2 |
| | |||||
* | remove obselete import implementation #7287 | Benjamin Peterson | 2010-10-13 | 1 | -0/+5 |
| | |||||
* | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 2 | -0/+5 |
| | | | | | didn't match that of io.open(), and they also didn't get forwarded properly to TextIOWrapper in text mode. Patch by Kai Zhu. | ||||
* | Adding Wing IDE version 4 project file | Michael Foord | 2010-10-13 | 2 | -0/+13 |
| | |||||
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -0/+4 |
| | | | | | urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. | ||||
* | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -0/+3 |
| | |||||
* | NEWS: Move #6612 to Library section | Victor Stinner | 2010-10-12 | 1 | -3/+3 |
| | |||||
* | #6612: add the author of the patch (W. Trevor King) | Victor Stinner | 2010-10-12 | 2 | -1/+2 |
| | |||||
* | Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the | Victor Stinner | 2010-10-12 | 1 | -0/+3 |
| | | | | current directory was deleted. | ||||
* | Issue #3873: Speed up unpickling from file objects which have a peek() | Antoine Pitrou | 2010-10-12 | 1 | -0/+3 |
| | | | | method. | ||||
* | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -0/+2 |
| | |||||
* | Post-release bumps. | Georg Brandl | 2010-10-12 | 1 | -2/+2 |
| | |||||
* | Add entry for r85371. | Martin v. Löwis | 2010-10-11 | 1 | -0/+2 |
| | |||||
* | Add 3.2b1. | Martin v. Löwis | 2010-10-11 | 1 | -2/+17 |
| | |||||
* | Issue #9948: logging: fixed problem of losing filename case information. | Vinay Sajip | 2010-10-10 | 1 | -0/+2 |
| | |||||
* | Rewrap.v3.2a3 | Georg Brandl | 2010-10-10 | 1 | -120/+114 |
| | |||||
* | Bump to 3.2a3. | Georg Brandl | 2010-10-10 | 2 | -2/+2 |
| | |||||
* | Issue #9437: Fix building C extensions with non-default LDFLAGS. | Antoine Pitrou | 2010-10-10 | 1 | -0/+2 |
| | |||||
* | Issue #10062: Allow building on platforms which do not have sem_timedwait. | Antoine Pitrou | 2010-10-10 | 1 | -0/+2 |
| | |||||
* | Some platforms provide uintptr_t in inttypes.h. Patch by | Antoine Pitrou | 2010-10-10 | 2 | -0/+4 |
| | | | | Akira Kitada. | ||||
* | Issue #10055: Make json C89-compliant in UCS4 mode. | Antoine Pitrou | 2010-10-09 | 1 | -0/+2 |
| | |||||
* | Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() | Victor Stinner | 2010-10-09 | 1 | -0/+3 |
| | | | | encodings | ||||
* | Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the | Antoine Pitrou | 2010-10-08 | 1 | -0/+3 |
| | | | | custom certificate and private key files used by SSL-related certs. | ||||
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 1 | -0/+3 |
| | | | | | | | | The work on this is not 100% complete, but everything is present to allow real-world testing of the code. The only remaining major todo item is to (hopefully!) enhance the handling of non-ASCII bytes in headers converted to unicode by RFC2047 encoding them rather than replacing them with '?'s. | ||||
* | Issue #1589: Add ssl.match_hostname(), to help implement server identity | Antoine Pitrou | 2010-10-08 | 1 | -0/+3 |
| | | | | verification for higher-level protocols. | ||||
* | Issue #9978: Wait until subprocess completes initialization. (Win32KillTests ↵ | Hirokazu Yamamoto | 2010-10-08 | 1 | -0/+3 |
| | | | | in test_os) | ||||
* | Fix handling on negative numbers in ast.literal_eval(). | Raymond Hettinger | 2010-10-08 | 1 | -0/+4 |
| | |||||
* | Issue #9759: GzipFile now raises ValueError when an operation is attempted | Antoine Pitrou | 2010-10-06 | 1 | -0/+3 |
| | | | | after the file is closed. Patch by Jeffrey Finkelstein. | ||||
* | Fix news entry formatting nits | Éric Araujo | 2010-10-05 | 1 | -2/+2 |
| | |||||
* | Fix interaction of custom translation classes and caching (#9042) | Éric Araujo | 2010-10-04 | 1 | -0/+3 |
| | |||||
* | Recode developers.txt to UTF-8, as discussed on python-dev. | Éric Araujo | 2010-10-04 | 1 | -10/+13 |
| | | | | | Fix Łukasz’ name and also remove trailing whitespace. See thread at http://mail.python.org/pipermail/python-dev/2010-September/103584.html | ||||
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo Rodolà | 2010-10-04 | 1 | -0/+6 |
| | |||||
* | Add Tal Einat. | Martin v. Löwis | 2010-10-04 | 1 | -0/+3 |
| | |||||
* | Issue #9065: no longer use "root" as the default for the | Lars Gustäbel | 2010-10-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | uname and gname field. If tarfile creates a new archive and adds a file with a uid/gid that doesn't have a corresponding name on the system (e.g. because the user/group account was deleted) it uses the empty string in the uname/gname field now instead of "root". Using "root" as the default was a bad idea because on extraction the uname/gname fields are supposed to override the uid/gid fields. So, all archive members with nameless uids/gids belonged to the root user after extraction. | ||||
* | typo in Arfrever name | Tarek Ziadé | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed #8980: distutils.command.check was failing w/ docutils installed | Tarek Ziadé | 2010-10-03 | 1 | -0/+3 |
| | |||||
* | add a test and a note about metaclasses now being abcs | Benjamin Peterson | 2010-10-02 | 1 | -2/+3 |
| | |||||
* | #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. | R. David Murray | 2010-10-02 | 1 | -0/+3 |
| | | | | | | Also made the doc string for email._parseaddr's 'quote' function more accurate; I'd love to make the function match the old docstring instead, but other code uses it according the existing semantics. | ||||
* | Update changelog for r85174 | Victor Stinner | 2010-10-02 | 1 | -0/+2 |
| | |||||
* | Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace | Victor Stinner | 2010-10-02 | 1 | -1/+5 |
| | | | | | UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and 32 bits wchar_t (eg. Linux in narrow build). | ||||
* | type.__abstractmethods__ should raise an AttributeError #10006 | Benjamin Peterson | 2010-10-02 | 1 | -0/+2 |
| | |||||
* | #10004: in Q encoded word ignore '=xx' when xx is not valid hex. | R. David Murray | 2010-10-01 | 1 | -0/+3 |
| | | | | Bug report and fix by Thomas Guettler. | ||||
* | Fix #10003. Add SIGBREAK to the set of valid signals on Windows. | Brian Curtin | 2010-10-01 | 1 | -0/+3 |
| | | | | This fixes a regression noticed by bzr, introduced by issue #9324. | ||||
* | Issue #6608: time.asctime is now checking struct tm fields its input | Alexander Belopolsky | 2010-10-01 | 2 | -1/+5 |
| | | | | before passing it to the system asctime. Patch by MunSic Jeong. | ||||
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -0/+3 |
| | |||||
* | Issue #9360: Cleanup and improvements to the nntplib module. The API | Antoine Pitrou | 2010-09-29 | 1 | -0/+4 |
| | | | | | now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added. | ||||
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -0/+2 |
| |