- 3e76d7f Add Bob Kline of HTTP 100 fame. by Jeremy Hylton · 22 years ago
- 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 22 years ago
- ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 22 years ago
- c7c3650 Mention private vars in __slots__. by Guido van Rossum · 22 years ago
- fe0ca4a Mention pymemcompat.h. by Guido van Rossum · 22 years ago
- f925782 Minor tweaks to existing items (radian/degree, and UTF-16 readers.. by Guido van Rossum · 22 years ago
- 6351757 Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago
- 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 22 years ago
- 9562bcf Add Oren Tirosh and news about his patch. by Guido van Rossum · 22 years ago
- bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
- 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
- 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
- 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
- 2e82e71 Changed the extended slice example to show that you can reverse a by Guido van Rossum · 22 years ago
- c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
- 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
- f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
- 9f7549b Record the latest fixes. by Guido van Rossum · 22 years ago
- 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
- a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
- 2a664a2 Added Bernard Yue who wrote test_timeout.py and participated in the by Guido van Rossum · 22 years ago
- 5033c8e Add timeout mode. Clarify gnu_getopt. by Guido van Rossum · 22 years ago
- 1569905 Michael Gilfix of SF patch 555085 fame. by Guido van Rossum · 22 years ago
- 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
- 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 22 years ago
- b0dc1a3 Fiddle wording. by Michael W. Hudson · 22 years ago
- b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 22 years ago
- 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 22 years ago
- 2e4e026 Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago
- 32a7e7f Change name from string to basestring by Neal Norwitz · 22 years ago
- 1e9abf0 Typo fixes. by Fred Drake · 22 years ago
- e4df27f Add the pymemcompat.h header as discussed on python-dev. by Michael W. Hudson · 22 years ago
- 5c16468 Holger Krekel. by Guido van Rossum · 22 years ago
- d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
- 34f20ea This is patch by Michael W. Hudson · 22 years ago
- cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 22 years ago
- 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
- f070cce (py-goto-statement-below): Watch out for landing in a triple quoted by Barry Warsaw · 22 years ago
- fecdb49 Another one. by Guido van Rossum · 22 years ago
- 47f3e2c Add a bit of news about the email package fixes. by Barry Warsaw · 22 years ago
- f077f79 Added (with GvR's endorsement) Matthew Dixon Cowles by Raymond Hettinger · 22 years ago
- 87f59ee Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. by Raymond Hettinger · 22 years ago
- 69c9266 (py-execute-region): Do the blank line skipping inside the by Barry Warsaw · 22 years ago
- 9b1df1d Noted change in ftplib 1.68 closing SF patch 553277. by Raymond Hettinger · 22 years ago
- b2cb37f Fix typo by Andrew M. Kuchling · 23 years ago
- c9abc1d Remove news about PyMalloc_*. Do we need to say anything about pymalloc? by Neil Schemenauer · 23 years ago
- a8dd094 Patch #553277: Accept callbacks that are callable, not callbacks that are true. by Martin v. Löwis · 23 years ago
- 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
- 21b23b0 Fix typos by Andrew M. Kuchling · 23 years ago
- 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 23 years ago
- d0ba636 Added notes related to the removal of deprecated features of the xrange type. by Fred Drake · 23 years ago
- 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 23 years ago
- 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 23 years ago
- 5dfc7af Watch out for older XEmacsen for which requiring info-look doesn't by Barry Warsaw · 23 years ago
- 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 23 years ago
- 26dd830 Clarify that the strip changes also apply to Unicode. by Guido van Rossum · 23 years ago
- 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
- 17afa13 (py-comint-output-filter-function): Put the pop-to-buffer call inside by Barry Warsaw · 23 years ago
- 517c7d4 PyNumber_CoerceEx: this took a shortcut (not doing anything) when the by Guido van Rossum · 23 years ago
- 89e3ee0 If Py_OptimizeFlag is false then always evaluate assert conditions, don't by Neil Schemenauer · 23 years ago
- cf22c82 Fix typo in the setup of interpreter-mode-alist. by Barry Warsaw · 23 years ago
- 8849161 SF patch #510288 by Kevin J. Butler, mod'd by Barry. This provides by Barry Warsaw · 23 years ago
- 4aab68e (py-execute-region): Alexander Schmolck points out that leading by Barry Warsaw · 23 years ago
- 13caba3 (py-comint-output-filter-function): Add a pop-to-buffer call so you by Barry Warsaw · 23 years ago
- 56bd2ed (py-shell-hook): A new hook variable, run at the end of py-shell. by Barry Warsaw · 23 years ago
- 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
- 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
- 0494955 Merge in Skip's last few updates w.r.t. py-help-at-point: by Barry Warsaw · 23 years ago
- 29a90f0 Some contributions and ideas by Alexander Schmolck: add a keybinding by Barry Warsaw · 23 years ago
- a7cc43b Skip Montanaro's contribution (slightly mod'd by Barry) to provide a by Barry Warsaw · 23 years ago
- a0113cd (py-execute-region): If the line at the beginning of the region is a by Barry Warsaw · 23 years ago
- b2d5e62 (py-execute-region): If you ran this without having visited a by Barry Warsaw · 23 years ago
- 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 23 years ago
- 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
- 7d4ed0d Get the right funny characters in Hernan's name. by Tim Peters · 23 years ago
- 1ec71ea Added note about new distutils commands. by Marc-André Lemburg · 23 years ago
- 08e7295 Windows installer: disabled Wise's "delete in-use files" uninstall by Tim Peters · 23 years ago
- 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
- 862fe3c Add news about deprecated complex ops. by Guido van Rossum · 23 years ago
- a3a4300 Four more names for the hall of fame. by Guido van Rossum · 23 years ago
- 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 23 years ago
- 4904204 News for strip methods. by Guido van Rossum · 23 years ago
- 9344b14 Add news about memory managent APIs changing. by Neil Schemenauer · 23 years ago
- c69343b News about dict.pop(). by Guido van Rossum · 23 years ago
- 263ad28 Spell Raymond Hettinger's name write by Neal Norwitz · 23 years ago
- b69844f Add Raymond Hettinger, CPA. by Guido van Rossum · 23 years ago
- 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 23 years ago
- 0986d82 - A type can now inherit its metatype from its base type. Previously, by Guido van Rossum · 23 years ago
- 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 23 years ago
- 181e41a Some more news. by Guido van Rossum · 23 years ago
- 4179a01 Comment about UTF-16 changes. by Marc-André Lemburg · 23 years ago
- 3318792 SF bug 497854: Short-cuts missing for All Users by Tim Peters · 23 years ago
- fed7e85 Add note about changes in xml.sax.expatreader. by Fred Drake · 23 years ago
- 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 23 years ago
- 4626009 Added note about updated freeze.py Tool. by Marc-André Lemburg · 23 years ago
- 4783446 Add a note about bool. by Guido van Rossum · 23 years ago
- 8deda70 Eliminate DONT_SHARE_SHORT_STRINGS. by Tim Peters · 23 years ago
- 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 23 years ago
- 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 23 years ago
- 95b62a6 News for SF #535905. by Guido van Rossum · 23 years ago