2008-07-07 |
Josiah Carlson | Removed extraneous whitespace. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Josiah Carlson | Fixed documentation to be correct for Py3k. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Josiah Carlson | Committing Py3k version of changelist 64080 and 64257... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Amaury Forgeot... | Blocked revisions 64762 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | fix no-op in tutorial |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | #3295 actually define PyExc_BufferError |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | make the symlink to Python be created on install for... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | finish fixing the rlcompleter regression (thanks for... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | fix regression from merge error in rlcompletor |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Martin v. Löwis | Merged revisions 64736-64737 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Mark Dickinson | Docstring typo |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Amaury Forgeot... | Correct a typo during previous checkin. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Amaury Forgeot... | Issue #3280: like chr() already does, the "%c" format... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Benjamin Peterson | touch up str docstrings #3284 |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Amaury Forgeot... | Correct a test after r64701. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Georg Brandl | Issue #3282: str.isprintable() should return False... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Georg Brandl | Fix committed merge conflict. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Benjamin Peterson | remove traces of .next |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Benjamin Peterson | document LOAD_BUILD_CLASS |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Martin v. Löwis | Merged revisions 64688 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | Merged revisions 64685 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | Correct a typo that breaks test_distutils |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | Add a NEWS entry for Issue #3247. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | #3247: get rid of Py_FindMethods |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | #3247: get rid of Py_FindMethod |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | Block r64673. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | Merged revisions 64677 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | Oops, forgot that there are modules outside the win32... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | #3247: Get rid of Py_FindMethod: |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | #3247 Get rid of Py_FindMethod; use tp_members instead. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | Merged revisions 64475,64544-64545,64550,64557-64558... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Amaury Forgeot... | Revert a bad change I made in r64209, which probably... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | Merged revisions 64434-64435,64440-64443,64445,64447... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | sync whatsnew with 2.6 |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | I'm blocking all these whatsnew revisions, so I can... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | Merged revisions 64365,64370,64406,64408-64409,64412... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | Blocked revisions 64398,64400,64437,64456,64462,64511... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Benjamin Peterson | add an entry for object.__dir__ |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Brett Cannon | Blocked revisions 64649 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Amaury Forgeot... | Blocked revisions 64633 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | Blocked revisions 64635 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #3191: fix round() docs and docstring. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | fix test_metaclass |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | Add some full stops. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #3220: improve bytes docs a bit. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | Merged revisions 64622 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | Fix a few urllib bugs (NameErrors). |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #2683: Popen.communicate() argument must be bytes. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | document PyUnicode_CompareWithASCIIString |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Georg Brandl | #2683: communicate() takes bytes. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | Hopefully fix make framework install on Mac (see 3174) |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Mark Summerfield | - No more 0L or similar. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Benjamin Peterson | fix syntax |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Mark Summerfield | - removed sentence about the new free format floating... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Benjamin Peterson | Merged revisions 64601 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Benjamin Peterson | now that exec is a function, we can use the shorter... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Martin v. Löwis | Merged revisions 64597-64598 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Martin v. Löwis | Issue #3236: Return small longs from PyLong_FromString. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Bill Janssen | close asyncore.dispatcher on EOF |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Bill Janssen | fix bad method names in ssl module (and typo in ssl... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Robert Schuppenies | Merged revisions 64518,64521-64525,64528-64533 via... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | division is no longer a future thing for test_binop |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | #3229 fix typo and expand notes a little |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Matthias Klose | - allow to configure with db4.7, test with 4.7 on some... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | remove usage of cachesrc.py in Mac/Makefile |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | change references to Queue module to queue in multiproc... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Benjamin Peterson | Merged revisions 64407,64568 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Benjamin Peterson | make multiprocessing.sharedctypes.Value's lock argument... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Mark Dickinson | Merged revisions 64561 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Trent Nelson | Blocked revisions 64555 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Ignore *.pyc and *.pyo files. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Merged revisions 64549 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Brett Cannon | Rename a variable to be more in line with the name... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Benjamin Peterson | Blocked revisions 64546-64547 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Georg Brandl | #3204: remove slice operations from operator doc. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | make changes for py3k for multiprocessing |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | Merged revisions 64517,64519 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Benjamin Peterson | Blocked revisions 64520 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Raymond Hettinger | Revert 64451. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Blocked revisions 64508 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Rewrite references to Py3k in __floor__, __ceil__ and... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Mark Dickinson | Remove trailing 'L's from integers in limit_denominator... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Merged revisions 64499 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Merged revisions 64496 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Eric Smith | Merged revisions 64491 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Georg Brandl | More old urllib usage. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Georg Brandl | Fix old urllib/urllib2/urlparse usage. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Georg Brandl | Review the doc changes for the urllib package creation. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Senthil Kumaran | Documentation updates for urllib package. Modified... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Raymond Hettinger | Merge 64438: hex/oct/bin can show floats exactly. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Guido van Rossum | Ignore .py[co] files here. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Facundo Batista | Reviewed and updated the documentation. Fixes #3017. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | remove references of cPickle in the pickle docs (uhh... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | Blocked revisions 64431 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Benjamin Peterson | Merged revisions 64422 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | don't bother expecting to skip tests that don't exist |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | Blocked revisions 64413 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Amaury Forgeot... | merge error: test.test_support is now test.support |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Amaury Forgeot... | Issue 3145: help("modules xxx") failed when scanning... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Benjamin Peterson | _getstalt doesn't need to be built on non-darwin system... |
commit | commitdiff | tree | snapshot |
next |