]> granicus.if.org Git - python/shortlog
python
2003-03-21 Andrew M. KuchlingAdd PEP305 section
2003-03-21 Andrew M. KuchlingUpdate datetime section a bit
2003-03-21 Tim Peters_PyFloat_Pack4(): Removed needless call of floor().
2003-03-21 Jack JansenGive a better error message when a string of the wrong...
2003-03-21 Jack JansenGenerate all the standard OSA suite packages. Has absol...
2003-03-21 Jack JansenGot rid of the "enum not found" interaction, and added...
2003-03-21 Jack JansenAllow gensuitemodule to be run non-interactively, from...
2003-03-21 Guido van RossumRename variables _seq to _it and seq to it, to emphasiz...
2003-03-21 Jack JansenAdded _csv module, and getting rid of macfs.
2003-03-21 Jack JansenGetting rid of macfs.
2003-03-21 Jack JansenAdding unicode filename support to FSRefs broke things...
2003-03-21 Jack JansenPatch 702620 by Donovan Preston: Fix AE inheritance.
2003-03-21 Just van Rossumonly set $PYTHONHOME when building a standalone app.
2003-03-21 Just van RossumPatch #681927 from Robin Dunn: add option to add shared...
2003-03-21 Neal NorwitzGet locale module to build on aix4
2003-03-21 Neal NorwitzGet rid of warning on IRIX
2003-03-21 Tim PetersChanged the DLL base-address assignment for _csv so...
2003-03-21 Tim PetersTeach the Windows build & installer about the new csv...
2003-03-21 Neal NorwitzAdd support for os.openpty() on AIX which uses /dev...
2003-03-21 Neal Norwitz/dev/ptmx doesn't exist on AIX, they had to be differen...
2003-03-21 Neal NorwitzPrevent the pty test from hanging by setting an alarm.
2003-03-21 Tim PetersSquash compiler wng about signed-vs-unsigned mismatch.
2003-03-21 Guido van RossumThe message "*** skipping leakage tests ***" was causin...
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.
next