| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | fix issue #8866: parameters passed to socket.getaddrinfo can now be specified... | Giampaolo Rodolà | 2010-08-17 | 1 | -5/+7 |
|
|
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod... | Nick Coghlan | 2010-08-17 | 1 | -3/+2 |
|
|
* | Issue #9425: zipimporter_repr() uses unicode | Victor Stinner | 2010-08-17 | 1 | -12/+7 |
|
|
* | Issue #9425: get_data() uses an unicode path | Victor Stinner | 2010-08-16 | 1 | -29/+39 |
|
|
* | r82659 reintroduced some tab characters. Untabify again. | Amaury Forgeot d'Arc | 2010-08-16 | 1 | -7/+7 |
|
|
* | Issue #8983: Corrected docstrings. | Alexander Belopolsky | 2010-08-16 | 2 | -4/+4 |
|
|
* | Issue #665761: functools.reduce() will no longer mask exceptions other | Alexander Belopolsky | 2010-08-16 | 1 | -2/+3 |
|
|
* | Issue #9425: read_directory() is fully unicode compliant | Victor Stinner | 2010-08-16 | 1 | -21/+28 |
|
|
* | Fix more 64-bit warnings. | Antoine Pitrou | 2010-08-15 | 2 | -15/+11 |
|
|
* | Fix other warnings under 64-bit Windows. | Antoine Pitrou | 2010-08-15 | 3 | -6/+7 |
|
|
* | Issue #9605: posix.getlogin() decodes the username with file filesystem | Victor Stinner | 2010-08-15 | 1 | -4/+3 |
|
|
* | Issue #9604: posix.initgroups() encodes the username using the fileystem | Victor Stinner | 2010-08-15 | 1 | -2/+8 |
|
|
* | Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name | Victor Stinner | 2010-08-15 | 1 | -2/+2 |
|
|
* | Removing the comment lines for the modules which were made to build statically. | Senthil Kumaran | 2010-08-15 | 1 | -3/+0 |
|
|
* | Issue #9425: zipimporter_init() is fully unicode compliant | Victor Stinner | 2010-08-14 | 1 | -37/+53 |
|
|
* | Fix indentation in Modules/getpath.c | Antoine Pitrou | 2010-08-14 | 1 | -59/+59 |
|
|
* | Add comments about Windows in Modules/getpath.c | Antoine Pitrou | 2010-08-14 | 1 | -2/+7 |
|
|
* | Kill a gcc warning introduced by r83988 | Victor Stinner | 2010-08-14 | 1 | -1/+2 |
|
|
* | Create _Py_wchar2char() function, reverse of _Py_char2wchar() | Victor Stinner | 2010-08-13 | 2 | -11/+94 |
|
|
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute it | Antoine Pitrou | 2010-08-13 | 2 | -9/+34 |
|
|
* | use pep 383 decoding for mknod and mkfifo #9570 | Benjamin Peterson | 2010-08-11 | 1 | -2/+10 |
|
|
* | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | Alexander Belopolsky | 2010-08-11 | 2 | -15/+15 |
|
|
* | Issue #9550: a BufferedReader could issue an additional read when the | Antoine Pitrou | 2010-08-11 | 1 | -1/+4 |
|
|
* | Issue #6915: Under Windows, os.listdir() didn't release the Global | Antoine Pitrou | 2010-08-09 | 1 | -1/+5 |
|
|
* | Issue #3757: thread-local objects now support cyclic garbage collection. | Antoine Pitrou | 2010-08-09 | 1 | -45/+224 |
|
|
* | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() | Antoine Pitrou | 2010-08-09 | 1 | -8/+8 |
|
|
* | Fix Issue9545 - Adding _collections to static build. | Senthil Kumaran | 2010-08-09 | 1 | -0/+3 |
|
|
* | Issue #8524: Add a forget() method to socket objects, so as to put the | Antoine Pitrou | 2010-08-08 | 1 | -0/+17 |
|
|
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -9/+39 |
|
|
* | Fix issue6869: refcount problem in the _ctypes extension. | Thomas Heller | 2010-08-08 | 1 | -0/+6 |
|
|
* | Fix issue5504: ctypes does now work with systems where mmap can't be | Thomas Heller | 2010-08-08 | 7 | -18/+31 |
|
|
* | remove dead code #9292 | Benjamin Peterson | 2010-08-08 | 1 | -23/+11 |
|
|
* | Issue #9425: Create run_file() subfunction | Victor Stinner | 2010-08-07 | 1 | -24/+36 |
|
|
* | Issue #9425: Create run_command() subfunction | Victor Stinner | 2010-08-07 | 1 | -15/+23 |
|
|
* | Fix #9324: Add parameter validation to signal.signal on Windows in order | Brian Curtin | 2010-08-06 | 1 | -0/+15 |
|
|