summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bump version to 2.7b1Benjamin Peterson2010-04-102-2/+2
* Issue #8348: Fix test ftp url in test_urllib2net.Martin v. Löwis2010-04-081-0/+2
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-081-0/+2
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-081-0/+2
* Document the libffi FreeBSD fix.Jeroen Ruigrok van der Werven2010-04-071-0/+3
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+2
* document new PYTHONWARNINGS env varPhilip Jenvey2010-04-061-0/+3
* #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+2
* remove a optimization that resulted in unexpected behavior #8929Benjamin Peterson2010-04-061-0/+3
* Issue #8193: Fix test_zlib failure with zlib 1.2.4.Antoine Pitrou2010-04-061-0/+2
* Misc/NEWS entry for r79843.Mark Dickinson2010-04-061-0/+4
* Add JP.Georg Brandl2010-04-061-1/+4
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-051-0/+4
* fix dis on new style classes #8310Benjamin Peterson2010-04-041-0/+2
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-1/+1
* Add functools.CmpToKey()Raymond Hettinger2010-04-041-0/+6
* ensure that the locale does not affect the tokenization of identifiersBenjamin Peterson2010-04-031-0/+2
* Add count() method to collections.deque().Raymond Hettinger2010-04-031-1/+1
* Add Misc/NEWS entry for r79609.Mark Dickinson2010-04-031-0/+6
* Issue #8300: Let struct.pack use __index__ to convert and pack non-integers.Mark Dickinson2010-04-031-0/+5
* Add subtract() method to collections.Counter() objects.Raymond Hettinger2010-04-031-0/+2
* Issue #1222585: Added LDCXXSHARED for C++ supportTarek Ziadé2010-04-031-0/+2
* give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-031-0/+2
* Add note about #1220212 (os.kill on Windows)Brian Curtin2010-04-021-0/+3
* Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatchesMichael Foord2010-04-021-0/+5
* Issue #8294: Allow float and Decimal arguments in Fraction constructor.Mark Dickinson2010-04-021-0/+3
* Add a line about #7347 to Misc\NewsBrian Curtin2010-04-021-0/+3
* Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...Eric Smith2010-04-021-0/+8
* Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB isLarry Hastings2010-04-021-0/+3
* Capsule-related changes:Larry Hastings2010-04-021-1/+3
* Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.Mark Dickinson2010-04-021-1/+2
* Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.Mark Dickinson2010-04-021-0/+4
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-021-0/+5
* Issue #8276: PyEval_CallObject() is now only available in macro form. TheAntoine Pitrou2010-04-011-0/+4
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-012-0/+4
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-311-0/+3
* - Issue #8233: When run as a script, py_compile.py optionally takes a singleBarry Warsaw2010-03-311-2/+7
* Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.Antoine Pitrou2010-03-302-0/+3
* add inspect.getcallargs, which binds function arguments like a normal call #3135Benjamin Peterson2010-03-301-0/+3
* fix ACKS: alphabetic order and UTF-8Florent Xicluna2010-03-301-3/+3
* #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru...Florent Xicluna2010-03-301-0/+3
* Highlight the change of behavior related to r79494. Now VT and FF are linebr...Florent Xicluna2010-03-301-2/+3
* #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to...Florent Xicluna2010-03-301-0/+4
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+2
* Add Misc/NEWS entry for r79455.Mark Dickinson2010-03-271-0/+5
* Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc...Antoine Pitrou2010-03-261-1/+3
* #8207: Fix test_pep277 on OS XFlorent Xicluna2010-03-251-2/+2
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+6
* Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compilerVictor Stinner2010-03-251-0/+3
* Add Brian Curtin.Martin v. Löwis2010-03-241-0/+2