]> granicus.if.org Git - python/shortlog
python
2001-11-19 Martin v. LöwisTest for negative buffer sizes. Fixes #482871.
2001-11-19 Fred DrakeAvoid trailing blank lines in the output.
2001-11-19 Fred DrakeAdjust input pre-processing so that a comment on the...
2001-11-19 Fred DrakeUpdate the platform notes for the CGIHTTPServer module...
2001-11-19 Fred DrakeAnother name...
2001-11-19 Fred DrakeFix the default value for feature_namespaces, per discu...
2001-11-18 Barry Warsawtest_formatdate(): A test that has a mild hope of worki...
2001-11-18 Barry WarsawPaul Rubin reminds me that of course a class's construc...
2001-11-18 Just van Rossuma whole bunch of OSX tweaks
2001-11-18 Fred DrakeClarified a couple of issues for the startElement*...
2001-11-18 Tim PetersRelatively large expansion of the docs for gc.garbage.
2001-11-18 Tim PetersSince the MAGIC number scheme is going to break on...
2001-11-18 Fred Drakeassert.h was not always included by Python.h; make...
2001-11-17 Fred DrakeExhibit good form in C code: always provide docstrings...
2001-11-17 Fred DrakeAdd omitted word for clarity.
2001-11-17 Fred DrakeUpdate to use more modern calling conventions; also...
2001-11-17 Fred DrakeBump the version number; used to identify the Python...
2001-11-17 Tim PetersUpdate Windows installer for 2.2c1.
2001-11-17 Tim PetersAdd skeleton for 2.2c1 news.
2001-11-16 Barry WarsawToughen up the security warnings a bit.
2001-11-16 Barry WarsawAdd a clarification that the email package always deals...
2001-11-16 Barry WarsawBumping version number.
2001-11-16 Fred DrakePost-release bumps. Do *NOT* merge into the 2.2b2...
2001-11-16 Barry WarsawMerged in NEWS changes from the r22b2 branch.
2001-11-16 Fred DrakeClean up some markup a little bit more. Make this...
2001-11-16 Fred DrakeDocument the urlsplit() and urlunsplit() functions.
2001-11-16 Fred DrakeFix parsing of parameters from a URL; urlparse() did...
2001-11-16 Fred DrakeSwitched a couple of sections around.
2001-11-15 Barry WarsawA few minor updates to make it clear(er) that pickle...
2001-11-15 Barry WarsawA change to sync with pickle.py:
2001-11-15 Barry WarsawTwo changes:
2001-11-15 Barry WarsawA massive rewrite affecting both the pickle and cPickle...
2001-11-15 Barry WarsawMinor updates to add more pointers to the pickle docume...
2001-11-15 Fred DrakeThe turtle docs will be moving to another location...
2001-11-15 Fred DrakeClean up the descriptions of multi-signature functions...
2001-11-15 Guido van RossumGroup dict[ionary] news together; and use dict() instead of
2001-11-15 Guido van RossumCorrect the description of mixed multiple inheritance...
2001-11-15 Tim PetersNews about mixing classic and new-style classes in MI.
2001-11-15 Tim PetersBump Windows buildno for 2.2b2.
2001-11-15 Fred DrakeThanks for the Tkinter chapter, Mike!
2001-11-15 Fred DrakeAdd entries for the new Tkinter chapter.
2001-11-15 Fred DrakeTkinter chapter, contributed by Mike Clarkson. Based...
2001-11-14 Tim PetersMore simple test cases for mixed classic+new multiple...
2001-11-14 Tim PetersChanging diapers reminded Guido that he wanted to allow...
2001-11-14 Fred DrakeFinally commit the font changes that have been live...
2001-11-14 Fred DrakeBump release number & date.
2001-11-14 Jeremy HyltonFred observes that the typo was not the only problem...
2001-11-14 Jeremy Hyltontypo
2001-11-14 Jack JansenDon't initialize tp_type statically, it won't work...
2001-11-14 Jack JansenOSX tests used specific version numbers to test for...
2001-11-13 Tim PetersRemoved print that executes only on Unix boxes; that...
2001-11-13 Tim PetersCVS patch #477161: New "access" keyword for mmap,...
2001-11-13 Barry WarsawPyOS_getsig(), PyOS_setsig(): The minimal amount of...
2001-11-13 Jeremy HyltonDon't munge __debug__ and leave it that way.
2001-11-13 Tim PetersWhitespace normalization.
2001-11-13 Barry WarsawA specific test for bug #481221, getaddrlist() failing...
2001-11-13 Barry WarsawFix for bug #481221, getaddrlist() failing on long...
2001-11-13 Barry WarsawCommitting the second part of patch #480902, an improve...
2001-11-13 Tim Petersnew_code(): The last patch to this left behind an...
2001-11-13 Barry WarsawAdd tests for bug #478115, parsedate_tz() IndexError...
2001-11-13 Barry Warsawparsedate_tz(): If data is false, return None. Fixes...
2001-11-12 Tim Petersload_string(): Force use of unsigned compare in a...
2001-11-12 Jack JansenOSX notes:
2001-11-12 Thomas HellerNo need to preprocess the header files - use ctags...
2001-11-12 Thomas HellerFix obvious typos.
2001-11-11 Martin v. LöwisLimit string size on one-character-strings. Fixes ...
2001-11-11 Martin v. LöwisPatch in bug report #477700: Fix memory leaks in gdbm...
2001-11-11 Martin v. LöwisPatch #473002: Update Demo/tix tixwidgets.py et al.
2001-11-10 Jack JansenAdd the MSL C library to the set of standard libraries
2001-11-10 Jack JansenThe libraries argument was completely ignored, fixed...
2001-11-10 Martin v. LöwisPatch #473265: UpdatePairedHandlers nonsensical.
2001-11-10 Martin v. LöwisMerge 1.42 from PyXML: Flag errors resulting from argum...
2001-11-10 Jack JansenFixed various problems with command-dot handling (some...
2001-11-09 Fred DrakeAdded version annotations, remove hard tabs.
2001-11-09 Jeremy HyltonUse PyObject_CheckReadBuffer().
2001-11-09 Jeremy HyltonAdd PyObject_CheckReadBuffer(), which returns true...
2001-11-09 Fred DrakeNo need to have documentation for a module which not...
2001-11-09 Jeremy HyltonAdd note about assignment to __debug__ being an error.
2001-11-09 Martin v. LöwisInclude sys_getdefaultencoding in #ifdef Py_USING_UNICO...
2001-11-09 Tim Petersopen_the_file(): Explicitly set errno to 0 before...
2001-11-09 Barry Warsawgetnameinfo() appears to raise socket.error instead of
2001-11-09 Jeremy HyltonFix SF buf #480096: Assign to __debug__ still allowed
2001-11-09 Jeremy HyltonFix SF buf #480096: Assign to __debug__ still allowed
2001-11-09 Jeremy HyltonFiddle with new test cases -- verify that we get a...
2001-11-09 Barry Warsawtest_formatdate(): Dang. Typo.
2001-11-09 Barry Warsawtest_formatdate(): Don't do the localtime test if we...
2001-11-09 Tim Petersopen_the_file(): this routine has a borrowed reference...
2001-11-09 Martin v. LöwisAdd sys/types.h and stdio.h into getaddrinfo test,...
2001-11-09 Barry Warsawtest_formatdate(): A test for email.Utils.formatdate().
2001-11-09 Barry WarsawForgot to import time.
2001-11-09 Barry WarsawUpdated the documentation for formatdate().
2001-11-09 Barry Warsawformatdate(): A better docstring.
2001-11-09 Thomas HellerRemove my name, probably bad style.
2001-11-09 Barry Warsawformatdate(): An implementation to replace the one...
2001-11-09 Thomas HellerScript to print undocumented symbols found in Python...
2001-11-09 Jeremy HyltonFix SF bug 468948 & 451295: urllib2 authentication...
2001-11-09 Jeremy HyltonFix SF bug #479186: compiler generates bad code for...
2001-11-09 Jeremy HyltonFix SF buf #476953: Bad more for opening file gives...
2001-11-09 Jeremy HyltonA better new, unique object
2001-11-09 Fred DrakeFix memory leak. This is part of SF patch #478006.
next