- a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
- 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
- fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
- e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
- 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
- ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
- 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
- b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
- 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
- 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
- ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- 3673369 Add NEWS entry about bug #1076985. by Walter Dörwald · 20 years ago
- 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
- 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
- e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
- dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
- f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago
- 7caafe7 Changing the idle wrapper to use Python and execvp() to pass arguments to idle. by Sean Reifschneider · 20 years ago
- 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
- 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
- f964154 Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 20 years ago
- 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 20 years ago
- 5d01aa4 Bug #1079011: Incorrect error message (somewhat) by Raymond Hettinger · 20 years ago
- da26412 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 20 years ago
- 3a4231d Bug #1087216: datetime module documentation missing critical detail by Raymond Hettinger · 20 years ago
- 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 20 years ago
- 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
- 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
- 193814c Small boost to PySequence_Fast(). Lists build faster than tuples for by Raymond Hettinger · 20 years ago
- a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
- bf72b71 Refactor: by Raymond Hettinger · 20 years ago
- 6f5b741 SF bug #1086555: refcount problem in syslog by Raymond Hettinger · 20 years ago
- b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
- e6bdb37 Add missing decref. by Raymond Hettinger · 20 years ago
- 4d01259 SF bug #1085744: Performance issues with PySequence_Tuple() by Raymond Hettinger · 20 years ago
- 8a6a59c fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) by Gregory P. Smith · 20 years ago
- 3fa932f Fix typo (from SF bug #1086127). by Walter Dörwald · 20 years ago
- 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
- 744aaa0 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 20 years ago
- b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
- 537d3fc Check in missing png version of pyfav.gif. by Johannes Gijsbers · 20 years ago
- e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
- 57ee770 note for amk by Anthony Baxter · 20 years ago
- 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
- 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
- f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
- 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
- cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
- 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
- eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
- a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
- d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
- 222d5b4 Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not by Brett Cannon · 20 years ago
- a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 20 years ago
- bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
- 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
- 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
- 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
- 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 20 years ago
- 3557f42 Combined several entries. by Raymond Hettinger · 20 years ago
- 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
- 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
- a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
- 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
- 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
- 9e635cf Put parentheses around the assignment in the 'while' loop conditional by Brett Cannon · 20 years ago
- 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
- b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
- a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
- e208412 Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 20 years ago
- c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
- 98809b7 Very minor grammatical fix and removal of a tab. by Brett Cannon · 20 years ago
- 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
- c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
- b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
- d2f70cb remove dependencies that are no longer used for the library reference by Fred Drake · 20 years ago
- 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
- 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
- 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
- 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
- 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
- 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
- f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
- 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
- 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 20 years ago
- 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
- 2238fc6 Add item by Andrew M. Kuchling · 20 years ago
- 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
- 1cae3f5 AAdd item. (And so it beegins again.) by Andrew M. Kuchling · 20 years ago
- 92e2495 Fill in various bits of the template by Andrew M. Kuchling · 20 years ago
- 6651748 Remove PyRange_New(). by Raymond Hettinger · 20 years ago
- f924557 Acknowledge contribution of a thorough tutorial review. by Raymond Hettinger · 20 years ago
- 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
- e8fdc45 Fixed errors reported in SF bug #1074693 by Vinay Sajip · 20 years ago
- 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
- 166878f Fixing bug #1072259 in SRE. by Gustavo Niemeyer · 20 years ago
- 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
- de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 20 years ago
- 5d6057f Fix typo. by Raymond Hettinger · 20 years ago
- 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 20 years ago