]> granicus.if.org Git - python/shortlog
python
2001-07-19 Fred DrakeMake the new docstrings better conform to Guido's style...
2001-07-19 Fred DrakeRemove warnings from the SGI compiler.
2001-07-19 Fred DrakeElaborate a comment.
2001-07-19 Fred DrakeAdded docstrings based on a patch by Evelyn Mitchell.
2001-07-19 Fred DrakeMake sure path names inserted into ZIP files are normal...
2001-07-19 Tim PetersAdd some test cases for ntpath.join().
2001-07-19 Tim PetersCosmetic: break the long lines in test_ntpath.py,...
2001-07-19 Martin v. LöwisPort getaddrinfo to MSVC++.
2001-07-19 Tim PetersSF bug #44271: os.path.expanduser problem w/o HOME...
2001-07-19 Fred DrakeAdded function xml.sax.saxutils.quoteattr().
2001-07-19 Guido van RossumFis SF bug #442647: not all forms of legal future state...
2001-07-19 Guido van RossumThomas, I don't care about unset either, but setting...
2001-07-19 Andrew M. KuchlingRevise the Unicode section after getting comments from...
2001-07-19 Martin v. LöwisPatch #442512: put block indices in the right byte...
2001-07-19 Martin v. LöwisUse -Kpthread when trying to find out the size of pthre...
2001-07-19 Guido van RossumAdd a low-level API to access interpreters, for David...
2001-07-19 Martin v. LöwisPatch #418659: Fixes for UnixWare and ReliantUnix.
2001-07-19 Martin v. LöwisReplace __import__ with import as.
2001-07-19 Thomas WoutersAvoid the use of 'unset', which isn't available on...
2001-07-19 Steven M. Gavaminor tidy-ups ready for 0.8.1 alpha tarball release
2001-07-19 Fred DrakeRemove some false statements.
2001-07-19 Fred DrakeRemove some false comments.
2001-07-19 Andrew M. KuchlingFill out the Unicode section, somewhat uncertainly
2001-07-19 Andrew M. KuchlingFinish the "Other changes" section
2001-07-19 Andrew M. KuchlingFix a few typos
2001-07-19 Andrew M. KuchlingRemove note about this being a draft document.
2001-07-18 Fred DrakeLook to the future: bump the version number.
2001-07-18 Fred Drake2.2a1 is out; look to the future.
2001-07-18 Fred DrakeIgnore all .tar files in the top directory; we're about...
2001-07-18 Tim PetersSF bug #442520: test_struct fails on SPARC.
2001-07-18 Skip MontanaroIf the user's environment has set the BROWSER environme...
2001-07-18 Fred DrakeLots of small updates, some long overdue.
2001-07-18 Fred DrakeAdd a more substantial example startup file for the...
2001-07-18 Fred DrakeMinor changes for stylistic cleanliness and consistency.
2001-07-18 Fred DrakeChange the command lines to use a similar "phrasing...
2001-07-18 Fred Drake"Make small changes, but carry a big diff."
2001-07-18 Fred DrakeAdd some symbolic names to support hyperlinked references.
2001-07-18 Guido van RossumAdd "help" to the things one is encouraged to type...
2001-07-18 Fred DrakeMade a few minor style & markup changes to the new...
2001-07-18 Martin v. LöwisDeactivate definition of ss_family and ss_len. Fixes...
2001-07-18 Martin v. LöwisPatch #412229: Add functions sys.getdlopenflags and...
2001-07-18 Martin v. LöwisPatch #432117: Record namespaces in the DOM tree using...
2001-07-17 Fred DrakeIgnore the html-*.tar file that can now be generated...
2001-07-17 Fred DrakeRevise the rules for building the distribution files...
2001-07-17 Fred DrakeMirror Guido's latest changes to the license file.
2001-07-17 Fred DrakeBe more specific about some of the dependencies, to...
2001-07-17 Fred DrakeDefine new markup for 5-column tables.
2001-07-17 Fred DrakeRemove a couple of lines from the test that proved...
2001-07-17 Tim PetersKill another merge zombie.
2001-07-17 Fred DrakeKill another merge zombie.
2001-07-17 Fred DrakeKill a merge zombie.
2001-07-17 Fred DrakeStart of a test suite for the "os" module -- this only...
2001-07-17 Jack JansenUsed an adapted MethodGenerator to generate methods...
2001-07-17 Jack JansenOops, left in a debug statement. It's gone now.
2001-07-17 Fred DrakeUpdate the availability information for os.tempnam...
2001-07-17 Fred DrakeOn Windows, tempnam() is spelled with a leading underscore.
2001-07-17 Fred DrakeDefine the constants needed to allow the os.tempnam...
2001-07-17 Guido van RossumA new attempt at rationalizing the "history of the...
2001-07-17 Fred DrakeAdding what's done of the documentation for the new...
2001-07-17 Fred DrakeUse the "st" versions of the "ast" calls in the parser...
2001-07-17 Fred DrakeThe syntax trees handled by this module are not "abstra...
2001-07-17 Tim PetersTypo repair.
2001-07-17 Fred DrakeRemove code to initialize globals that are never used.
2001-07-17 Andrew M. KuchlingDelete sentence fragment (noted by Fred Bremmer)
2001-07-17 Guido van Rossum- Add news about generators.
2001-07-17 Fred DrakeBump the release number.
2001-07-17 Guido van RossumAdd a really stupid warning about 'yield' used as an...
2001-07-17 Fred DrakeMake the syntax for compound command lines more portabl...
2001-07-17 Fred DrakeScript to re-write @FOO@-style marks with values, initi...
2001-07-17 Fred DrakeUpdate the release information.
2001-07-17 Guido van RossumDeleting zombies
2001-07-17 Fred DrakeNow we're picking nits: get my name right! ;-)
2001-07-17 Andrew M. KuchlingAdd FLD to credit list
2001-07-17 Fred DrakeJob.__init__(): Only create the builddir directory...
2001-07-17 Guido van RossumDeleting merge zombie.
2001-07-17 Fred DrakeCleaned up a number of minor nits, use markup a little...
2001-07-17 Andrew M. KuchlingMinor rewrites to iterator and generator sections
2001-07-17 Fred DrakeFix a couple of minor markup nits.
2001-07-17 Kurt B. KaiserINSTALLATION: Remove the coexist.patch instructions
2001-07-17 Kurt B. KaiserPut this in the attic, at least for now...
2001-07-17 Kurt B. KaiserImplement idle command interface as suggested by GvR...
2001-07-17 Tim PetersPrepare Windows installer for 2.2a1.
2001-07-17 Fred DrakeAdded tests for the new yield support in the parser...
2001-07-17 Fred DrakeAdd support for yield statements.
2001-07-16 Jack JansenTypo in the classic mlte build line.
2001-07-16 Jack JansenThe TNXDraw gworld argument is optional.
2001-07-16 Jack JansenIt now works under Carbon. Under Classic the scrollbars...
2001-07-16 Tim PetersThis has never worked on Windows. Now it does. If...
2001-07-16 Barry WarsawUpdated the documentation in several respects:
2001-07-16 Barry Warsawtest_basic(): Add a test for "person@dom.ain (User...
2001-07-16 Barry WarsawStoopid change, just to mention that the last checkin...
2001-07-16 Barry WarsawFix address parsing to be RFC 2822 conformant. Specifi...
2001-07-16 Jack JansenFile handlers don't work on the mac, so don't pretend...
2001-07-16 Fred DrakeAdd a unit test for sgmllib (needs work, but has alread...
2001-07-16 Fred DrakeGive more useful information about a failing PyUnit...
2001-07-16 Fred DrakeRemove a duplicate test.
2001-07-16 Tim PetersDocument doctest's generator-future hack.
2001-07-16 Fred DrakeIn CDATA mode, make sure entity-reference syntax is...
2001-07-16 Guido van Rossumjcompile(): inherit the CO_GENERATOR_ALLOWED flag from...
2001-07-16 Guido van RossumPyRun_StringFlags(): forgot to pass the flags on to
next