]> granicus.if.org Git - python/shortlog
python
2001-10-09 Guido van RossumAdd a bunch of tests for a list subclass that would...
2001-10-09 Guido van RossumThe slot definition table entry for mp_getitem had...
2001-10-09 Barry WarsawAn audio/* class, like MIMEImage, contributed by Anthon...
2001-10-09 Guido van RossumHalfway checkin. This is still messy, but it's beginni...
2001-10-09 Barry WarsawFix minor cut-and-paste typo.
2001-10-09 Fred DrakeUpdate the documentation for the isinstance() function...
2001-10-09 Barry WarsawAdded tests for MIMEAudio class/module
2001-10-09 Barry WarsawFix __all__ to the current list of exported modules...
2001-10-09 Barry WarsawAdd documentation for the MIMEAudio class/module, contr...
2001-10-09 Fred DrakeImprove the documentation for the os.P_* constants...
2001-10-09 Fred DrakeNew markup: \note{...} and \warning{...}
2001-10-09 Jeremy HyltonFix [ #465502 ] urllib2: urlopen unicode problem
2001-10-09 Barry WarsawAdd a test for get_all() returning failobj. msg_20...
2001-10-09 Barry Warsawget_all(): We never returned failobj if we found no...
2001-10-09 Barry WarsawSMTPServer.__init__(): The asyncore.dispatcher base...
2001-10-09 Fred DrakeNote that the values for Boolean options are case-insen...
2001-10-09 Martin v. LöwisAdd Cesar Eduardo Barros, for asyncore patches.
2001-10-09 Martin v. LöwisAdd entry parameter to HList.item_cget. Fixes bug ...
2001-10-09 Guido van RossumIt turned out not so difficult to support old-style...
2001-10-09 Martin v. LöwisUpdate URL. Fixes bug #468118.
2001-10-09 Martin v. LöwisAdd additional fields to Xxo_Type declaration. Fixes...
2001-10-09 Martin v. LöwisPatch #468647: Fix exception propagation in asyncore.
2001-10-09 Tim PetersA brand new implementation of Profile.calibrate()....
2001-10-08 Guido van RossumUpdate outdated text about how to fix the font.
2001-10-08 Jeremy HyltonReplace all instances of err.strerror with err.
2001-10-08 Fred DrakeAdded tests that check getboolean() with the newly...
2001-10-08 Tim Peterstype_subclasses(): debug build was broken due to typo...
2001-10-08 Guido van RossumChange all occurrences of verify(x == y) into vereq...
2001-10-08 Fred DrakeUpdate the description of getboolean() to reflect the...
2001-10-08 Jack JansenMods by Alexandre Parenteau to allow embedding programs...
2001-10-08 Jack JansenBrought up to date with the current state of affairs.
2001-10-08 Guido van RossumKeep track of a type's subclasses (subtypes), in tp_sub...
2001-10-08 Jack JansenMac OS X build instructions talked about --without...
2001-10-08 Martin v. LöwisDo not add -shared to linker_so. Any necessary options...
2001-10-08 Martin v. LöwisProvide explicit program when trying to link pthread_cr...
2001-10-08 Jack JansenAdded declarations for PyMac_SetConsoleHandler, PyMan_D...
2001-10-08 Jack JansenAdded weakrefobject.c and regenerated .exp files.
2001-10-08 Tim PetersPut the deprecated .ignore() method back where it was.
2001-10-08 Tim PetersWidespread random code cleanup.
2001-10-07 Guido van RossumImplement isinstance(x, (A, B, ...)). Note that we...
2001-10-07 Steven M. Gavamerged port binding error message patch
2001-10-07 Steven M. Gavamerged win spawn patch
2001-10-07 Steven M. Gavamerged status bar packing patch
2001-10-07 Martin v. LöwisOnly close sockets if they have been created. Reported...
2001-10-07 Tim PetersTypo repair in comment.
2001-10-07 Martin v. LöwisSupport OpenUNIX like UnixWare.
2001-10-07 Tim PetersGuido points out that the comments for self.cur[2]...
2001-10-07 Martin v. LöwisUse AC_TRY_RUN for checking for -Kpthread.
2001-10-07 Tim PetersAt Guido's request, changed the code that's conceptuall...
2001-10-07 Tim PetersRepair some longstanding comment errors:
2001-10-07 Tim PetersGuido suggests, and I agree, to insist that SIZEOF_VOID...
2001-10-07 Tim PetersRemove code and docs for the OldProfile and HotProfile...
2001-10-06 Tim Peters_PyObject_VAR_SIZE: always round up to a multiple...
2001-10-06 Tim PetersRepaired the debug Windows deaths in test_descr, by...
2001-10-06 Tim Peters_PyObject_GetDictPtr():
2001-10-06 Tim Peters_PyObject_GC_Malloc(): split a complicated line in...
2001-10-06 Fred DrakeUpdate the documentation to reflect the changes to...
2001-10-05 Tim PetersThe fix to profile semantics broke the miserable but...
2001-10-05 Tim PetersTeach Windows how to build the new weakref module.
2001-10-05 Fred DrakeRemove bogus declaration.
2001-10-05 Fred DrakeAdd documentation for the public API for weak reference...
2001-10-05 Fred DrakeAdjust the _weakref module to use the public API for...
2001-10-05 Fred DrakePyObject_ClearWeakRefs() is now a real function instead...
2001-10-05 Fred DrakeAdd dependencies for the weakref object.
2001-10-05 Fred DrakeInclude the weakref object interface.
2001-10-05 Fred DrakeReferenceError is now built-in, so pick it up from...
2001-10-05 Fred DrakeThe weak reference implementation, separated from the...
2001-10-05 Fred Drakeweakref.ReferenceError becomes a built-in exception...
2001-10-05 Guido van RossumMartijn Pieters convinced me that when readline() strip...
2001-10-05 Guido van RossumEnable GC for new-style instances. This touches lots...
2001-10-05 Thomas HellerWith Andrew's blessing: distutils version number is...
2001-10-05 Tim PetersIntroduced the oddly-missing PyList_CheckExact(), and...
2001-10-05 Thomas HellerExplicitely list the metadata attributes to show
2001-10-05 Tim PetersGet rid of unique local ISSTRICTINT macro in favor...
2001-10-05 Tim PetersA regexp example was rendered as
2001-10-05 Barry WarsawSMTPServer.__init__(): Print the start information...
2001-10-05 Guido van RossumRemove false statement about running make in the Module...
2001-10-05 Fred DrakeRemove some long-unsupported Mac OS modules.
2001-10-05 Fred DrakeFrankly, I'd like my "L." as well!
2001-10-05 Guido van RossumAnother contributor.
2001-10-05 Andrew M. KuchlingFix typo in docstring
2001-10-04 Martin v. LöwisDocument addition of chroot.
2001-10-04 Martin v. LöwisAdd chroot call. Implements feature #459267.
2001-10-04 Fred DrakeUpdate a couple of old addresses that point to CNRI.
2001-10-04 Fred DrakeNon-failing test for SF bug #467059.
2001-10-04 Guido van RossumApply modified SF patch 467580: ConfigParser.getboolean...
2001-10-04 Fred Drakerun_suite(): If testclass is not available, provide...
2001-10-04 Guido van RossumMake new classes dynamic by default.
2001-10-04 Tim PetersChanged the reindenter to strip only trailing spaces...
2001-10-04 Fred DrakeFix bug in profiler modifications detected only in...
2001-10-04 Barry WarsawTestIterators: Tim Peters suggests a more succinct...
2001-10-04 Barry WarsawMore test data for test_email.py
2001-10-04 Barry Warsawtest_header_splitter(), test_body_line_iterator():...
2001-10-04 Barry WarsawGive me back my page breaks.
2001-10-04 Guido van RossumAdd note about profiling.
2001-10-04 Barry WarsawScript arguments localhost:localport and remotehost...
2001-10-04 Greg WardAdd various typecasts (back and forth from char * to...
2001-10-04 Greg WardRemove a couple of unused local variables (bug #445960...
2001-10-04 Fred DrakeUpdated to reflect the rationalized profiler event...
2001-10-04 Fred DrakeRationalize the events passed to the profiler (no chang...
next