]> granicus.if.org Git - python/shortlog
python
2001-10-11 Barry WarsawAdd a test for the HeaderParser class.
2001-10-11 Barry WarsawHeaderParser: A new subclass of Parser which only parse...
2001-10-11 Jeremy HyltonUndo part of 2.59: 't' case of convertsimple() should...
2001-10-11 Jeremy HyltonAdd test of hexlify on Unicode strings
2001-10-11 Jeremy HyltonAdd a bunch of SSL error constants
2001-10-10 Jeremy HyltonLots of code reorganization with a few small API changes.
2001-10-10 Jeremy HyltonDo simple error checking before doing any SSL calls.
2001-10-10 Jeremy HyltonUSe PyObject_SetString() instead of PyObject_SetObject...
2001-10-10 Jack JansenRather gross workaround for a bug in the mac GUSI I...
2001-10-10 Jack JansenSome of the lesser used targets still used FMADD/FMSUB...
2001-10-10 Skip Montanaroallow long ints to be marshalled as ints - no check...
2001-10-10 Guido van RossumFred's done with weakrefs
2001-10-10 Tim PetersSF bug [#469732] os.path.walk docstring inconsistent.
2001-10-10 Jeremy HyltonIn newSSLObject(), initialize the various members of...
2001-10-10 Jeremy HyltonA bit of reformatting to match the standard style
2001-10-10 Jeremy HyltonFix two memory leaks in socket.ssl().
2001-10-10 Jeremy HyltonOne more place where PyString_AsString() was used after a
2001-10-10 Jeremy HyltonUse AS_STRING() following the check and avoid an extra...
2001-10-10 Jeremy HyltonSF patch [ #468662 ] Allow jython to complete test_grammar
2001-10-09 Jack JansenUpdated, and added a very terse description of PyMac_Se...
2001-10-09 Jack JansenFixed the embedding demo to correctly show the use of
2001-10-09 Tim PetersAdd item about new "Edit with IDLE" menu entry created...
2001-10-09 Tim PetersIf all of Python, IDLE and Tcl/Tk are being installed...
2001-10-09 Tim PetersRepair key stutter + auto-complete ugliness.
2001-10-09 Tim PetersA copy-and-paste job forget the "paste" half.
2001-10-09 Fred DrakeRemove obsolete email address.
2001-10-09 Tim PetersAllow the profiler's calibration constant to be specifi...
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
next