summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-283-10/+16
* SF patch 1546297 (with some tweaks):Guido van Rossum2006-08-251-0/+3
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-252-9/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+1
* Change the way __hash__ is inherited; when __eq__ or __cmp__ is overriddenGuido van Rossum2006-08-211-0/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-216-5/+46
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-212-19/+0
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+2
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-175-58/+9
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1110-14/+33
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-273-50/+6
* Merge the rest of the trunk.Thomas Wouters2006-06-082-0/+7
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-083-14/+32
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-278-15/+181
* Optimizations for bytes reallocation.Guido van Rossum2006-05-051-0/+1
* Added much functionality to the bytes type.Guido van Rossum2006-04-241-2/+3
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-222-0/+48
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2113-57/+179
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-4/+18
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-3/+0
* Remove staticforward and statichereNeal Norwitz2006-03-221-15/+0
* Remove PyArg_NoArgs() and PyArg_GetInt()Neal Norwitz2006-03-171-7/+0
* INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).Neal Norwitz2006-03-171-1/+1
* _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longerNeal Norwitz2006-03-171-4/+0
* This gets at least test_cmd_line working again and a few more modules built.Neal Norwitz2006-03-171-1/+1
* Remove some old types for int based functions (Py_ssize_t is da thing now.)Neal Norwitz2006-03-171-9/+0
* Whitespace changes. Also remove apply from a few commentsNeal Norwitz2006-03-171-87/+21
* Get rid of last vestiges of BINARY_DIVIDE.Neal Norwitz2006-03-161-1/+1
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-155-29/+19
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-1/+1
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-3/+5
* Checking in the code for PEP 357.Guido van Rossum2006-03-072-1/+16
* Make PyGC_Collect() use Py_ssize_t.Neal Norwitz2006-03-041-1/+1
* Use Py_ssize_t for _Py_RefTotal.Neal Norwitz2006-03-041-1/+1
* Change some sequnce APIs to use Py_ssize_t.Neal Norwitz2006-03-041-4/+4
* Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.Neal Norwitz2006-03-041-1/+1
* Added words about what PyArena_Malloc() does.Tim Peters2006-03-021-4/+16
* Beefed up description of what this does; new XXX.Tim Peters2006-03-021-2/+10
* New XXX pointing out errors in the description ofTim Peters2006-03-021-0/+6
* Trimmed trailing whitespace.Tim Peters2006-03-021-1/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-012-53/+67
* Change GC refcount to Py_ssize_t.Martin v. Löwis2006-03-011-1/+1
* Reconst parameters that lost their const in the AST merge.Martin v. Löwis2006-03-011-2/+2
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+23
* Use Py_ssize_t for PyArg_UnpackTuple arguments.Martin v. Löwis2006-03-011-1/+1
* Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t.Martin v. Löwis2006-03-011-4/+4
* Move #include to outside "extern C {}", before Tim figures out it'll breakThomas Wouters2006-02-281-2/+3
* Include code.h more sanely.Thomas Wouters2006-02-281-3/+2
* No need to export PySTEntry_New, it is only used in symtable.cNeal Norwitz2006-02-281-2/+1
* Martin owns PEP 353 and did most of the workNeal Norwitz2006-02-281-1/+1