| Commit message (Expand) | Author | Age | Files | Lines |
* | Add xmlrpc. | Guido van Rossum | 2001-07-12 | 1 | -0/+5 |
|
|
* | (py-version): Hopefully fixed my XEmacs settings so this doesn't get | Barry Warsaw | 2001-07-06 | 1 | -1/+1 |
|
|
* | (py-continuation-offset): Update docstring to describe that this | Barry Warsaw | 2001-07-06 | 1 | -4/+9 |
|
|
* | News about xrange(). | Guido van Rossum | 2001-07-05 | 1 | -0/+4 |
|
|
* | Replace the text with a link to the PEP-ified version. | Barry Warsaw | 2001-06-27 | 1 | -1113/+3 |
|
|
* | Add an item about the extension to {}.update() to allow generic | Barry Warsaw | 2001-06-26 | 1 | -0/+5 |
|
|
* | Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into | Tim Peters | 2001-06-21 | 1 | -0/+2 |
|
|
* | (python-font-lock-keywords): Add "yield" as a keyword to support the | Barry Warsaw | 2001-06-19 | 1 | -2/+2 |
|
|
* | (py-continuation-offset): New variable which controls how much to | Barry Warsaw | 2001-06-18 | 1 | -3/+12 |
|
|
* | Clarification in the fp appendix suggested on c.l.py by Michael Chermside. | Tim Peters | 2001-06-17 | 1 | -0/+1 |
|
|
* | Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup. | Tim Peters | 2001-06-16 | 1 | -0/+3 |
|
|
* | Add new built-in 'help' which invokes pydoc.help (with a twist). | Guido van Rossum | 2001-06-12 | 1 | -0/+5 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -3/+6 |
|
|
* | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 1 | -0/+8 |
|
|
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 1 | -0/+1 |
|
|
* | Added quopri codec. | Guido van Rossum | 2001-06-06 | 1 | -0/+1 |
|
|
* | Report on fnmatch.filter. | Martin v. Löwis | 2001-06-06 | 1 | -0/+2 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 1 | -2/+3 |
|
|
* | New collision resolution scheme: no polynomials, simpler, faster, less | Tim Peters | 2001-06-02 | 1 | -8/+6 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -0/+6 |
|
|
* | Implement an old idea of Christian Tismer's: use polynomial division | Tim Peters | 2001-05-27 | 1 | -0/+8 |
|
|
* | Change list.extend() error msgs and NEWS to reflect that list.extend() | Tim Peters | 2001-05-26 | 1 | -1/+2 |
|
|
* | - calendar.py uses month and day names based on the current locale. | Barry Warsaw | 2001-05-22 | 1 | -0/+2 |
|
|
* | Added NEWS item for the UTF-16 change. | Marc-André Lemburg | 2001-05-22 | 1 | -0/+5 |
|
|
* | Add NEWS item for new string methods. | Marc-André Lemburg | 2001-05-15 | 1 | -0/+25 |
|
|
* | Add warnings to the strop module, for to those functions that really | Guido van Rossum | 2001-05-15 | 1 | -0/+4 |
|
|
* | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 1 | -0/+4 |
|
|
* | pprint's workhorse _safe_repr() function took time quadratic in the # of | Tim Peters | 2001-05-14 | 1 | -1/+4 |
|
|
* | Fix a typo, consistently spell ASCII in all caps, and insert blank | Guido van Rossum | 2001-05-14 | 1 | -2/+4 |
|
|
* | SF bug[ #423781: pprint.isrecursive() broken. | Tim Peters | 2001-05-14 | 1 | -7/+25 |
|
|
* | Add mention of the default file system encoding for Windows. | Mark Hammond | 2001-05-14 | 1 | -0/+17 |
|
|
* | Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". | Tim Peters | 2001-05-13 | 1 | -0/+10 |
|
|
* | Variant of patch #423262: Change module attribute get & set | Tim Peters | 2001-05-11 | 1 | -0/+3 |
|
|
* | SF bug #422121 Insecurities in dict comparison. | Tim Peters | 2001-05-10 | 1 | -0/+5 |
|
|
* | Blurb about the increased precision of float literals in .pyc/.pyo files. | Tim Peters | 2001-05-08 | 1 | -0/+20 |
|
|
* | SF patch #421922: Implement rich comparison for dicts. | Tim Peters | 2001-05-08 | 1 | -2/+4 |
|
|
* | Generalize zip() to work with iterators. | Tim Peters | 2001-05-06 | 1 | -8/+4 |
|
|
* | Generalize PySequence_Count() (operator.countOf) to work with iterators. | Tim Peters | 2001-05-05 | 1 | -2/+4 |
|
|
* | Remove redundant line. | Tim Peters | 2001-05-05 | 1 | -1/+0 |
|
|
* | Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators. | Tim Peters | 2001-05-05 | 1 | -2/+2 |
|
|
* | Make unicode.join() work nice with iterators. This also required a change | Tim Peters | 2001-05-05 | 1 | -1/+1 |
|
|
* | Mark string.join() as done. Turns out string_join() works "for free" now, | Tim Peters | 2001-05-05 | 1 | -1/+2 |
|
|
* | Generalize tuple() to work nicely with iterators. | Tim Peters | 2001-05-05 | 1 | -2/+2 |
|
|
* | Add TODO item about x in y -- this should use iterators too, IMO. | Guido van Rossum | 2001-05-04 | 1 | -0/+1 |
|
|
* | Added reminders to make some remaining functions iterator-friendly. Feel | Tim Peters | 2001-05-04 | 1 | -1/+3 |
|
|
* | Generalize reduce() to work with iterators. | Tim Peters | 2001-05-04 | 1 | -0/+1 |
|
|
* | Generalize map() to work with iterators. | Tim Peters | 2001-05-03 | 1 | -0/+1 |
|
|
* | Generalize max(seq) and min(seq) to work with iterators. | Tim Peters | 2001-05-03 | 1 | -0/+2 |
|
|
* | Generalize filter(f, seq) to work with iterators. This also generalizes | Tim Peters | 2001-05-02 | 1 | -8/+9 |
|
|
* | Add more news about iterators. | Guido van Rossum | 2001-05-01 | 1 | -0/+12 |
|
|