]> granicus.if.org Git - python/shortlog
python
2001-10-13 Fred DrakeRemove extra "]" in splitlines() docstring.
2001-10-13 Martin v. LöwisMove grid_location into Misc. Fixes bug #426892.
2001-10-13 Martin v. LöwisCheck for term.h and include it on non-ncurses system...
2001-10-13 Martin v. LöwisTest for __sun instead of __sun__, since SUNWspro only...
2001-10-13 Martin v. LöwisCast argument to set_panel_userptr to void*. Fixes...
2001-10-13 Tim PetersSpeed the Windows code by using native 64-bit int compi...
2001-10-13 Fred DrakeSuppress a bunch of "value computed is not used" warnin...
2001-10-13 Fred DrakeRemove some unused imports.
2001-10-13 Fred DrakeWhen we reach the end of the log file, close the logrea...
2001-10-13 Tim PetersAdded new hotshot pkg to the Windows installer.
2001-10-13 Tim PetersYou can't unlink open files on Windows.
2001-10-13 Tim PetersThis compiles on Windows now.
2001-10-13 Tim PetersMy editor can't deal with long backslash-continued...
2001-10-12 Martin v. LöwisCorrect __repr__: include module name, avoid extra...
2001-10-12 Guido van RossumSF patch #467455 : Enhanced environment variables,...
2001-10-12 Tim PetersGet hotshot closer to compiling on Windows.
2001-10-12 Guido van RossumJason Lowe
2001-10-12 Guido van RossumAdd SF patch #468347 -- mask signals for non-main pthre...
2001-10-12 Fred DrakeAdd entry for HotShot.
2001-10-12 Fred DrakeThe HotShot core: look, ma, no hands!
2001-10-12 Fred DrakePreliminary user-level interface to HotShot. We still...
2001-10-12 Fred DrakeA most trivial test for HotShot -- make sure we get...
2001-10-12 Guido van RossumUse double curly braces for the generation0/1/2 initial...
2001-10-12 Guido van RossumBand-aid solution to SF bug #470634: readlines() on...
2001-10-12 Fred DrakeAdd entries for the newly split C API manual.
2001-10-12 Fred DrakeBreak the Python/C API manual into smaller files by...
2001-10-12 Guido van RossumPySocket_getaddrinfo(): fix two refcount bugs, both...
2001-10-12 Guido van RossumThe dynamic performance hack is (mostly) done.
2001-10-12 Guido van RossumSuggestion from SF patch #470433 to avoid clobbering...
2001-10-12 Guido van RossumNow that COPYBUF is a new local macro, add #undef COPYBUF.
2001-10-12 Jeremy HyltonProgress on SF bug #466175 and general cleanup.
2001-10-12 Tim PetersSF bug [#470040] ParseTuple t# vs subclasses.
2001-10-11 Martin v. LöwisPatch #469517: Info about rpcgen compilers.
2001-10-11 Guido van RossumAnother step in the right direction: when a new class...
2001-10-11 Tim PetersSF bug [#467145] Python 2.2a4 build problem on HPUX...
2001-10-11 Tim PetersSomebody checked in a version of httplib that doesn...
2001-10-11 Jeremy HyltonFix for SF buf #458835
2001-10-11 Jeremy HyltonUse PySocket_Err() instead of PyErr_SetFromErrno().
2001-10-11 Jeremy HyltonCommit parts of SF patch #462759
2001-10-11 Jeremy HyltonConvert socket methods to use METH_O and METH_NOARGS...
2001-10-11 Jeremy HyltonDocument that keyfile and certfile are now optional.
2001-10-11 Barry WarsawDescribe the HeaderParser class.
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.
next