2007-09-04 |
Georg Brandl | Initial documentation for the `abc` module. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Georg Brandl | Fix the string formatting docs for now; if the feature... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Georg Brandl | Fix up the types module docs. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Georg Brandl | Convert all print statements in the docs. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Georg Brandl | Add "print" command to pdb, "print s" previously invoke... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Georg Brandl | Doc update for __xslice__ removal. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Martin v. Löwis | Decode input() with stdin.encoding. Fixes #1097. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Skip Montanaro | CVS -> Subversion |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Skip Montanaro | I always think of the language when I see "ABC". Empha... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Guido van Rossum | Fix sinple typo. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Matthias Klose | - Add support for linking the bsddb module against... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Gregory P.... | fix test, use bytes not unicode and let the test raise... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Gregory P.... | regenerated |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Gregory P.... | test for strlcpy (so i can use it in _bsddb.c) |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Eric Smith | Fix segfault discovered by Ron Adam. Not checking... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Martin v. Löwis | Patch #1076: Use wide API for registry functions. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Martin v. Löwis | Patch #1075: Use wide API to format error messages. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Georg Brandl | Fix Mac build, patch #1091 by Humberto Diogenes. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Georg Brandl | Tutorial formatting patch by Robin Stocker. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Eric Smith | Removed used_args param from string.Formatter.get_field... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Partial py3k-ification of Doc/library/: convert has_key... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Run 2to3's fix_has_key over distutils. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Run 2to3's fix_has_key over Lib/plat-os2emx/. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Fix refleaks in test_with caused by reusing the same... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Fix a poorly-translated raise statement in contextlib. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Fix refleaks exposed by test_raise. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Kurt B. Kaiser | Saving a file containing unicode failed. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Andrew M. Kuchling | I'm not actually an author |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Document PyCFunctionWithKeywords, add comment for PEP... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Document sets' "<" and ">" operations. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Use symbolic name for METH_VARARGS. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Use symbolic name for METH_VARAGS. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Get rid of METH_OLDARGS. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Get rid of the remaining versionadded/versionchanged... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Remove versionadded/versionchanged in the reference. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Remove versionadded and versionchanged directives,... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Add a warning text about mixing bytes and strings. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Eric Smith | Changed to use 'U' argument to PyArg_ParseTuple, instea... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Fix RST link. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Bug #1074: make python-config with Py3k. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Martin v. Löwis | Bug #1737210: Change Manufacturer of Windows installer... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | Eliminate latin-1 encoding |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | Point IDLE menu Help / Python Docs at Python 3000... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Removed unicode_format and unicode__format__, they... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | Convert IDLE's CREDITS file to unicode. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Updated tracker link. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Address a few XXX comments, other fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Add bytes/remove unicode from the data model. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | - document bytes() |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Tagging for release of Python 3.0a1. v3.0a1 |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Got test_plistlib working. Don't ask how. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Fix fall-out of str.decode removal. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Neal sent real performance numbers. :-( |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Per Georg's suggestion, get rid of str.decode() (which... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Add a workaround for a strange bug on win64, when _ctyp... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | Restore test_email for a1. It passes completely. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Explicitly convert err->text to Unicode. Fixes #1069. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Change %s argument for PyUnicode_FromFormat to |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | Make test_email.py completely pass. This is cheating... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | string.maketrans() now produces translation tables... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Add bytes methods documentation. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Mark registry components as 64-bit on Win64. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Fix a buggy test. str8 objects contained NUL-terminate... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Commit #1068: new docs for PEP 3101. Also document... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | round(1e20) wrongly returned 0. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Update the first two parts of the reference manual... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Revert 57722. Move error dialog APIs to msvcrt instead, |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Regenerate Lib/symbol.py. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Fix unicode issue in tutorial. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Fix test_startfile and remove duplicated test. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Insert "startfile" into posix_methods again; it was... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Fix sphinx-build so that it runs with 2.x and 3.x but... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Correct a few typos. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Ugh, hopefully I can get this right. The code is only... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Try to fix the problem of passing a non-int on Win64... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Remove checking redundantly for checks of PyInt and... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Try to fix a problem with large values on Win64. Diagn... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Force test_mailbox and test_old_mailbox into submission. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Remove chr8, we're not likely to need it at this point |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | 1. Don't encode input strings to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Thomas removed all the SLICE op codes |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Customary 2nd submit of this file after it's been changed. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | A few more fixes to the tutorial |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Tutorial update for 3.0 by Paul Dubois. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Changed signature of string.Formatter.get_field, per... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Fixed test name. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Added test cases for string.Formatter subclassing. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Fix a compile error on Windows. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Cut test_raise down to size. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Update import.c's MAGIC value for the new raise syntax... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Minor tweaks. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | First draft of a what's new document. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Use pow() instead of repeated multiplication by 10... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Wouters | Fix test_smtplib by munging asynchat some more. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Remove curses temp file consistently. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Thomas Wouters | Remove the simple slicing API. All slicing is now done... |
commit | commitdiff | tree | snapshot |
next |