]> granicus.if.org Git - python/shortlog
python
2008-10-16 Hirokazu Yamamotoremoved unused _PyUnicode_FromFileSystemEncodedObject.
2008-10-15 Benjamin PetersonMerged revisions 66805,66841,66860,66884-66886,66893...
2008-10-15 Benjamin Petersonadd a much requested newline
2008-10-15 Benjamin Petersonsupport the optional line argument for idle
2008-10-15 Benjamin Petersondon't recurse into directories that start with '.'
2008-10-15 Skip Montanaroeaster egg
2008-10-14 Benjamin Petersonremove set compat cruft
2008-10-14 Amaury Forgeot... #4122: On Windows, Py_UNICODE_ISSPACE cannot be used...
2008-10-13 Benjamin Petersondocument how to disable fixers
2008-10-13 Martin v. LöwisIssue #4018: Disable "for me" installations on Vista.
2008-10-11 Benjamin Petersongive poplib a real test suite
2008-10-10 Benjamin PetersonPyGILState_Acquire -> PyGILState_Ensure
2008-10-10 Benjamin Petersontalk about how you can unzip with zip
2008-10-10 Benjamin Petersonfix a small typo
2008-10-10 Armin RigoTypo: "ThreadError" is the name in the C source.
2008-10-10 Matthias Klose- Makefile.pre.in(PROFILE_TASK): search files in srcdir
2008-10-09 Benjamin Petersonupdate paragraph about __future__ for 2.6
2008-10-09 Hirokazu Yamamotor66862 contained memory leak.
2008-10-09 Hirokazu YamamotoOn windows, os.chdir given unicode was not working...
2008-10-08 Benjamin Petersonquiet sphinx warnings
2008-10-08 Georg BrandlMake all whatsnew docs accessible.
2008-10-08 Georg Brandl#3935: properly support list subclasses in the C impl...
2008-10-08 Georg Brandl#4058: fix some whatsnew markup.
2008-10-08 Georg Brandl#4059: patch up some sqlite docs.
2008-10-08 Andrew M. KuchlingNote how bytes alias is expected to be used
2008-10-07 Amaury Forgeot... #4069: aSet.remove(otherSet) would always report the...
2008-10-07 Hirokazu Yamamotomore intensive test on dbm.
2008-10-07 Skip Montanarosave/restore stdout/stderr instead of relying on __...
2008-10-07 Skip MontanaroPay attention to -R entries in LDFLAGS.
2008-10-07 Skip MontanaroSimplify individual tests by defining setUp and tearDow...
2008-10-06 Brett CannonAdd the 'patchcheck' build target to .PHONY.
2008-10-06 Martin v. LöwisIssue #4014: Don't claim that Python has an Alpha relea...
2008-10-06 Andrew M. KuchlingPer Greg Ward, optparse is no longer being externally...
2008-10-06 Hirokazu YamamotoMore strict test. Consider the case sys.executable...
2008-10-06 Hirokazu YamamotoAdded the test for issue3762.
2008-10-05 Andrew M. Kuchling#1415508 from Rocky Bernstein: add docstrings for enabl...
2008-10-04 Benjamin Petersonfix typo
2008-10-04 Andrew M. KuchlingPunctuation fix; expand dict.update docstring to be...
2008-10-04 Benjamin PetersonMerged revisions 66707,66775,66782 via svnmerge from
2008-10-04 Georg Brandl#4041: don't refer to removed and outdated modules.
2008-10-04 Benjamin Petersonsilence Sphinx warning
2008-10-04 Andrew M. KuchlingAdd What's New for 2.7
2008-10-04 Andrew M. KuchlingSet svn:keywords
2008-10-04 Andrew M. Kuchlingtwo corrections
2008-10-04 Andrew M. KuchlingDocstring change for *partition: use same tense as...
2008-10-04 Andrew M. KuchlingDocstring changes: Specify exceptions raised
2008-10-04 Andrew M. KuchlingDocstring change: Specify exception raised
2008-10-04 Andrew M. KuchlingUse correct capitalization of NaN
2008-10-03 Hirokazu YamamotoIssue #1706863: Fixed "'NoneType' object has no attribu...
2008-10-03 Andrew M. KuchlingTypo fix
2008-10-03 Andrew M. KuchlingMention exception in docstring
2008-10-03 Hirokazu YamamotoFixed following error when DocXMLRPCServer failed.
2008-10-03 Hirokazu YamamotoFollows to python's version change (VC6)
2008-10-03 Andrew M. KuchlingDocstring typo.
2008-10-03 Benjamin Petersonupdate the mac installer script
2008-10-03 Martin v. LöwisUpdate version number to 2.7.
2008-10-03 Martin v. LöwisBump version to 2.7. Regenerate.
2008-10-03 Neal NorwitzUpdate the version to 2.7. Hopefully this fixes the...
2008-10-02 Benjamin Petersonupdate pydoc topics
2008-10-02 Martin v. LöwisAdd UUID for 2.7.
2008-10-02 Christian HeimesFixed a couple more C99 comments and one occurence...
2008-10-02 Georg BrandlForward-port r66736.
2008-10-02 Benjamin Petersonwe're in 2.7 now
2008-10-02 Christian HeimesFixed a comment to C89 style as of http://drj11.wordpre...
2008-10-02 Martin v. LöwisUse CRT 9 policy files.
2008-10-02 Barry WarsawBump to 2.7a0
2008-10-01 Barry WarsawTagging for 2.6 final.
2008-10-01 Barry WarsawToday is the release date v2.6
2008-10-01 Barry WarsawBumping to 2.6 final.
2008-10-01 Martin v. LöwisBug #3989: Package the 2to3 script (as 2to3.py) in...
2008-10-01 Andrew MacIntyrefix for issue 3862: test_array fails FreeBSD 7 amd64
2008-09-30 Gregory P.... Works around issue3863: freebsd4/5/6 and os2emx are...
2008-09-30 Brett CannonFix a refleak introduced by r66677.
2008-09-30 Andrew M. KuchlingMarkup fixes. (optparse.rst probably needs an entire...
2008-09-30 Andrew M. KuchlingMarkup fixes
2008-09-30 Andrew M. KuchlingMarkup fix
2008-09-30 Andrew M. KuchlingEdits, and add markup
2008-09-30 Benjamin PetersonVictor Stinner's patches to check the return result...
2008-09-30 Benjamin Petersonfix security issue 2: imageop's poor validation of...
2008-09-30 Jesse Nollerissue3770: if SEM_OPEN is 0, disable the mp.synchronize...
2008-09-29 Martin v. LöwisIssue #3965: Allow repeated calls to turtle.Screen...
2008-09-29 Thomas HellerFix issue #3547 for MingW, update comments.
2008-09-29 Bill Janssenfix for release blocker 3910, 2.6 regression in socket...
2008-09-29 Georg BrandlUpdate nasm location.
2008-09-29 Brett CannonThe _lsprof module could crash the interpreter if it...
2008-09-28 Jesus Ceabsddb4.7.3pre9 renamed to 4.7.3
2008-09-28 Benjamin Petersonmerge in the fix for test_ftplib on some bots [reviewed...
2008-09-28 Georg BrandlDon't show version in title.
2008-09-28 Georg BrandlNo downloads for RCs.
2008-09-28 Benjamin Petersonnote the 2to3 -d could be useful for other refactoring
2008-09-28 Benjamin Petersonbetter grammar
2008-09-28 Andrew M. Kuchling#1415508: Document two functions
2008-09-28 Andrew M. Kuchling#1579477: mention necessity to flush output before...
2008-09-27 Benjamin Petersonclarify a few things
2008-09-27 Andrew M. Kuchling#3510: future-proof text
2008-09-27 Benjamin Petersonbackport r66656 so people using -Qnew aren't affected
2008-09-27 Benjamin Petersonenable refactor tests
2008-09-27 Benjamin PetersonMerged revisions 66511,66548-66549,66644,66646-66652...
2008-09-27 Benjamin Peterson2to3's api should be considered unstable
2008-09-27 Andrew M. KuchlingAdd a last bunch of items
next