| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10323: Predictable final state for slice(). | Raymond Hettinger | 2010-11-30 | 1 | -3/+4 |
|
|
* | Fix for #8879. | Brian Curtin | 2010-11-28 | 1 | -2/+18 |
|
|
* | Windows: fix leak in posix_listdir. | Stefan Krah | 2010-11-27 | 1 | -0/+1 |
|
|
* | Fix additional leaks. | Stefan Krah | 2010-11-27 | 1 | -0/+2 |
|
|
* | Further indentation cleanup. | Stefan Krah | 2010-11-26 | 1 | -49/+49 |
|
|
* | Issue #10383: Fix two leaks. | Stefan Krah | 2010-11-26 | 1 | -7/+11 |
|
|
* | Fix compilation warnings seen on Windows. | Amaury Forgeot d'Arc | 2010-11-25 | 1 | -7/+7 |
|
|
* | Fix #8879. Add os.link support to Windows. | Brian Curtin | 2010-11-24 | 1 | -0/+32 |
|
|
* | ifdef a Windows specific section. | Brian Curtin | 2010-11-24 | 1 | -0/+2 |
|
|
* | Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. | Brian Curtin | 2010-11-24 | 1 | -302/+279 |
|
|
* | Issue #10459: Update CJK character names to Unicode 6.0. | Martin v. Löwis | 2010-11-22 | 1 | -4/+7 |
|
|
* | Issue #8078: Add constants for higher baud rates in the termios module. | Antoine Pitrou | 2010-11-20 | 1 | -0/+37 |
|
|
* | correct logic when pos is after the string #10467 | Benjamin Peterson | 2010-11-20 | 1 | -3/+8 |
|
|
* | Issue #10443: Add the SSLContext.set_default_verify_paths() method. | Antoine Pitrou | 2010-11-17 | 1 | -0/+12 |
|
|
* | Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. | Antoine Pitrou | 2010-11-17 | 1 | -0/+4 |
|
|
* | Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static. | Matthias Klose | 2010-11-16 | 1 | -1/+1 |
|
|
* | getpath.c: fix test to detech PyUnicode_AsWideChar() failure | Victor Stinner | 2010-11-10 | 1 | -4/+4 |
|
|
* | Issue #10022: The dictionary returned by the `getpeercert()` method | Antoine Pitrou | 2010-11-09 | 1 | -53/+47 |
|
|
* | Fix issue10324 - Modules/binascii.c: simplify expressions | Senthil Kumaran | 2010-11-09 | 1 | -2/+1 |
|
|
* | Issue #10359: Remove useless (duplicate) initialization in _csv | Victor Stinner | 2010-11-09 | 1 | -1/+1 |
|
|
* | Issue #10359: Remove useless comma, invalid in ISO C | Victor Stinner | 2010-11-09 | 1 | -2/+2 |
|
|
* | Issue #10359: Use Py_UNICODE for the typecode in array | Victor Stinner | 2010-11-09 | 1 | -7/+9 |
|
|
* | Issue #10359: Remove ";" after function definition, invalid in ISO C | Victor Stinner | 2010-11-09 | 1 | -1/+1 |
|
|
* | Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using | Victor Stinner | 2010-11-08 | 1 | -17/+30 |
|
|
* | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | Victor Stinner | 2010-11-08 | 1 | -1/+1 |
|
|
* | Issue #10180: Pickling file objects is now explicitly forbidden, since | Antoine Pitrou | 2010-11-05 | 3 | -0/+32 |
|
|
* | Issue #10311: The signal module now restores errno before returning from | Antoine Pitrou | 2010-11-05 | 1 | -14/+20 |
|
|
* | Fixed socket_gethostname() on windows. | Hirokazu Yamamoto | 2010-11-05 | 1 | -6/+9 |
|
|
* | Issue #10279: fix test_gc under Win64. | Antoine Pitrou | 2010-11-05 | 1 | -2/+2 |
|
|
* | Issue #10314: improve performance of JSON encoding with sort_keys=True | Antoine Pitrou | 2010-11-04 | 1 | -20/+25 |
|
|
* | Issue #5391: mmap.read_byte() should return unsigned value [0, 255] | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
|
|
* | Fix Issue 10307 - compile error in readline.c | Senthil Kumaran | 2010-11-04 | 1 | -1/+1 |
|
|
* | No declarations in the middle of a block (fixes compile under Windows) | Antoine Pitrou | 2010-10-31 | 1 | -3/+3 |
|
|
* | Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. | Antoine Pitrou | 2010-10-31 | 1 | -29/+104 |
|
|
* | if FileIO.__init__ fails, close fd | Benjamin Peterson | 2010-10-30 | 1 | -0/+2 |
|
|
* | fix style | Benjamin Peterson | 2010-10-30 | 1 | -1/+1 |
|
|
* | Issue #10253: FileIO leaks a file descriptor when trying to open a file | Antoine Pitrou | 2010-10-30 | 1 | -1/+6 |
|
|
* | plug refleak | Benjamin Peterson | 2010-10-29 | 1 | -0/+1 |
|
|
* | Issue #9377: Use Unicode API for gethostname on Windows. | Martin v. Löwis | 2010-10-29 | 1 | -0/+22 |
|
|
* | Issue #10093: ResourceWarnings are now issued when files and sockets are | Antoine Pitrou | 2010-10-29 | 5 | -13/+104 |
|
|
* | Issue #8852: Allow the socket module to build on OpenSolaris. | Antoine Pitrou | 2010-10-27 | 1 | -12/+28 |
|
|
* | In open(), only set the buffer size from st.st_blksize when it is greater | Antoine Pitrou | 2010-10-27 | 1 | -1/+1 |
|
|
* | Issue #10143: Update "os.pathconf" values | Jesus Cea | 2010-10-25 | 1 | -0/+33 |
|
|
* | These are true PyCFunctions, after adding the second argument to oss_self, no... | Georg Brandl | 2010-10-24 | 1 | -5/+5 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -10/+10 |
|
|
* | Add casts (one needed, one for consistency). | Georg Brandl | 2010-10-24 | 1 | -4/+4 |
|
|
* | Issue #10185: use Py_hash_t instead of long | Antoine Pitrou | 2010-10-23 | 1 | -1/+1 |
|
|
* | #6518: enable context manager protocol for ossaudiodev types. | Georg Brandl | 2010-10-23 | 1 | -0/+25 |
|
|
* | Issue #6011: getpath: decode VPATH env var from the locale encoding | Victor Stinner | 2010-10-23 | 1 | -7/+10 |
|
|
* | Revert r85797 (and r85798): it broke the Windows buildbots because of | Antoine Pitrou | 2010-10-22 | 1 | -34/+17 |
|
|