]> granicus.if.org Git - python/shortlog
python
2003-10-11 Fred Drakeadd some information about using graphics with the...
2003-10-10 Guido van RossumOuch. Remove debug code containing obscenities. :-)
2003-10-10 Guido van RossumThe fullmodname() function chopped off the first charac...
2003-10-10 Thomas HellerTo build on windows, the manual editing of the python_n...
2003-10-09 Barry WarsawTCPServer: Fixed typo in class docstring.
2003-10-09 Barry WarsawTCPServer: Fixed typo in class docstring.
2003-10-09 Guido van RossumReturn a bool rather than an int from proxy_has_key().
2003-10-09 Guido van RossumFix leak introduced by previous typeobject.c checkin.
2003-10-08 Guido van RossumSF patch #820195 by Wojtek Walczak (gminick at users...
2003-10-08 Thomas HellerFix a typo, discovered by Joonas Paalasmaa.
2003-10-06 Martin v. LöwisPatch #817329: Use SC_OPEN_MAX to determine MAXFD....
2003-10-06 Jeremy HyltonSF patch [ 816787 ] urllib2.URLError don't calll IOErro...
2003-10-06 Jeremy HyltonFix for SF bug [ 817156 ] invalid \U escape gives 0...
2003-10-05 Raymond HettingerAdopt Christian Stork's suggested argument order for...
2003-10-05 Raymond HettingerSF bug #812202: randint is always even
2003-10-04 Anthony Baxtertwo bugfixes
2003-10-04 Anthony Baxtermade the SGI INET_ADDRSTRLEN define apply for any compi...
2003-10-04 Anthony BaxterFreeBSD 4.8 and MacOS X 10.2 have a broken ncurses...
2003-10-04 Barry WarsawGNUTranslations._parse(): Initialize local variable...
2003-10-03 Jeremy HyltonA helper to dump info about the current frame,
2003-10-03 Martin v. LöwisCheck for TclError when reading variables. Fixes #807314.
2003-10-03 Fred Drake- don't re-write a SourceForge authenticated CVS root...
2003-10-03 Skip Montanaroforgot the NEWS blurb about the change to csv.DictReader
2003-10-03 Skip Montanarotweak the docstring to not be so focused on 1.6.
2003-10-03 Skip MontanaroMake the fieldnames argument optional in the DictReader...
2003-10-03 Martin v. LöwisPatch #813445: Add IPPROTO_IPV6 option to the socketmodule.
2003-10-03 Martin v. LöwisPatch #813445: Add missing socket.IPPROTO_IPV6. Backpor...
2003-10-03 Martin v. LöwisPatch #814764: Undefine xopen_source on OpenBSD 3.4...
2003-10-02 Fred Drakenormalize whitespace
2003-10-01 Fred DrakeMake sure the trunk Makefile doesn't require mkhowto...
2003-10-01 Thomas HellerRelease 2.3.2 (final) has a windows build number of 49.
2003-10-01 Anthony Baxterupdated HPUX notes.
2003-10-01 Gregory P.... bsddb3 4.2.2, adds DBCursor.get_current_size() method...
2003-10-01 Fred DrakeVarious minor updates in the description of mkhowto.
2003-10-01 Fred Drakeno longer assign into sys; "print chevron" is the way...
2003-10-01 Fred DrakeWe're long past worrying about Python versions older...
2003-09-30 Fred DrakeWork around minor markup issue: we don't want markup...
2003-09-30 Fred DrakeFix stupid style bug in a second place.
2003-09-30 Fred DrakeFix stupid style bug.
2003-09-30 Anthony Baxterworkaround for OpenBSD compiler bug w.r.t. handling...
2003-09-30 Steve PurcellRemoved redundant 'return' statement. (Issue 813159)
2003-09-30 Anthony Baxteradded 2.3.2
2003-09-29 Fred DrakeUpdate to match the version used to build the 2.3.2c1...
2003-09-28 Fred Drake- change computation of VERSION to use tools/getversion...
2003-09-28 Fred DrakeMake the embedded hyperlinks work.
2003-09-28 Fred Drake- update pkglist.html more frequently, and explain...
2003-09-28 Fred DrakeUpdate the list of directories passed to py2texi.el...
2003-09-28 Fred DrakeMake the "path math" more robust, and support both...
2003-09-27 Gregory P.... Use a threadsafe private DBEnv for each bsddb compatibi...
2003-09-27 Fred DrakeLoad the version information from ../Include/patchlevel...
2003-09-27 Raymond Hettinger* Fix markup.
2003-09-27 Thomas HellerThe windows build number for 2.3.2c1 is 48
2003-09-27 Thomas Hellerre.sub expands escape sequences in it's second argument.
2003-09-27 Thomas HellerTypo: documnetation -> documentation
2003-09-27 Fred DrakeLots of markup corrections. Some are minor, but others...
2003-09-27 Fred DrakeMake sure LaTeX2HTML's $TEXINPUTS variable is initializ...
2003-09-27 Anthony Baxterfix for bug #811160 - autoconf vs. hp/ux system header...
2003-09-27 Fred Drakeupdate one more reference to a file that moved from...
2003-09-27 Fred DrakeAdjust the organization a bit and update some of the...
2003-09-27 Fred Drakeadd commontex/ to the list of directories described...
2003-09-27 Fred Drakepoint to the new location of the license information
2003-09-27 Fred DrakeMove content input files shared among the documents...
2003-09-27 Fred Drake- use string methods
2003-09-27 Fred DrakeFix the most recent change to the invocation of the...
2003-09-27 Raymond HettingerFix spelling and add markup.
2003-09-26 Andrew M. Kuchling[Bug #812936] Correct the documentation for RotatingFil...
2003-09-25 Fred Drakedefine a variable to specify the mkhowto program itself...
2003-09-25 Skip MontanaroTypo. HAVE_SYNC -> HAVE_FSYNC
2003-09-25 Skip MontanaroType. HAVE_SYNC -> HAVE_FSYNC
2003-09-25 Skip MontanaroTypo: HAVE_SYNC -> HAVE_FSYNC
2003-09-25 Thomas HellerTypo: sys.prefex -> sys.prefix
2003-09-24 Skip MontanaroAdd a glossary to the tutorial. Also generate an index...
2003-09-24 Skip Montanarofirst cut at a glossary
2003-09-24 Fred Drake- update to reflect that base classes can be class...
2003-09-24 Raymond HettingerFix whitespace in example
2003-09-24 Raymond HettingerFix typo in the comments.
2003-09-24 Raymond HettingerAdd more identity tests.
2003-09-24 Anthony Baxterupdates from sean
2003-09-23 Thomas HellerBuild number for Python 2.3.1.
2003-09-23 Thomas HellerLet IDLE use the HTMLHelp docs on Windows, if found.
2003-09-23 Thomas HellerChange the default window size to 1024x768. This shows...
2003-09-23 Raymond HettingerAdded codec for bz2 compression.
2003-09-23 Anthony Baxternote about HP compiler. CC="cc -Ae" is least broken...
2003-09-23 Steve PurcellTopical change: use 'startswith()' to identify test...
2003-09-23 Fred Drakeadd entry for 2.3.1
2003-09-23 Anthony Baxterinclude 2.3.1
2003-09-22 Tim PetersPlaySoundTest.test_alias_nofallback(): Simplified...
2003-09-22 Tim PetersPlaySoundTest.test_alias_fallback(): Disabled this...
2003-09-22 Raymond HettingerSF 810242. Fix doubled word errors.
2003-09-22 Guido van RossumNew for unittest.py.
2003-09-22 Raymond HettingerSF 810242. Fix doubled word errors.
2003-09-22 Walter DörwaldAvoid list as a variable name.
2003-09-22 Marc-André... Added test whether wchar_t is signed or not. A signed...
2003-09-22 Steve Purcell- Fixed loading of tests by name when name refers to...
2003-09-22 Raymond HettingerClean-up example code: remove string module and backticks.
2003-09-22 Jeremy HyltonFix SF bug [ 808594 ] leak on lambda with duplicate...
2003-09-22 Gregory P.... Add BerkeleyDB 4.2 to the library search for the bsddb...
2003-09-21 Gregory P.... minor correction. python 2.3 was released with the...
2003-09-21 Gregory P.... raise pybsddb version number to 4.2.1 to differentiate...
2003-09-21 Raymond HettingerImprove and expand identity tests.
next