]> granicus.if.org Git - python/shortlog
python
2003-01-08 Jack JansenVarious tweaks to make the test work on the Mac.
2003-01-08 Jack JansenAlways define getenv(), as suggested by Guido. This...
2003-01-08 Jack JansenTest that chmod() actually exists before calling it...
2003-01-08 Jack JansenRemoved the SetDates warning. The warning is in the...
2003-01-08 Jack Jansenquashed another case of the 32-bit warning.
2003-01-08 Jack JansenUpdated the list of expected skips for MacPython-OS9.
2003-01-08 Jack Jansenn the Mac the frozen import that should fail actually...
2003-01-08 Jack JansenAdded the Mac to platforms that don't have user/group...
2003-01-08 Jack JansenMade "ascii" the default encoding for MacPython, as...
2003-01-08 Jack JansenAdded a couple of casts to make this compile with CodeW...
2003-01-08 Jack JansenMerging the various tweaks for MacPython-OS9 2.3a1...
2003-01-08 Thomas HellerMention the change from patch #664376.
2003-01-08 Thomas HellerPatch #664376: sys.path[0] should contain absolute...
2003-01-08 Fred DrakeAdd notes about the linuxaudiodev and ossaudiodev modules.
2003-01-08 Fred Drake- be explicit: audio data files should be opened in...
2003-01-08 Neal Norwitzcommand doesn't work, but program does, not sure it...
2003-01-08 Greg WardThere's no such method as has_option() -- should be...
2003-01-08 Greg WardRewrite awkward/ungrammatical sentence.
2003-01-08 Andrew M. KuchlingBump version number
2003-01-08 Greg WardAdd reminder that ossaudiodev can/should also be built...
2003-01-08 Guido van RossumEnable building and testing of ossaudiodev for Linux.
2003-01-07 Guido van RossumNote about rexec.py and Bastion.py. This requires...
2003-01-07 Barry WarsawDocument EX_OK and friends.
2003-01-07 Barry WarsawTest for presence of sysexits.h and set HAVE_SYSEXITS_H...
2003-01-07 Neal NorwitzSF #664011, move tarfile module in docs
2003-01-07 Barry Warsawall_ins(): EX_OK and friends, constants from sysexits.h
2003-01-07 Barry WarsawA note about EX_OK and friends in the posixmodule.
2003-01-07 Guido van RossumFix from Michael Stone for SF bug #660476 and #513033...
2003-01-07 Guido van RossumA few more whitespace normalizations.
2003-01-07 Guido van RossumVarious cleanups:
2003-01-07 Guido van RossumUse regular expressions for branch matching, to avoid...
2003-01-07 Guido van RossumFix for SF bug #642358: only provide a new with a __dic...
2003-01-07 Raymond HettingerMuch clearer when super() is used.
2003-01-07 Raymond HettingerSF bug #652933 (for IdleFork): Open Module "math" Fails
2003-01-07 Raymond HettingerRevert change 1.37.
2003-01-07 Raymond HettingerSF patch #662433: Fill arraymodule's tp_iter and sq_con...
2003-01-07 Barry WarsawCHARSETS, ALIASES, CODEC_MAP: SF feature request 633543...
2003-01-07 Andrew M. KuchlingAdd tarfile module
2003-01-06 Guido van RossumAdd a test for a feature added in rev. 2.82 of typeobje...
2003-01-06 Guido van RossumAdd a refinement to SLOT1BINFULL() that fixes the probl...
2003-01-06 Raymond HettingerGvR's idea to use memset() for the most common special...
2003-01-06 Guido van RossumAdd some print statements in verbose mode to announce...
2003-01-06 Skip Montanaro* add mms (windows media) as another scheme
2003-01-06 Andrew M. KuchlingAdd Tix and rexec changes
2003-01-06 Raymond HettingerFix spelling.
2003-01-06 Skip Montanarodelete reference to defunct Misc/HPUX-NOTES. Adjust...
2003-01-06 Skip Montanaroremoving - contains outdated information
2003-01-06 Neal NorwitzSF #642236, optparse LaTeX docs by Johannes Gijsbers
2003-01-06 Fred DrakeStrike any hint that from-import-* could ever be reason...
2003-01-06 Guido van RossumDisable the rexec test now that rexec is out of grace.
2003-01-06 Guido van RossumRemove bastion test output
2003-01-06 Fred DrakeFix some nits Guido brought up last August:
2003-01-06 Guido van RossumDisable the Bastion test now that Bastion is out of...
2003-01-06 Guido van RossumSabotage rexec.py. It is not safe since the new-style...
2003-01-06 Fred DrakeFix markup so this will format again.
2003-01-06 Raymond HettingerSF bug #592859: os.chmod is underdocumented
2003-01-06 Andrew M. KuchlingTranslate spaces in the machine name to underscores
2003-01-06 Raymond HettingerSF bug #661848 and #631055: Clarify use of __all__.
2003-01-06 Jason TishlerPatch #661760: Cygwin auto-import module patch
2003-01-06 Raymond HettingerUsed dictionaries rather than lists for membership...
2003-01-06 Just van Rossumalways also search on sys.path for res files
2003-01-06 Raymond HettingerOptimize string_repeat.
2003-01-06 Neal NorwitzSF feature #618024, urlparse fails on imap://
2003-01-06 Neal NorwitzSF feature #618024, urlparse fails on imap://
2003-01-05 Neal NorwitzSF #651082, tarfile module implementation from Lars...
2003-01-05 Neal NorwitzFix a typo
2003-01-05 Just van Rossum- squashed bare except in rmtree()
2003-01-05 Neal NorwitzAt least one Solaris box in the snake farm only support...
2003-01-05 Raymond HettingerMove the statistical tests for four distributions into...
2003-01-05 Tim PetersPyCFunction_Call(): Combined two switch cases w/ ident...
2003-01-05 Raymond HettingerAdd a test case.
2003-01-04 Greg WardTweak __version__ -- the current code is between Optik...
2003-01-04 Just van Rossummodule to run commands in a Terminal.app window
2003-01-04 Tim Petersdatetime_from_timet_and_us(): ignore leap seconds...
2003-01-04 Just van Rossumcorrect comment (and add newline at end)
2003-01-04 Guido van RossumAdd Shockwave Flash.
2003-01-04 Raymond HettingerCorrect long standing bugs in the methods for random...
2003-01-04 Martin v. LöwisFix typo.
2003-01-04 Martin v. LöwisRemove appartment check from dooneevent. Fixes #660961.
2003-01-04 Tim PetersA new implementation of astimezone() that does what...
2003-01-04 Raymond HettingerTest an edge case for sample().
2003-01-04 Raymond HettingerRemove the random=None nonsense from sample() before...
2003-01-04 Skip MontanaroMoved this info to the top-level README where all the...
2003-01-04 Skip MontanaroThe bsddb3 library does not build w/ Berkeley DB 3...
2003-01-04 Skip MontanaroMerged Misc/AtheOS-NOTES into the platform-specific...
2003-01-04 Raymond HettingerSF bug #655271: Slightly modify locals() doc
2003-01-04 Raymond HettingerSF bug #651149: Review libshelve.tex when possible
2003-01-04 Kurt B. KaiserM AutoExpand.py
2003-01-04 Neal NorwitzFix compiler warning
2003-01-04 Raymond HettingerSF Patch #661440: Refactor and streamline PyCFunction_Call
2003-01-04 Martin v. LöwisWrap doc strings in PyDoc_STRVAR. Fix .string docstring...
2003-01-04 Tim PetersCompleted astimezone()'s correctness proof. This also...
2003-01-04 Martin v. LöwisConvert Tcl path objects to strings. Fixes #661357.
2003-01-03 Tim PetersRemark about datetime tzinfo examples.
2003-01-03 Tim PetersReplaced the flawed "local time" example tzinfo class...
2003-01-03 Greg WardGrammatical fix in comment.
2003-01-03 Greg WardGrammatical fix: change possessive "it's" to "its".
2003-01-03 Walter DörwaldRemove a list comprehension, because a loop over the...
2003-01-03 Walter DörwaldPass the strict argument from read() on to readfp(...
2003-01-03 Martin v. LöwisUse RUNSHARED for python invocations. Fixes #661408.
next