]> granicus.if.org Git - python/shortlog
python
2002-06-14 Fred DrakeRefer the reader to the correct module for constant...
2002-06-14 Neal NorwitzFix SF bug # 561858 Assertion with very long lists
2002-06-14 Neal NorwitzFix SF bug # 561858 Assertion with very long lists
2002-06-14 Neal NorwitzSF bug # 493951 string.{starts,ends}with vs slices
2002-06-14 Fred DrakeDocument the Binary.data attribute.
2002-06-14 Neal NorwitzUse \code{True} (or False) instead of true/false.
2002-06-13 Neal NorwitzTest exceptional condition in select()
2002-06-13 Neal NorwitzTest exceptional conditions in list.sort()
2002-06-13 Neal NorwitzCleanup a little
2002-06-13 Neal NorwitzSF # 533070 Silence AIX C Compiler Warnings
2002-06-13 Guido van RossumMajor cleanup operation: whenever there's a call that...
2002-06-13 Guido van RossumFix for SF bug 532646. This is a little simpler than...
2002-06-13 Neal NorwitzSF # 561244 Micro optimizations
2002-06-13 Neal NorwitzFix typo in exception message
2002-06-13 Neal NorwitzUse new PyDoc_STRVAR macro
2002-06-13 Neal NorwitzAdd "version added" for getpgid
2002-06-13 Neal NorwitzSF #561244 Micro optimizations
2002-06-13 Martin v. LöwisPatch #568235: Add posix.setpgid.
2002-06-13 Martin v. LöwisPatch #568124: Add doc string macros.
2002-06-13 Guido van RossumTemporarily disable the timeout and socket tests.
2002-06-13 Guido van RossumHopefully this addresses the remaining issues of SF...
2002-06-13 Guido van RossumThe opcode FOR_LOOP no longer exists.
2002-06-13 Fred DrakeDo not claim that getlocale() returns a tulpe; that...
2002-06-13 Jeremy HyltonMunge depends files to have absolute paths.
2002-06-13 Jeremy HyltonExtend dependency tracking so that .o files are rebuilt.
2002-06-13 Jeremy HyltonRefactor compile() method implementations.
2002-06-13 Jeremy HyltonAdd depends=None to the arglist for compile().
2002-06-13 Jeremy HyltonExtend compiler() method with optional depends argument.
2002-06-13 Guido van RossumRearrange the #ifndef WITHOUT_COMPLEX so it can be...
2002-06-13 Guido van RossumComment out testHostnameRes() -- it depends on a correc...
2002-06-13 Guido van RossumFix non-blocking connect() for Windows. Refactored...
2002-06-13 Jeremy HyltonMore style changes and little cleanups.
2002-06-13 Guido van RossumGet rid of accidentally checked-in reference to "bits".
2002-06-13 Guido van RossumMajor overhaul of timeout sockets:
2002-06-13 Guido van RossumFix a typo.
2002-06-13 Jeremy HyltonSome more style improvements
2002-06-13 Jeremy HyltonPython style conformance: Delete spaces between name...
2002-06-13 Guido van RossumAdd dependencies on socketmodule.h.
2002-06-13 Andrew MacIntyre_Py prefix is verboten for static entry points
2002-06-13 Andrew MacIntyrework around name clash with OS/2 TCPIP routine sock_init()
2002-06-13 Guido van RossumWhitespace nit.
2002-06-13 Fred DrakeAdd documentation for PyObject_RichCompare() and PyObje...
2002-06-13 Guido van RossumChanged the extended slice example to show that you...
2002-06-13 Fred DrakeAdd version annotations for some older changes to the...
2002-06-12 Guido van RossumRemove some overly complicated ways to concatenate...
2002-06-12 Guido van RossumDon't test for Java, test for sys.getrefcount.
2002-06-12 Guido van RossumSome provisional changes to get more tests to run on...
2002-06-12 Guido van RossumArgh. Typo. :-(
2002-06-12 Guido van RossumAllow absent fromfd(), for Windows.
2002-06-12 Guido van RossumtestSetSockOpt() should not require the reuse flag...
2002-06-12 Guido van RossumLose the message on assertEqual calls -- they actually...
2002-06-12 Guido van RossumDocstring, layout and style tweaking. Increase fuzz...
2002-06-12 Jeremy HyltonAdd a new definition to Extension objects: depends.
2002-06-12 Guido van RossumAdd some more basic tests to validate the argument...
2002-06-12 Guido van RossumNew test suite for the socket module by Michael Gilfix.
2002-06-12 Guido van RossumSF bug 567826. Document new opcodes:
2002-06-12 Guido van RossumAdd a testcase to ensure that cycles going through...
2002-06-12 Guido van RossumSF bug 567538: Generator can crash the interpreter...
2002-06-12 Kurt B. KaiserRework the code to have only the GvR RPC. Output from...
2002-06-11 Guido van RossumThe opcode YIELD_STMT was accidentally called YIELD_VAL...
2002-06-11 Skip Montanaropatch #562492 - prevent duplicate lines in history
2002-06-11 Neal NorwitzFix SF #565414, FancyURLopener() needs to support ...
2002-06-11 Michael W.... Fix for problem reported by Neal Norwitz. Tighten...
2002-06-11 Guido van RossumFold remaining long lines.
2002-06-11 Michael W.... This is my nearly two year old patch
2002-06-11 Martin v. LöwisPatch #488073: AtheOS port.
2002-06-11 Steven M. Gavaadd a version of GvR's q&d python idle printing patch,
2002-06-11 Fred DrakeCompletely revise markup for the list of list methods...
2002-06-10 Guido van RossumRecord the latest fixes.
2002-06-10 Greg WardTook initial_tab and subsequent_tab away from the fill...
2002-06-10 Guido van RossumSF patch 560794 (Greg Chapman): deepcopy can't handle...
2002-06-10 Greg WardAllow the standalone wrap() and fill() functions to...
2002-06-10 Greg WardMake 'width' an instance attribute rather than an argum...
2002-06-10 Thomas HellerRemove the only use of a string method.
2002-06-10 Guido van RossumSF patch 564549 (Erik Andersén).
2002-06-10 Guido van RossumDon't accept null bytes in the key.
2002-06-10 Guido van RossumDocument that the key should not contain null bytes.
2002-06-10 Guido van RossumSF bug 563750 (Alex Martelli): posix_tmpfile():
2002-06-10 Andrew M. KuchlingTweak traceback message to avoid LaTeX2HTML bug
2002-06-10 Guido van RossumAdd primitive printing support for Unix and Windows.
2002-06-10 Andrew M. KuchlingFix typo
2002-06-10 Guido van RossumUndo the last chunk of the previous patch, putting...
2002-06-10 Guido van RossumIn the recent python-dev thread "Bizarre new test failu...
2002-06-10 Guido van RossumThree's a charm: yet another fix for SF bug 551412...
2002-06-10 Andrew M. KuchlingFix typo, and add some reminders
2002-06-10 Michael W.... Tweak the description of pymalloc. Mention pymemcompat.h.
2002-06-10 Andrew MacIntyrerefresh to pick up recent changes
2002-06-10 Andrew MacIntyremake _sre a dynamically loadable module and build xxsubtype
2002-06-09 Jack Jansen- Better commandline interface to BuildApplet, complete...
2002-06-09 Martin v. LöwisPatch #505375: Make doc strings optional.
2002-06-09 Martin v. LöwisPatch #505375: Make doc strings optional.
2002-06-09 Just van Rossumescape 8-bit chars when generating .py files. fixes...
2002-06-09 Greg WardMake all of TextWrapper's options keyword args to the...
2002-06-07 Greg WardRecord copyright and author.
2002-06-07 Greg WardUse True/False instead of 1/0.
2002-06-07 Greg WardRemove islower() -- not used anymore.
2002-06-07 Greg WardConform to the bloody coding standards: "def foo()...
2002-06-07 Greg WardConvert _fix_sentence_endings() to use a regex, and...
2002-06-07 Greg WardAdd fix_sentence_endings option to control whether...
2002-06-07 Greg WardInitial revision. Currently biased towards English...
next