| Commit message (Expand) | Author | Age | Files | Lines |
* | - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 | Alexander Belopolsky | 2011-01-05 | 1 | -34/+19 |
|
|
* | Issue #10756: atexit normalizes the exception before displaying it. | Victor Stinner | 2011-01-05 | 1 | -0/+1 |
|
|
* | test_unicode: use ctypes to test PyUnicode_FromFormat() | Victor Stinner | 2011-01-05 | 1 | -12/+0 |
|
|
* | Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead | Victor Stinner | 2011-01-04 | 1 | -1/+1 |
|
|
* | Issue #9566: explain why (int)len cannot underflow | Victor Stinner | 2011-01-04 | 1 | -0/+1 |
|
|
* | Whitespace cleanup | Alexander Belopolsky | 2011-01-04 | 1 | -2/+1 |
|
|
* | Issue #8013: time.asctime and time.ctime no longer call system asctime | Alexander Belopolsky | 2011-01-04 | 1 | -22/+39 |
|
|
* | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 10 | -26/+23 |
|
|
* | Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if | Victor Stinner | 2011-01-04 | 1 | -4/+18 |
|
|
* | Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the | Victor Stinner | 2011-01-04 | 2 | -6/+27 |
|
|
* | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 2 | -9/+1 |
|
|
* | Issue #10806, issue #9905: Fix subprocess pipes when some of the standard | Antoine Pitrou | 2011-01-03 | 1 | -8/+21 |
|
|
* | Make C helper function more closely match the pure python version, and add te... | Raymond Hettinger | 2011-01-03 | 1 | -22/+49 |
|
|
* | #8278: In the Windows implementation of stat() and utime(), | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -12/+21 |
|
|
* | #8013 follow-up: | Georg Brandl | 2011-01-02 | 1 | -7/+13 |
|
|
* | issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno EN... | Gregory P. Smith | 2011-01-02 | 1 | -17/+29 |
|
|
* | Issue #8013: Fixed time.asctime segfault when OS's asctime fails | Alexander Belopolsky | 2011-01-02 | 1 | -0/+4 |
|
|
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric... | Georg Brandl | 2010-12-28 | 1 | -3/+2 |
|
|
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -19/+13 |
|
|
* | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 1 | -21/+6 |
|
|
* | Issue #10254: Fixed a crash and a regression introduced by the implementation... | Alexander Belopolsky | 2010-12-23 | 1 | -4/+9 |
|
|
* | fix a compiler warning about err_msg potentially being used uninitialized. | Gregory P. Smith | 2010-12-22 | 1 | -1/+1 |
|
|
* | Issue #10750: The `raw` attribute of buffered IO objects is now read-only. | Antoine Pitrou | 2010-12-21 | 1 | -3/+3 |
|
|
* | #9907: call rl_initialize early when using editline on OSX | R. David Murray | 2010-12-18 | 1 | -2/+15 |
|
|
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -13/+67 |
|
|
* | Issue 10667: Fast path for collections.Counter | Raymond Hettinger | 2010-12-15 | 1 | -1/+67 |
|
|
* | #775964: skip YP/NIS entries instead of failing the test | R. David Murray | 2010-12-14 | 1 | -1/+3 |
|
|
* | Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. | Gregory P. Smith | 2010-12-14 | 1 | -1/+1 |
|
|
* | #10699: fix docstring for tzset: it does not take a parameter | R. David Murray | 2010-12-14 | 1 | -1/+1 |
|
|
* | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from | Gregory P. Smith | 2010-12-13 | 1 | -0/+44 |
|
|
* | Reverted accidental commit (from r87159) | Alexander Belopolsky | 2010-12-10 | 1 | -12/+22 |
|
|
* | Updated UCD version and unicode.org links to Unicode 6.0.0 | Alexander Belopolsky | 2010-12-10 | 1 | -22/+12 |
|
|
* | Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) | Hirokazu Yamamoto | 2010-12-09 | 1 | -2/+4 |
|
|
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 8 | -77/+115 |
|
|
* | Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) | Hirokazu Yamamoto | 2010-12-07 | 1 | -4/+4 |
|
|
* | Should use posix_error here. | Hirokazu Yamamoto | 2010-12-05 | 1 | -5/+3 |
|
|
* | Sorry, I had introduced tab in source code. | Hirokazu Yamamoto | 2010-12-05 | 1 | -1/+1 |
|
|
* | issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller | Gregory P. Smith | 2010-12-04 | 1 | -9/+33 |
|
|
* | #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the... | Georg Brandl | 2010-12-04 | 1 | -9/+17 |
|
|
* | #1772833: add -q command line option. | Georg Brandl | 2010-12-04 | 1 | -3/+10 |
|
|
* | Fixed several corner case issues on os.stat/os.lstat related to reparse | Hirokazu Yamamoto | 2010-12-04 | 1 | -93/+110 |
|
|
* | #6045: provide at least get() and setdefault() for all dbm modules. | Georg Brandl | 2010-12-04 | 1 | -0/+47 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 8 | -13/+296 |
|
|
* | Issue #10272: The ssl module now raises socket.timeout instead of a generic | Antoine Pitrou | 2010-12-03 | 3 | -7/+10 |
|
|
* | Issue #10478: Reentrant calls inside buffered IO objects (for example by | Antoine Pitrou | 2010-12-03 | 1 | -19/+52 |
|
|
* | Simplify the signature for itertools.accumulate() to match numpy. Handle one... | Raymond Hettinger | 2010-12-03 | 1 | -23/+15 |
|
|
* | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -8/+55 |
|
|
* | Add itertools.accumulate(). | Raymond Hettinger | 2010-12-01 | 1 | -0/+142 |
|
|
* | Issue #4113: Added custom __repr__ method to functools.partial. | Alexander Belopolsky | 2010-12-01 | 1 | -1/+43 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 6 | -7/+0 |
|
|