summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-0/+3
* SF patch #875689: >100k alloc wasted on startupRaymond Hettinger2004-02-081-0/+1
* Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocolJim Fulton2004-02-081-0/+4
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-0/+5
* added notes about weakref changesFred Drake2004-02-061-0/+15
* Fix input() builtin function to respect compiler flags.Hye-Shik Chang2004-02-021-0/+3
* Patch #874083: Bluetooth support for socket module.Martin v. Löwis2004-01-312-0/+4
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+7
* add hotshotmain refSkip Montanaro2004-01-271-0/+3
* Add news item about change in encodings search function.Marc-André Lemburg2004-01-201-0/+7
* Add a news entry for importing of CJK codecs.Hye-Shik Chang2004-01-171-0/+2
* document PEP 11 progress so far.Skip Montanaro2004-01-171-0/+8
* Remove support for SunOS 4.Skip Montanaro2004-01-171-4/+0
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-052-1/+3
* Add note about new base64.py module support for RFC 3548.Barry Warsaw2004-01-041-0/+3
* complete backout of listobject.c v2.171Andrew MacIntyre2003-12-282-9/+0
* Performance of list([]) in 2.3 came up in a thread on comp.lang.python,Andrew MacIntyre2003-12-252-0/+9
* Sync with python-mode project. Adds two changes:Skip Montanaro2003-12-181-5/+47
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-3/+3
* Fix typo and improve wording a bit.Raymond Hettinger2003-12-151-4/+4
* Add an entry for addition of {str,unicode}.rsplit.Hye-Shik Chang2003-12-151-0/+4
* Add news item about processor support in urllib2.Jeremy Hylton2003-12-141-0/+4
* * Added a new method flag, METH_COEXIST.Raymond Hettinger2003-12-131-0/+6
* Implement itertools.groupby()Raymond Hettinger2003-12-061-0/+5
* distutils compilers now compile source files in the same order as theyThomas Heller2003-12-051-0/+3
* Add news about removal of the PendingDeprecationWarning from apply().Fred Drake2003-12-051-0/+3
* Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()Walter Dörwald2003-12-031-0/+3
* Patch #750542: pprint now will pretty print subclasses of list, tupleWalter Dörwald2003-12-031-0/+3
* 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