| Commit message (Expand) | Author | Age | Files | Lines |
* | any_find_slice() doesn't use callbacks anymore | Victor Stinner | 2011-10-10 | 1 | -3/+0 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -0/+3 |
|
|
* | Fix typo in comment: _PyHash_Double -> _Py_HashDouble. | Mark Dickinson | 2011-09-24 | 1 | -1/+1 |
|
|
* | Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and | Mark Dickinson | 2010-11-20 | 1 | -8/+13 |
|
|
* | follow up to #9778: define and use an unsigned hash type | Benjamin Peterson | 2010-10-23 | 1 | -1/+3 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -1/+4 |
|
|
* | Remove pointers to a FAQ entry that no longer exists. Incorporate some text ... | Daniel Stutzbach | 2010-09-14 | 1 | -7/+8 |
|
|
* | Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other... | Daniel Stutzbach | 2010-08-31 | 1 | -2/+0 |
|
|
* | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | Alexander Belopolsky | 2010-08-11 | 1 | -0/+10 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+14 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -101/+101 |
|
|
* | Merged revisions 80178 via svnmerge from | Ronald Oussoren | 2010-04-18 | 1 | -1/+10 |
|
|
* | Merged revisions 76561 via svnmerge from | Mark Dickinson | 2009-11-28 | 1 | -0/+4 |
|
|
* | Merged revisions 76308 via svnmerge from | Mark Dickinson | 2009-11-16 | 1 | -0/+16 |
|
|
* | Merged revisions 73701 via svnmerge from | Mark Dickinson | 2009-06-30 | 1 | -0/+6 |
|
|
* | Add comments to pyport.h explaining how to enable support for short | Mark Dickinson | 2009-04-19 | 1 | -5/+30 |
|
|
* | The SSE2 detection and enabling could potentially cause | Mark Dickinson | 2009-04-18 | 1 | -1/+1 |
|
|
* | Issue #5781: Only use legacy string<->double conversions when | Mark Dickinson | 2009-04-18 | 1 | -2/+4 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+47 |
|
|
* | Merged revisions 70489 via svnmerge from | Mark Dickinson | 2009-03-20 | 1 | -7/+11 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -0/+51 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -0/+9 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -0/+11 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+6 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -0/+7 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -126/+0 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -1/+5 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -2/+2 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -2/+9 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -0/+32 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -10/+4 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -7/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+16 |
|
|
* | Change float.__str__() and complex.__str__() to return | Walter Dörwald | 2007-05-31 | 1 | -0/+1 |
|
|
* | Cruft removal: | Neal Norwitz | 2006-12-28 | 1 | -83/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+14 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+4 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -0/+21 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+58 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -9/+51 |
|
|
* | Fix intptr_t fallback for Py_ssize_t. | Martin v. Löwis | 2006-02-18 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -0/+9 |
|
|
* | Remove INT_MIN that came from the AST merge. | Neal Norwitz | 2005-10-21 | 1 | -1/+0 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+1 |
|
|
* | - Changes donated by Elemental Security to make it work on HP-UX 11 on | Guido van Rossum | 2005-09-14 | 1 | -1/+1 |
|
|
* | Introduced a Py_IS_NAN macro, which probably works on the major platforms | Tim Peters | 2004-09-23 | 1 | -2/+17 |
|
|
* | Add a workaround for a problem that UTF-8 strings can be corrupted | Hye-Shik Chang | 2004-08-04 | 1 | -0/+33 |
|
|
* | Moved SunPro warning suppression into pyport.h and out of individual | Nicholas Bastin | 2004-07-15 | 1 | -0/+7 |
|
|