]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-08-18  Barry WarsawPyUnicode_AsUTF8String(): Don't need to explicitly...
2000-08-18  Barry WarsawANSI-fy function headers. Not much more can be done...
2000-08-18  Barry Warsawlad_dealloc(): if xp->x_fd == -1, it means the descript...
2000-08-18  Barry Warsawpattern_findall(): Plug small memory leak discovered...
2000-08-18  Barry Warsawinit_locale(): This file defines the _locale module...
2000-08-18  Barry WarsawSyntaxError__classinit__(): Slight reorg for simplicity.
2000-08-18  Barry WarsawPyParser_ParseString(): When the err_ret structure...
2000-08-18  Barry Warsawcomples_from_string(): Move s_buffer[] up to the top...
2000-08-18  Barry Warsawmake_pair(): When comparing the pointers, they must...
2000-08-18  Barry WarsawPyFloat_FromString(): Move s_buffer[] up to the top...
2000-08-18  Barry WarsawPyInstance_DoBinOp(): When comparing the pointers,...
2000-08-18  Barry WarsawAdded test for uintptr_t, the C9X acceptable way to...
2000-08-18  Barry WarsawAdded #undef HAVE_UINTPTR_T for autoconf's delight.
2000-08-18  Barry WarsawMoved LONG_LONG #define from here to pyport.h.
2000-08-18  Barry WarsawMoved LONG_LONG #define from longobject.h to here,...
2000-08-18  Fred DrakeAs pointed out by Denis S. Otkidach <den@analyt.chem...
2000-08-18  Fred DrakeAdjust the way __getslice__() is marked as deprecated...
2000-08-18  Fred DrakeFix a markup error that caused formatting to fail.
2000-08-17  Andrew M. KuchlingMention the new 'import X as Y' syntax
2000-08-17  Andrew M. KuchlingDocument the returns_unicode attribute
2000-08-17  Fred DrakeUpdate to reflect the recent Grammar changes.
2000-08-17  Thomas WoutersApply SF patch #101135, adding 'import module as m...
2000-08-17  Thomas WoutersApply SF patch #101029: call __getitem__ with a proper...
2000-08-17  Fred DrakeRemove an item that's been done.
2000-08-17  Fred DrakeA little more text, and some really minor cleanups.
2000-08-17  Fred DrakeSmall cleanups, and note when zip() entered the menagerie.
2000-08-17  Fred DrakeRevise the comments about the exceptions module to...
2000-08-17  Fred DrakeMartin v. Loewis <martin@loewis.home.cs.tu-berlin.de>:
2000-08-17  Jack JansenPackage with suites for talking to CodeWarrior.
2000-08-17  Jack JansenPackage with suites for talking to netscape.
2000-08-17  Jack JansenThe package with standard suites. These are used separa...
2000-08-17  Jack JansenUse the new package-based scripting support.
2000-08-17  Jack JansenGenerate packages in stead of separate modules. The...
2000-08-17  Jack JansenRemoved temporary code to disable OT networking (this...
2000-08-17  Jack JansenRemoved temporary code that always set creator to Simpl...
2000-08-17  Sjoerd MullenderReran autoconf.
2000-08-17  Sjoerd MullenderFix up problems when compiling in a directory other...
2000-08-17  Fred DrakeConvert some old-style string exceptions to class excep...
2000-08-17  Fred DrakeConvert some old-style string exceptions to class excep...
2000-08-17  Fred Drake\citetitle: Format the title, not the optional URL!
2000-08-17  Andrew M. KuchlingAdd section on list comprehension
2000-08-16  Barry WarsawInsure properly identifies the `interned' dictionary...
2000-08-16  Barry Warsaw_PySys_Init(): Fix another Insure discovered memory...
2000-08-16  Trent MickThe sre test suite currently overruns the stack on...
2000-08-16  Fred DrakeKa-Ping Yee <ping@lfw.org>:
2000-08-16  Peter Schneider... updated occurences of fqdn algorithm (closes patch...
2000-08-16  Barry WarsawSyntaxError__str__(): Fix two memory problems discovere...
2000-08-16  Trent Mickadd dummy 'add2lib' target to Grammar/Makefile so non...
2000-08-16  Fred DrakeUse socket.getfqdn() instead of defining make_fqdn().
2000-08-16  Fred DrakeDocument socket.getfqdn().
2000-08-16  Fred DrakeThe socket module is now _socket on all platforms.
2000-08-16  Fred DrakeRemove a lot of the confusing conditional compilation...
2000-08-16  Fred DrakeRevise the wrapper structure for the socket module:
2000-08-16  Andrew M. KuchlingUpdated comment
2000-08-16  Andrew M. KuchlingDeleted now-unused include files
2000-08-16  Andrew M. KuchlingMention setdefault() method for dicts
2000-08-15  Mark HammondFrom Rene Liebscher:
2000-08-15  Thomas WoutersApply SF patch #101151, by Peter S-K, which fixes smtpl...
2000-08-15  Fred DrakeChris Herborth <chrish@pobox.com>:
2000-08-15  Fred DrakeFix error made in applying Thomas's patch.
2000-08-15  Fred DrakeThomas Wouters <thomas@xs4all.net>:
2000-08-15  Fred DrakeFix markup bug that prevented formatting.
2000-08-15  Tim PetersFix new compiler warnings. Unused var in compile.c...
2000-08-15  Fred Drakemy_basename(): Removes the leading path components...
2000-08-15  Fred DrakeRemove the osdefs.h #include; it was not needed in...
2000-08-15  Fred DrakeUpdate test output to reflect change in SyntaxError...
2000-08-15  Fred DrakeWhen raising a SyntaxError, make a best-effort attempt...
2000-08-15  Fred DrakeWhen raising a SyntaxError, make a best-effort attempt...
2000-08-15  Fred DrakeSyntaxError__str__(): Do more formatting of the except...
2000-08-15  Greg WardBump version to 0.9.1.
2000-08-15  Greg WardFixed the move-RPM-files hack so it knows about the...
2000-08-15  Greg WardAdded support for the '--dist-dir' option, including...
2000-08-15  Greg WardFix long-hidden inconsistency in internal interface...
2000-08-15  Barry Warsawbinascii_unhexlify(): Better error message, courtesy...
2000-08-15  Barry Warsawtests for binascii.b2a_hex() and binascii.a2b_hex().
2000-08-15  Barry WarsawDescribe the b2a_hex() and a2b_hex() functions (a.k...
2000-08-15  Barry WarsawAfter a brief conversation and code review with TP...
2000-08-15  Barry WarsawSHA_hexdigest(): A couple of small patches to this...
2000-08-15  Barry WarsawAdded a test of the md5.hexdigest() method. Funny...
2000-08-15  Barry WarsawAdded description of the md5.hexdigest() method.
2000-08-15  Barry Warsawmd5_hexdigest(): After a brief conversation with TP...
2000-08-15  Fred DrakeCorrect the reference count information for the paramet...
2000-08-15  Fred DrakeGuido pointed out that all names in the sys module...
2000-08-15  Tim PetersFix for http://sourceforge.net/bugs/?func=detailbug...
2000-08-15  David SchererInitial revision
2000-08-15  Mark HammondFix for bug #110670 - Win32 os.listdir raises confusing...
2000-08-15  Mark HammondFix the parent of WindowsError - both the comments...
2000-08-14  Mark HammondRemove the test for abspath with an empty path - too...
2000-08-14  Fred DrakeThe attempt to protect against MS_WIN16 compilers that...
2000-08-14  Fred DrakeFor bug reporting, point to the SourceForge bug tracker...
2000-08-14  Fred DrakeDocument the byte_order value in the sys module.
2000-08-14  Fred DrakeAdd a byte_order value to the sys module. The value...
2000-08-14  Fred DrakeDocument the range type, as suggested by Denis S. Otkidach
2000-08-14  Marc-André... Fixed a couple of instances where a 0-length string...
2000-08-14  Mark HammondTest for fix to bug #110673: os.abspatth() now always...
2000-08-14  Mark HammondFix for Bug #110673: os.abspatth() now always returns...
2000-08-14  Mark HammondCheck in the correct output - even though the module...
2000-08-14  Mark HammondSupport for building the new w9xpopen.exe, which is...
2000-08-14  Mark HammondPatch #101032, from David Bolen:
2000-08-14  Mark HammondPatch #101032, from David Bolen:
next