]> granicus.if.org Git - python/shortlog
python
2008-11-03 Benjamin Peterson#4048 make the parser module accept relative imports...
2008-10-31 Benjamin Petersonrephrase has_key doc
2008-10-31 Benjamin Petersonmake sure the parser flags and passed onto the compiler
2008-10-30 Benjamin Petersonmove unprefixed error into .c file
2008-10-30 Benjamin Petersonfinish backporting binary literals and new octal litera...
2008-10-30 Benjamin Petersonbackport bin() documentation
2008-10-30 Christian HeimesIssue #4237: io.FileIO() was raising invalid warnings...
2008-10-30 Amaury Forgeot... Issue #4176: Pickle would crash the interpreter when...
2008-10-30 Thomas HellerFixed a modulefinder crash on certain relative imports.
2008-10-29 Amaury Forgeot... Correct error message in io.open():
2008-10-29 Benjamin Petersonmention the version gettempdir() was added
2008-10-28 Armin RigoFix one of the tests: it relied on being present in...
2008-10-26 Benjamin Petersonadd forgotten test for r67030
2008-10-26 Benjamin Petersonfix __future__ imports when multiple features are given
2008-10-25 Benjamin Petersondon't use a catch-all
2008-10-25 Georg BrandlTypo fix.
2008-10-25 Benjamin Petersongive a py3k warning when 'nonlocal' is used as a variab...
2008-10-23 Benjamin Petersononly nonempty __slots__ don't work
2008-10-23 Walter DörwaldUse the correct names of the stateless codec functions...
2008-10-23 Hirokazu YamamotoIssue #4183: Some tests didn't run with pickle.HIGHEST_...
2008-10-22 Benjamin Petersonfix #4150: pdb's up command didn't work for generators...
2008-10-22 Benjamin Petersonand another typo...
2008-10-22 Benjamin Petersonfix a few typos
2008-10-21 Benjamin Petersonadd NEWs note for last change
2008-10-21 Benjamin Petersonreturn ArgInfo from inspect.getargvalues #4092
2008-10-21 Amaury Forgeot... #4157 move two test functions out of platform.py.
2008-10-21 Benjamin Petersonmake sure to call iteritems()
2008-10-21 Matthias Klose- install versioned manpage
2008-10-20 Armin RonacherFixed #4062, added import for _ast.__version__ to ast...
2008-10-19 Benjamin Petersonmention -n
2008-10-19 Benjamin Petersonfix compiler warning
2008-10-19 Armin RonacherFixed #4067 by implementing _attributes and _fields...
2008-10-17 Georg BrandlFix duplicate word.
2008-10-17 Benjamin Petersonclarify CALL_FUNCTION #4141
2008-10-17 Martin v. LöwisIssue #4091: Install pythonxy.dll in system32 again.
2008-10-16 Benjamin Petersonfix more possible ref leaks in _json and use Py_CLEAR
2008-10-16 Georg Brandl#4083: add "as" to except handler grammar as per PEP...
2008-10-16 Georg Brandlpart of #4012: kill off old name "processing".
2008-10-16 Benjamin Petersonfix possible ref leak
2008-10-16 Georg Brandl#4131: FF3 doesn't write cookies.txt files.
2008-10-16 Benjamin Petersoncheck for error conditions in _json #3623
2008-10-16 Georg BrandlAdd more TOC to the whatsnew index page.
2008-10-16 Andrew M. KuchlingFix wording (2.6.1 backport candidate)
2008-10-16 Benjamin Petersonuse new showwarnings signature for idle #3391
2008-10-16 Benjamin Petersondocument that deque indexing is O(n) #4123
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
next