| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure that bytearray methods return a new bytearray even if there is no c... | Benjamin Peterson | 2008-11-19 | 1 | -21/+3 |
|
|
* | when __getattr__ is a descriptor, call it correctly; fixes #4230 | Benjamin Peterson | 2008-11-17 | 1 | -3/+36 |
|
|
* | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -4/+7 |
|
|
* | Punctuation fix; expand dict.update docstring to be clearer | Andrew M. Kuchling | 2008-10-04 | 1 | -4/+6 |
|
|
* | Docstring change for *partition: use same tense as other docstrings. | Andrew M. Kuchling | 2008-10-04 | 2 | -13/+13 |
|
|
* | Docstring changes: Specify exceptions raised | Andrew M. Kuchling | 2008-10-04 | 1 | -3/+6 |
|
|
* | Docstring change: Specify exception raised | Andrew M. Kuchling | 2008-10-04 | 1 | -1/+3 |
|
|
* | Use correct capitalization of NaN | Andrew M. Kuchling | 2008-10-04 | 1 | -2/+2 |
|
|
* | Mention exception in docstring | Andrew M. Kuchling | 2008-10-03 | 1 | -1/+2 |
|
|
* | Fixed a couple more C99 comments and one occurence of inline. | Christian Heimes | 2008-10-02 | 1 | -15/+15 |
|
|
* | Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/pyth... | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
|
|
* | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 2 | -8/+6 |
|
|
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -4/+11 |
|
|
* | Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. | Martin v. Löwis | 2008-09-25 | 1 | -1/+1 |
|
|
* | should use macro'ed symbols not direct | Andrew MacIntyre | 2008-09-22 | 1 | -3/+3 |
|
|
* | Issue #3642: Suppress warning in obmalloc when size_t is | Martin v. Löwis | 2008-09-11 | 1 | -1/+3 |
|
|
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 2 | -758/+921 |
|
|
* | Fix #3634 invalid return value from _weakref.ref(Exception).__init__ | Benjamin Peterson | 2008-09-09 | 1 | -1/+1 |
|
|
* | Fix varname in docstring. #3822. | Georg Brandl | 2008-09-09 | 1 | -2/+2 |
|
|
* | #3777: long(4.2) returned an int, and broke backward compatibility. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -1/+8 |
|
|
* | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -1/+1 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -7/+0 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 2 | -80/+136 |
|
|
* | generate py3k warnings on __getslice__, __delslice__, and __setslice__ | Benjamin Peterson | 2008-08-24 | 2 | -8/+47 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 2 | -7/+18 |
|
|
* | Silenced compiler warning | Christian Heimes | 2008-08-22 | 2 | -1/+2 |
|
|
* | Changed type of numarenas from uint to size_t to silence a GCC warning on 64b... | Christian Heimes | 2008-08-22 | 1 | -1/+1 |
|
|
* | issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so | Mark Dickinson | 2008-08-21 | 1 | -5/+4 |
|
|
* | Backport of r63826. | Eric Smith | 2008-08-18 | 1 | -6/+42 |
|
|
* | Fix a refleak in bytearray.split and bytearray.rsplit, detected by | Amaury Forgeot d'Arc | 2008-08-17 | 1 | -4/+10 |
|
|
* | Fix memory leak: Always DECREF obj in PyBuffer_Release. | Martin v. Löwis | 2008-08-14 | 1 | -5/+3 |
|
|
* | Make obj an owned reference in Py_buffer; this checkin | Martin v. Löwis | 2008-08-14 | 1 | -1/+4 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 4 | -57/+79 |
|
|
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+35 |
|
|
* | - Issue #3537: Fix an assertion failure when an empty but presized dict | Georg Brandl | 2008-08-11 | 1 | -0/+4 |
|
|
* | Change the warning emitted for using the buffer() object; memoryview() in 3.0 | Brett Cannon | 2008-08-08 | 1 | -2/+1 |
|
|
* | Issue #1481296: (again!) Make conversion of a float NaN to an int or | Mark Dickinson | 2008-08-04 | 1 | -2/+4 |
|
|
* | Preemptively backport the relevant parts of r65420 | Antoine Pitrou | 2008-08-02 | 1 | -1/+1 |
|
|
* | Correct a crash when two successive unicode allocations fail with a MemoryError: | Amaury Forgeot d'Arc | 2008-07-31 | 1 | -1/+3 |
|
|
* | Security patches from Apple: prevent int overflow when allocating memory | Neal Norwitz | 2008-07-31 | 5 | -18/+73 |
|
|
* | backport r64751 | Benjamin Peterson | 2008-07-30 | 1 | -0/+2 |
|
|
* | #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions | Antoine Pitrou | 2008-07-25 | 1 | -1/+1 |
|
|
* | Convert from long to Py_ssize_t. | Raymond Hettinger | 2008-07-24 | 1 | -10/+11 |
|
|
* | Issue #2620: Overflow checking when allocating or reallocating memory | Gregory P. Smith | 2008-07-22 | 1 | -0/+18 |
|
|
* | Issue2378: pdb would delete free variables when stepping into a class statement. | Amaury Forgeot d'Arc | 2008-07-21 | 1 | -3/+6 |
|
|
* | Fix a couple of names in error messages that were wrong | Neal Norwitz | 2008-07-20 | 1 | -2/+2 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 3 | -22/+16 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 3 | -16/+22 |
|
|
* | Backport part of r65043. | Georg Brandl | 2008-07-16 | 1 | -2/+1 |
|
|
* | Use _getbytevalue() in init too. | Georg Brandl | 2008-07-16 | 1 | -10/+3 |
|
|