| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2010-10-22 | 1 | -17/+34 |
|
|
* | For now, remove accept4() code (issue #10115) | Antoine Pitrou | 2010-10-22 | 1 | -9/+0 |
|
|
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -5/+40 |
|
|
* | #4829: better error message for invalid file mode | Georg Brandl | 2010-10-21 | 1 | -1/+2 |
|
|
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -3/+6 |
|
|
* | Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of | Victor Stinner | 2010-10-20 | 1 | -0/+8 |
|
|
* | zipimport: remove arbitrary length limit from message formats | Victor Stinner | 2010-10-18 | 1 | -14/+9 |
|
|
* | zipimport: document archive encoding; fix indentation | Victor Stinner | 2010-10-18 | 1 | -3/+4 |
|
|
* | Revert r85699 and r85701 (zipimport): fullname is a module name, not a path | Victor Stinner | 2010-10-18 | 1 | -42/+18 |
|
|
* | zipimport: fix "can't find module ..." error message | Victor Stinner | 2010-10-18 | 1 | -4/+16 |
|
|
* | zipimport: find_module(), is_package() and get_source() supports surrogates | Victor Stinner | 2010-10-18 | 1 | -16/+28 |
|
|
* | zipimport: pass path size to make_filename() | Victor Stinner | 2010-10-18 | 1 | -5/+5 |
|
|
* | Fix hash function type. | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | get_code_from_data() uses the filesystem encoding to encode the module path, | Victor Stinner | 2010-10-18 | 1 | -8/+7 |
|
|
* | zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending on | Victor Stinner | 2010-10-18 | 1 | -2/+9 |
|
|
* | zipimport: get_module_code() returns modpath as a Unicode object | Victor Stinner | 2010-10-18 | 1 | -12/+23 |
|
|
* | zipimporter_load_module() doesn't destroy mod on error | Victor Stinner | 2010-10-18 | 1 | -9/+9 |
|
|
* | zipimport: encode the prefix to the fileystem encoding | Victor Stinner | 2010-10-18 | 1 | -8/+15 |
|
|
* | zipimport, get_module_code(): avoid useless _PyUnicode_AsString() | Victor Stinner | 2010-10-18 | 1 | -3/+2 |
|
|
* | zipimport: fix indentation | Victor Stinner | 2010-10-18 | 1 | -4/+5 |
|
|
* | Remove more unneeded casts to hashfunc. | Georg Brandl | 2010-10-18 | 2 | -6/+6 |
|
|
* | Fix type of hash function. | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | Fix compiler warning about unused static function. | Georg Brandl | 2010-10-18 | 1 | -1/+4 |
|
|
* | Fix compiler warnings about formatting pid_t as an int, by always casting to ... | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. | R. David Murray | 2010-10-18 | 1 | -0/+4 |
|
|
* | fix strict aliasing warnings | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 2 | -8/+8 |
|
|
* | Fix T_BOOL bug of issue 8845. | Martin v. Löwis | 2010-10-17 | 1 | -1/+1 |
|
|
* | run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of | Victor Stinner | 2010-10-17 | 1 | -2/+2 |
|
|
* | Fix compilation warning in _ctypes module on Window | Amaury Forgeot d'Arc | 2010-10-17 | 1 | -1/+1 |
|
|
* | Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined | Gregory P. Smith | 2010-10-17 | 1 | -2/+13 |
|
|
* | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -1/+1 |
|
|
* | applying netbsd-wizs-mod.patch from issue5510 - | Gregory P. Smith | 2010-10-17 | 1 | -2/+25 |
|
|