| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8589: surrogateescape error handler is not available at startup | Victor Stinner | 2010-09-10 | 1 | -6/+11 |
|
|
* | Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() | Victor Stinner | 2010-09-10 | 1 | -15/+8 |
|
|
* | Issue #941346: Improve the build process under AIX and allow Python to | Antoine Pitrou | 2010-09-10 | 1 | -7/+11 |
|
|
* | Untabify file. | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -3/+3 |
|
|
* | Issue #9410: Various optimizations to the pickle module, leading to | Antoine Pitrou | 2010-09-09 | 1 | -519/+1830 |
|
|
* | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 1 | -2/+52 |
|
|
* | Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, | Antoine Pitrou | 2010-09-07 | 1 | -1/+1 |
|
|
* | More docstring updates | Amaury Forgeot d'Arc | 2010-09-06 | 1 | -4/+5 |
|
|
* | Issue #5506: BytesIO objects now have a getbuffer() method exporting a | Antoine Pitrou | 2010-09-06 | 3 | -0/+145 |
|
|
* | Implement #7566 - os.path.sameopenfile for Windows. | Brian Curtin | 2010-09-06 | 1 | -0/+28 |
|
|
* | Clean up the fix to #9324 with some of the suggestions raised on python-dev | Brian Curtin | 2010-09-06 | 1 | -11/+10 |
|
|
* | hashlib has two new constant attributes: algorithms_guaranteed and | Gregory P. Smith | 2010-09-06 | 1 | -1/+69 |
|
|
* | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an | Antoine Pitrou | 2010-09-05 | 3 | -21/+14 |
|
|
* | Fix for issue9662, patch by Łukasz Langa in issue5504. | Ronald Oussoren | 2010-09-05 | 3 | -3/+9 |
|
|
* | #9776: fix some spacing. | Georg Brandl | 2010-09-05 | 1 | -3/+3 |
|
|
* | #9747: fix copy-paste error in getresgid() doc. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | Inline cmp_lt(). | Raymond Hettinger | 2010-09-05 | 1 | -15/+11 |
|
|
* | Issue #7451: Improve decoding performance of JSON objects, and reduce | Antoine Pitrou | 2010-09-04 | 1 | -45/+82 |
|
|
* | Fix typos in error messages (thanks Arfrever). | Antoine Pitrou | 2010-09-04 | 1 | -2/+2 |
|
|
* | Issue #7736: Release the GIL around calls to opendir() and closedir() | Antoine Pitrou | 2010-09-04 | 1 | -1/+10 |
|
|
* | Welcome to the UTF-8 world. | Florent Xicluna | 2010-09-03 | 17 | -17/+17 |
|
|
* | Fix invalid bytes for UTF-8 | Éric Araujo | 2010-09-03 | 1 | -1/+1 |
|
|
* | Issue #3805: clean up implementation of the _read method in _ssl.c. | Antoine Pitrou | 2010-09-03 | 1 | -29/+30 |
|
|
* | Fix Issue9753: socket.dup() does not always work right on Windows | Daniel Stutzbach | 2010-09-03 | 1 | -8/+5 |
|
|
* | BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. | Antoine Pitrou | 2010-09-02 | 2 | -2/+2 |
|
|
* | Try to fix some buildbot failures on test_ssl | Antoine Pitrou | 2010-09-01 | 1 | -0/+1 |
|
|
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -17/+77 |
|
|
* | Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenS... | Giampaolo Rodolà | 2010-09-01 | 1 | -0/+3 |
|
|
* | Fix line wrapping | Raymond Hettinger | 2010-09-01 | 1 | -4/+2 |
|
|
* | Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other... | Daniel Stutzbach | 2010-08-31 | 1 | -3/+0 |
|
|
* | Fix issue issue9706: provides a better error handling for various SSL operations | Giampaolo Rodolà | 2010-08-29 | 1 | -3/+20 |
|
|
* | Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private | Antoine Pitrou | 2010-08-28 | 1 | -0/+8 |
|
|
* | Issue #1868: Eliminate subtle timing issues in thread-local objects by | Antoine Pitrou | 2010-08-28 | 1 | -43/+38 |
|
|
* | Add file needed to make distclean. | Martin v. Löwis | 2010-08-28 | 1 | -0/+430 |
|
|
* | Issue #9704: Add zlib files necessary to run configure | Martin v. Löwis | 2010-08-28 | 8 | -0/+2387 |
|
|
* | Issue #1027206: getnameinfo is now restricted to numeric addresses as input. | Martin v. Löwis | 2010-08-25 | 1 | -0/+1 |
|
|
* | Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use m... | Daniel Stutzbach | 2010-08-24 | 3 | -9/+8 |
|
|
* | tabbing no longer applicable | Benjamin Peterson | 2010-08-24 | 1 | -1/+1 |
|
|
* | Under OS X, history_get from readline returns a const char *, but the local | Brett Cannon | 2010-08-22 | 1 | -3/+3 |
|
|
* | Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and | Martin v. Löwis | 2010-08-22 | 1 | -10/+18 |
|
|
* | Issue #9617: Signals received during a low-level write operation aren't | Antoine Pitrou | 2010-08-21 | 1 | -0/+10 |
|
|
* | PYTHONFSENCODING is not available on Windows or Mac OS X | Victor Stinner | 2010-08-19 | 1 | -7/+9 |
|
|
* | Decode NIS data to fs encoding, using the surrogate error handler. | Martin v. Löwis | 2010-08-19 | 1 | -8/+18 |
|
|
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module. | Andrew M. Kuchling | 2010-08-18 | 1 | -0/+8 |
|
|
* | Improve error message if the command is not decodable | Victor Stinner | 2010-08-18 | 1 | -0/+1 |
|
|
* | Issue #8622: Add PYTHONFSENCODING environment variable to override the | Victor Stinner | 2010-08-18 | 1 | -0/+1 |
|
|
* | Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by | Antoine Pitrou | 2010-08-18 | 1 | -1/+22 |
|
|
* | Restore GIL in nis_cat in case of error. | Martin v. Löwis | 2010-08-18 | 1 | -0/+1 |
|
|
* | Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t". | Antoine Pitrou | 2010-08-17 | 1 | -30/+33 |
|
|
* | Fix <deque iterator>.__length_hint__() under 64-bit Windows. | Antoine Pitrou | 2010-08-17 | 1 | -1/+1 |
|
|