summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Py_Finalize(): disabled the second call of cyclic gc, and added extensiveTim Peters2003-12-011-0/+10
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-011-0/+5
* Add news item for _winreg fix (SF bug 851056).Guido van Rossum2003-11-301-0/+5
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-0/+9
* See SF #848614: distutils' msvccompiler now tries to detect that MSVC6Thomas Heller2003-11-281-0/+3
* Patch #849595: Add socket.shutdown() constants.Martin v. Löwis2003-11-271-0/+2
* Add optional fillchar argument to ljust(), rjust(), and center() string methods.Raymond Hettinger2003-11-261-0/+4
* Expose dict_contains() and PyDict_Contains() with is about 10% fasterRaymond Hettinger2003-11-251-0/+4
* - When method objects have an attribute that can be satisfied eitherGuido van Rossum2003-11-221-0/+9
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-3/+18
* Patch #831747: Add skip_accept_encoding parameter to putrequest.Martin v. Löwis2003-11-191-0/+2
* Remove deprecation of sets.Set.update().Raymond Hettinger2003-11-191-2/+1
* Patch #794400: Let PYTHONSTARTUP influence the compiler flags.Martin v. Löwis2003-11-181-0/+2
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+2
* Mention patch #841977: modulefinder didn't find extension modules in packagesThomas Heller2003-11-141-0/+2
* SF bug 840829: weakref callbacks and gc corrupt memory.Tim Peters2003-11-121-0/+6
* Patch #798297: Add IMAP THREAD command.Martin v. Löwis2003-11-102-0/+5
* Plug tempfile.mktemp() hole (Iustin Pop).Guido van Rossum2003-11-102-0/+4
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+2
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-061-0/+3
* Add traceback.format_exc().Neil Schemenauer2003-11-051-0/+3
* missing news entryAnthony Baxter2003-11-041-0/+2
* Patch #531629: Add multicall support.Martin v. Löwis2003-10-311-0/+2
* Patch #: Add POP3 over SSL support.Martin v. Löwis2003-10-312-0/+3
* Add list.sorted() classmethod.Raymond Hettinger2003-10-291-2/+2
* note db2pickle/pickle2db tweaksSkip Montanaro2003-10-281-0/+2
* Deleting cyclic object comparison.Armin Rigo2003-10-281-0/+4
* regressing the performance bugfix -- Guido wants the performance bug leftAlex Martelli2003-10-251-3/+0
* document the performance fix to builtin_sum().Alex Martelli2003-10-251-0/+6
* Added itertools.tee()Raymond Hettinger2003-10-241-15/+18
* - The pwd module incorrectly advertised its struct type asGuido van Rossum2003-10-231-0/+4
* Note the update to Expat 1.95.7.Fred Drake2003-10-211-0/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-2/+2
* Modified the Py_RETURN_* macros by having the statements surrounded by {} inBrett Cannon2003-10-191-0/+3
* Patch #823259: Update spec file:Martin v. Löwis2003-10-191-12/+25
* Make CObjects mutable. Fixes #477441.Martin v. Löwis2003-10-191-0/+2
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-0/+4
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-0/+9
* Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring t...Brett Cannon2003-10-141-0/+1
* Extended tuple's C API to include a new function, PyTuple_Pack() that isRaymond Hettinger2003-10-121-0/+5
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-121-0/+2
* Add mention of urlparse becoming RFC 2396 compliant.Brett Cannon2003-10-121-0/+2
* See rev. 1.250 for log messageBrett Cannon2003-10-121-0/+1
* SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net):Guido van Rossum2003-10-082-0/+4
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+8
* two bugfixesAnthony Baxter2003-10-041-0/+4
* A helper to dump info about the current frame,Jeremy Hylton2003-10-031-0/+9
* forgot the NEWS blurb about the change to csv.DictReaderSkip Montanaro2003-10-031-0/+4
* Patch #813445: Add IPPROTO_IPV6 option to the socketmodule.Martin v. Löwis2003-10-031-0/+2
* updates from seanAnthony Baxter2003-09-243-51/+12