summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* New name.Guido van Rossum2001-07-311-0/+1
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-281-0/+2
* Document the PYTHONY2K environment variable that had been left out of thisFred Drake2001-07-261-8/+13
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-2/+2
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-0/+7
* Alex Coventry (SF patch 441791).Guido van Rossum2001-07-231-0/+1
* Add item about the new xml.sax.saxutils.quoteaddr() function.Fred Drake2001-07-211-0/+4
* Get started on 2.2a2 NEWS.Tim Peters2001-07-211-0/+17
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-201-0/+5
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+3
* Typo repair.Tim Peters2001-07-171-1/+1
* - Add news about generators.Guido van Rossum2001-07-171-1/+15
* Add xmlrpc.Guido van Rossum2001-07-121-0/+5
* (py-version): Hopefully fixed my XEmacs settings so this doesn't getBarry Warsaw2001-07-061-1/+1
* (py-continuation-offset): Update docstring to describe that thisBarry Warsaw2001-07-061-4/+9
* News about xrange().Guido van Rossum2001-07-051-0/+4
* Replace the text with a link to the PEP-ified version.Barry Warsaw2001-06-271-1113/+3
* Add an item about the extension to {}.update() to allow genericBarry Warsaw2001-06-261-0/+5
* Teach the UNPACK_SEQUENCE opcode how to tease an iterable object intoTim Peters2001-06-211-0/+2
* (python-font-lock-keywords): Add "yield" as a keyword to support theBarry Warsaw2001-06-191-2/+2
* (py-continuation-offset): New variable which controls how much toBarry Warsaw2001-06-181-3/+12
* Clarification in the fp appendix suggested on c.l.py by Michael Chermside.Tim Peters2001-06-171-0/+1
* Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup.Tim Peters2001-06-161-0/+3
* Add new built-in 'help' which invokes pydoc.help (with a twist).Guido van Rossum2001-06-121-0/+5
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-121-3/+6
* Initial support for 'q' and 'Q' struct format codes: for now, only inTim Peters2001-06-101-0/+8
* SF bug 430991: wrong co_lnotabTim Peters2001-06-091-0/+1
* Added quopri codec.Guido van Rossum2001-06-061-0/+1
* Report on fnmatch.filter.Martin v. Löwis2001-06-061-0/+2
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-2/+3
* New collision resolution scheme: no polynomials, simpler, faster, lessTim Peters2001-06-021-8/+6
* Cruft cleanup: Removed the unused last_is_sticky argument from the internalTim Peters2001-05-281-0/+6
* Implement an old idea of Christian Tismer's: use polynomial divisionTim Peters2001-05-271-0/+8
* Change list.extend() error msgs and NEWS to reflect that list.extend()Tim Peters2001-05-261-1/+2
* - calendar.py uses month and day names based on the current locale.Barry Warsaw2001-05-221-0/+2
* Added NEWS item for the UTF-16 change.Marc-André Lemburg2001-05-221-0/+5
* Add NEWS item for new string methods.Marc-André Lemburg2001-05-151-0/+25
* Add warnings to the strop module, for to those functions that reallyGuido van Rossum2001-05-151-0/+4
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-0/+4
* pprint's workhorse _safe_repr() function took time quadratic in the # ofTim Peters2001-05-141-1/+4
* Fix a typo, consistently spell ASCII in all caps, and insert blankGuido van Rossum2001-05-141-2/+4
* SF bug[ #423781: pprint.isrecursive() broken.Tim Peters2001-05-141-7/+25
* Add mention of the default file system encoding for Windows.Mark Hammond2001-05-141-0/+17
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-0/+10
* Variant of patch #423262: Change module attribute get & setTim Peters2001-05-111-0/+3
* SF bug #422121 Insecurities in dict comparison.Tim Peters2001-05-101-0/+5
* Blurb about the increased precision of float literals in .pyc/.pyo files.Tim Peters2001-05-081-0/+20
* SF patch #421922: Implement rich comparison for dicts.Tim Peters2001-05-081-2/+4
* Generalize zip() to work with iterators.Tim Peters2001-05-061-8/+4
* Generalize PySequence_Count() (operator.countOf) to work with iterators.Tim Peters2001-05-051-2/+4