| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. | Mark Dickinson | 2010-04-03 | 1 | -0/+5 |
|
|
* | Add subtract() method to collections.Counter() objects. | Raymond Hettinger | 2010-04-03 | 1 | -0/+2 |
|
|
* | Issue #1222585: Added LDCXXSHARED for C++ support | Tarek Ziadé | 2010-04-03 | 1 | -0/+2 |
|
|
* | give TypeError when trying to set T_STRING_INPLACE | Benjamin Peterson | 2010-04-03 | 1 | -0/+2 |
|
|
* | Add note about #1220212 (os.kill on Windows) | Brian Curtin | 2010-04-02 | 1 | -0/+3 |
|
|
* | Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches | Michael Foord | 2010-04-02 | 1 | -0/+5 |
|
|
* | Issue #8294: Allow float and Decimal arguments in Fraction constructor. | Mark Dickinson | 2010-04-02 | 1 | -0/+3 |
|
|
* | Add a line about #7347 to Misc\News | Brian Curtin | 2010-04-02 | 1 | -0/+3 |
|
|
* | Issue 7994: Make object.__format__ with a non-empty format string a PendingDe... | Eric Smith | 2010-04-02 | 1 | -0/+8 |
|
|
* | Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is | Larry Hastings | 2010-04-02 | 1 | -0/+3 |
|
|
* | Capsule-related changes: | Larry Hastings | 2010-04-02 | 1 | -1/+3 |
|
|
* | Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. | Mark Dickinson | 2010-04-02 | 1 | -1/+2 |
|
|
* | Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. | Mark Dickinson | 2010-04-02 | 1 | -0/+4 |
|
|
* | Issue #2531: Make float-to-decimal comparisons return correct results. | Mark Dickinson | 2010-04-02 | 1 | -0/+5 |
|
|
* | Issue #8276: PyEval_CallObject() is now only available in macro form. The | Antoine Pitrou | 2010-04-01 | 1 | -0/+4 |
|
|
* | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 1 | -0/+3 |
|
|
* | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 1 | -0/+3 |
|
|
* | - Issue #8233: When run as a script, py_compile.py optionally takes a single | Barry Warsaw | 2010-03-31 | 1 | -2/+7 |
|
|
* | Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. | Antoine Pitrou | 2010-03-30 | 1 | -0/+2 |
|
|
* | add inspect.getcallargs, which binds function arguments like a normal call #3135 | Benjamin Peterson | 2010-03-30 | 1 | -0/+3 |
|
|
* | #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru... | Florent Xicluna | 2010-03-30 | 1 | -0/+3 |
|
|
* | Highlight the change of behavior related to r79494. Now VT and FF are linebr... | Florent Xicluna | 2010-03-30 | 1 | -2/+3 |
|
|
* | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to... | Florent Xicluna | 2010-03-30 | 1 | -0/+4 |
|
|
* | Backport of weakref.WeakSet and tests from Python 3. | Michael Foord | 2010-03-29 | 1 | -0/+2 |
|
|
* | Add Misc/NEWS entry for r79455. | Mark Dickinson | 2010-03-27 | 1 | -0/+5 |
|
|
* | Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc... | Antoine Pitrou | 2010-03-26 | 1 | -1/+3 |
|
|
* | #8207: Fix test_pep277 on OS X | Florent Xicluna | 2010-03-25 | 1 | -2/+2 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+6 |
|
|
* | Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler | Victor Stinner | 2010-03-25 | 1 | -0/+3 |
|
|
* | logging: Added LOG_FTP for SysLogHandler and updated documentation. | Vinay Sajip | 2010-03-24 | 1 | -0/+2 |
|
|
* | Issue #8205: Remove the "Modules" directory from sys.path when Python is runn... | Florent Xicluna | 2010-03-22 | 1 | -0/+3 |
|
|
* | #7667: Fix doctest failures with non-ASCII paths. | Florent Xicluna | 2010-03-22 | 1 | -0/+2 |
|
|
* | Issue #7512: shutil.copystat() could raise an OSError when the filesystem | Antoine Pitrou | 2010-03-22 | 1 | -0/+4 |
|
|
* | Issue #7703: ctypes supports both buffer() and memoryview(). The former is d... | Florent Xicluna | 2010-03-22 | 1 | -0/+3 |
|
|
* | Issue #7860: platform.uname now reports the correct 'machine' type | R. David Murray | 2010-03-22 | 1 | -0/+3 |
|
|
* | logging: Added getChild utility method to Logger and added isEnabledFor metho... | Vinay Sajip | 2010-03-22 | 1 | -0/+3 |
|
|
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -1/+3 |
|
|
* | Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ... | Vinay Sajip | 2010-03-22 | 1 | -0/+4 |
|
|
* | Fix the NEWS about my last commit: an unicode subclass can now override the | Victor Stinner | 2010-03-22 | 1 | -1/+1 |
|
|
* | Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ... | Vinay Sajip | 2010-03-22 | 1 | -0/+3 |
|
|
* | Issue #1583863: An unicode subclass can now override the __str__ method | Victor Stinner | 2010-03-22 | 1 | -0/+2 |
|
|
* | improve error message from passing inadequate number of keyword arguments #6474 | Benjamin Peterson | 2010-03-21 | 1 | -0/+3 |
|
|
* | Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. | Antoine Pitrou | 2010-03-21 | 1 | -0/+2 |
|
|
* | Issue #1628484: The Makefile doesn't ignore the CFLAGS environment | Antoine Pitrou | 2010-03-21 | 1 | -0/+4 |
|
|
* | #8180: Fix test_pep277 on OS X and add more tests for special Unicode normali... | Florent Xicluna | 2010-03-21 | 1 | -0/+3 |
|
|
* | Issue #8179: Fix macpath.realpath() on a non-existing path. | Florent Xicluna | 2010-03-21 | 1 | -0/+2 |
|
|
* | - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. | Matthias Klose | 2010-03-19 | 1 | -0/+2 |
|
|
* | Make python-config support multiple option flags on the same command line, ra... | Collin Winter | 2010-03-19 | 1 | -0/+2 |
|
|
* | Add support for weak references to code objects. This will be used by an opti... | Collin Winter | 2010-03-18 | 1 | -0/+2 |
|
|
* | Issue #8024: Update the Unicode database to 5.2 | Florent Xicluna | 2010-03-18 | 1 | -0/+2 |
|
|