]> granicus.if.org Git - python/shortlog
python
2003-03-21 Neal NorwitzAdd new CSV module to doc dependancies
2003-03-20 Skip Montanaroadd several people involved with PEP 305 and the csv...
2003-03-20 Skip Montanaroadd _csv build line
2003-03-20 Skip Montanaroannounce csv package
2003-03-20 Skip Montanaroinclude the csv package during installation
2003-03-20 Skip Montanaroinclude csv doc section - Fred, you may want to change...
2003-03-20 Skip Montanarobuild _csv extension module
2003-03-20 Skip Montanaroforgot Cliff's sniffer
2003-03-20 Skip Montanaronew CSV file processing module - see PEP 305
2003-03-20 Fred Drake- added example of using a comparison function with...
2003-03-20 Just van Rossumset $PYTHONHOME in the bootstrap script, for no good...
2003-03-20 Tim PetersNew private API functions _PyFloat_{Pack,Unpack}(4...
2003-03-20 Tim PetersSF bug 705836: struct.pack of floats in non-native...
2003-03-20 Fred Drake- apply SF patch #700798: fixes and cleanups for descri...
2003-03-20 Skip Montanaroadd descriptions of {get,set}defaulttimeout.
2003-03-20 Fred Drake- explain what a UNC path is in the makedirs() descript...
2003-03-20 Neal NorwitzSkip the ioctl test if we can't open /dev/tty. This...
2003-03-19 Jack JansenGetCreatorAndType and SetCreatorAndType have been undep...
2003-03-19 Gustavo NiemeyerFixed SF bug #663074. The codec system was using global...
2003-03-18 Just van Rossumreplace obsolete 'exceptions' implicit by 'warnings'
2003-03-18 Neal NorwitzFix SF bug #697556, test_posix fails: getlogin
2003-03-17 Barry Warsaw_encode_chunks(): Throw out empty chunks.
2003-03-17 Barry Warsawtest_long_lines_with_different_header(): Another test...
2003-03-17 Raymond HettingerRenamed PyObject_GenericGetIter to PyObject_SelfIter
2003-03-17 Barry Warsawtest_getaddresses_nasty(): A test for mimelib SF bug...
2003-03-17 Barry Warsawgetaddrlist(): Make sure this consumes all the data...
2003-03-17 Martin v. LöwisTest for UnicodeError instead of ImportError to determi...
2003-03-17 Jack JansenGet rid of Mac.pth: plat-mac is now added through the...
2003-03-17 Jack JansenAdded a define EXTRAMACHDEPPATH which can be used to...
2003-03-17 Thomas WoutersAdd Hye-Shik Chang for SF patch/bugreport #703471.
2003-03-17 Thomas Woutersbinascii_a2b_base64: Properly return an empty string...
2003-03-17 Jack JansenCapturing the exit status for the build process didn...
2003-03-17 Raymond HettingerCreated PyObject_GenericGetIter().
2003-03-17 Raymond HettingerCreated PyObject_GenericGetIter().
2003-03-16 Jack JansenThe MacPython introductory help is now called MacPython...
2003-03-16 Jack Jansen- Don't ask for bring-to-front when quitting through...
2003-03-16 Jack JansenLots of textual changes suggested by Matthew Moelter.
2003-03-16 Raymond HettingerEliminate data dependency in predict macro.
2003-03-16 Raymond HettingerFix comment and whitespace.
2003-03-16 Raymond HettingerIntroduced macros for a simple opcode prediction protocol.
2003-03-15 Guido van RossumChange the default number of repetitions to 3, both...
2003-03-15 Guido van RossumIf time.tzset doesn't exist, don't test it.
2003-03-14 Guido van Rossum- New function time.tzset() provides access to the...
2003-03-14 Guido van RossumImplement some recommendations from Raymond H:
2003-03-14 Fred DrakeAccept commas in unquoted attribute values.
2003-03-14 Raymond HettingerSF patch #701907: More use of fast_next_opcode
2003-03-13 Michael W.... Take out my (long since disabled) POSIX signal mask...
2003-03-12 Kurt B. KaiserMove setting of ioready 'wait' earlier in call chain, to
2003-03-12 Jack JansenFilter out the depracation warning for macfs.
2003-03-12 Raymond HettingerSF bug #699237: Tutorial uses omitted slice indices...
2003-03-12 Raymond HettingerSF bug #699934: Obscure error message
2003-03-12 Barry WarsawUpdate the package version number
2003-03-12 Barry Warsawtest_whitespace_eater_unicode(): Make this test Python...
2003-03-12 Barry WarsawPython 2.1 doesn't have True and False
2003-03-11 Jack JansenAdd a simple Apple Help book to the framework.
2003-03-11 Jack JansenAdding MacPython online help. Only the basics are insta...
2003-03-11 Kurt B. KaiserM rpc.py
2003-03-11 Jack JansenThis file was terribly outdated. The example is still...
2003-03-11 Jack JansenAllow unicode pathnames where FSRefs are expected....
2003-03-11 Raymond HettingerFix spelling.
2003-03-11 Greg WardOpen with O_NONBLOCK to avoid hanging on open().
2003-03-11 Guido van RossumAdd 'audio' resource.
2003-03-11 Jack JansenPatch by Andrew Straw: use urllib2 so proxie access...
2003-03-11 Barry WarsawAdjust tests for no newline appending to MIMEText.__ini...
2003-03-11 Barry Warsawbeta 1
2003-03-11 Barry WarsawAdjust tests for no newline appending to MIMEText.__ini...
2003-03-11 Barry Warsaw__init__(): Don't add a newline to _text if it doesn...
2003-03-11 Barry WarsawFor email 2.5b1, we no longer add a trailing newline to
2003-03-11 Barry Warsawbody_line_iterator(): Accept optional decode argument...
2003-03-11 Barry Warsawbody_line_iterator() now takes a decode argument.
2003-03-11 Barry Warsawget_payload(): Teach this about various uunencoded
2003-03-11 Barry Warsawtest_get_decoded_uu_payload(): A new test for
2003-03-10 Kurt B. KaiserM PyShell.py
2003-03-10 Kurt B. KaiserA interruptmodule.c
2003-03-10 Barry Warsawspecialsre, escapesre: In SF bug #663369, Matthew Woodc...
2003-03-10 Barry Warsawtest_escape_backslashes(): A test for SF bug #663369...
2003-03-10 Barry Warsaw_bdecode(): Remove redundant check.
2003-03-10 Barry WarsawFix base class
2003-03-10 Barry WarsawUse ndiffAssertEqual in a couple of places for better...
2003-03-10 Barry WarsawDescribe what happens when decode=True and the payload...
2003-03-10 Barry Warsawget_payload(): If we get a low-level binascii.Error...
2003-03-10 Barry Warsawtest_broken_base64_payload(): Test for crash in low...
2003-03-10 Martin v. LöwisPatch #700839: Fix bugs in the plural handling.
2003-03-10 Andrew M. Kuchling[Patch #649762] Fix for asynchat endless loop
2003-03-10 Barry Warsaw_split_ascii() [method and function]: Don't join the...
2003-03-10 Andrew M. KuchlingUse isinstance() instead of type comparison
2003-03-10 Barry Warsawtest_another_long_multiline_header(): Yet another forma...
2003-03-10 Greg Wardopenmixer()'s 'mode' parameter has been removed.
2003-03-10 Greg Ward<sys/soundcard.h> seems to exist on both Linux and...
2003-03-10 Greg WardExpand description of ossaudiodev.error exception.
2003-03-10 Greg WardRewrite intro paragraphs and add a "See also" box for...
2003-03-10 Greg WardFix two unformatted lists: one is now an 'enumerate...
2003-03-10 Greg WardAdd libossaudiodev.tex.
2003-03-09 Greg WardWrap all paragraphs to 72 columns.
2003-03-09 Greg WardDocumentation for the ossaudiodev module.
2003-03-09 Raymond HettingerSF patch #691928: Use datetime in _strptime
2003-03-09 Raymond HettingerSf patch #700047: unicode object leaks refcount on...
2003-03-09 Raymond HettingerAdd contributor name.
2003-03-09 Raymond HettingerSF patch #667730: More DictMixin
2003-03-09 Raymond HettingerSF 698520: Iterator for urllib.URLOpener
next