| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump version to 2.7b1 | Benjamin Peterson | 2010-04-10 | 2 | -2/+2 |
| | | |||||
| * | Issue #8348: Fix test ftp url in test_urllib2net. | Martin v. Löwis | 2010-04-08 | 1 | -0/+2 |
| | | |||||
| * | Issue #8204: Fix test_ttk notebook test by forcing focus. | Martin v. Löwis | 2010-04-08 | 1 | -0/+2 |
| | | |||||
| * | Issue #8344: Fix test_ttk bug on FreeBSD. | Martin v. Löwis | 2010-04-08 | 1 | -0/+2 |
| | | |||||
| * | Document the libffi FreeBSD fix. | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -0/+3 |
| | | |||||
| * | Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. | Martin v. Löwis | 2010-04-07 | 1 | -0/+2 |
| | | |||||
| * | document new PYTHONWARNINGS env var | Philip Jenvey | 2010-04-06 | 1 | -0/+3 |
| | | |||||
| * | #7301: add the environment variable $PYTHONWARNINGS to supplement the -W | Philip Jenvey | 2010-04-06 | 1 | -0/+2 |
| | | | | | | command line option patch from Brian Curtin | ||||
| * | remove a optimization that resulted in unexpected behavior #8929 | Benjamin Peterson | 2010-04-06 | 1 | -0/+3 |
| | | |||||
| * | Issue #8193: Fix test_zlib failure with zlib 1.2.4. | Antoine Pitrou | 2010-04-06 | 1 | -0/+2 |
| | | |||||
| * | Misc/NEWS entry for r79843. | Mark Dickinson | 2010-04-06 | 1 | -0/+4 |
| | | |||||
| * | Add JP. | Georg Brandl | 2010-04-06 | 1 | -1/+4 |
| | | |||||
| * | Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, | Antoine Pitrou | 2010-04-05 | 1 | -0/+4 |
| | | | | | | using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO` and `ssl.OPENSSL_VERSION_NUMBER`. | ||||
| * | fix dis on new style classes #8310 | Benjamin Peterson | 2010-04-04 | 1 | -0/+2 |
| | | |||||
| * | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 1 | -1/+1 |
| | | | | | | | Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource. | ||||
| * | Add functools.CmpToKey() | Raymond Hettinger | 2010-04-04 | 1 | -0/+6 |
| | | |||||
| * | ensure that the locale does not affect the tokenization of identifiers | Benjamin Peterson | 2010-04-03 | 1 | -0/+2 |
| | | |||||
| * | Add count() method to collections.deque(). | Raymond Hettinger | 2010-04-03 | 1 | -1/+1 |
| | | |||||
| * | Add Misc/NEWS entry for r79609. | Mark Dickinson | 2010-04-03 | 1 | -0/+6 |
| | | |||||
| * | Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. | Mark Dickinson | 2010-04-03 | 1 | -0/+5 |
| | | | | | Based on a patch by Meador Inge. | ||||
| * | 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 ↵ | Eric Smith | 2010-04-02 | 1 | -0/+8 |
| | | | | | PendingDecprecationWarning. Still need to remove uses of this from various tests. | ||||
| * | Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is | Larry Hastings | 2010-04-02 | 1 | -0/+3 |
| | | | | | a socket option available on FreeBSD 7.1 and newer. | ||||
| * | Capsule-related changes: | Larry Hastings | 2010-04-02 | 1 | -1/+3 |
| | | | | | | | | | | | | * PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes. | ||||
| * | Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. | Mark Dickinson | 2010-04-02 | 1 | -1/+2 |
| | | | | | | | Also rewrite the Decimal __hash__ method so that it doesn't rely on float('inf') being valid: float('inf') could raise an exception on platforms not using IEEE 754 arithmetic. | ||||
| * | 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 |
| | | | | | | | | Float to decimal comparison operations now return a result based on the numeric values of the operands. Decimal.__hash__ has also been fixed so that Decimal and float values that compare equal have equal hash value. | ||||
| * | Issue #8276: PyEval_CallObject() is now only available in macro form. The | Antoine Pitrou | 2010-04-01 | 1 | -0/+4 |
| | | | | | | function declaration, which was kept for backwards compatibility reasons, is now removed (the macro was introduced in 1997!). | ||||
| * | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 2 | -0/+4 |
| | | | | | allowing to use advanced gdb features when debugging Python. | ||||
| * | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 1 | -0/+3 |
| | | | | | references. | ||||
| * | - Issue #8233: When run as a script, py_compile.py optionally takes a single | Barry Warsaw | 2010-03-31 | 1 | -2/+7 |
| | | | | | | | argument `-` which tells it to read files to compile from stdin. Each line is read on demand and the named file is compiled immediately. (Original patch by Piotr Ożarowski). | ||||
| * | Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. | Antoine Pitrou | 2010-03-30 | 2 | -0/+3 |
| | | |||||
| * | add inspect.getcallargs, which binds function arguments like a normal call #3135 | Benjamin Peterson | 2010-03-30 | 1 | -0/+3 |
| | | | | | Patch by George Sakkis | ||||
| * | fix ACKS: alphabetic order and UTF-8 | Florent Xicluna | 2010-03-30 | 1 | -3/+3 |
| | | |||||
| * | #8263: Now regrtest.py will report a failure if it receives a ↵ | Florent Xicluna | 2010-03-30 | 1 | -0/+3 |
| | | | | | KeyboardInterrupt (SIGINT). | ||||
| * | Highlight the change of behavior related to r79494. Now VT and FF are ↵ | Florent Xicluna | 2010-03-30 | 1 | -2/+3 |
| | | | | | linebreaks. | ||||
| * | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according ↵ | Florent Xicluna | 2010-03-30 | 1 | -0/+4 |
| | | | | | to Unicode Standard Annex #14. | ||||
| * | 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 ↵ | Antoine Pitrou | 2010-03-26 | 1 | -1/+3 |
| | | | | | | | | | blocking reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890) | ||||
| * | #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 |
| | | | | | CObject to PyCapsule. | ||||
| * | Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler | Victor Stinner | 2010-03-25 | 1 | -0/+3 |
| | | | | | optimizations are disabled when --with-pydebug is used. | ||||
| * | Add Brian Curtin. | Martin v. Löwis | 2010-03-24 | 1 | -0/+2 |
| | | |||||
