2008-11-03 |
Benjamin Peterson | #4048 make the parser module accept relative imports... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Benjamin Peterson | rephrase has_key doc |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Benjamin Peterson | make sure the parser flags and passed onto the compiler |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Benjamin Peterson | move unprefixed error into .c file |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Benjamin Peterson | finish backporting binary literals and new octal litera... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Benjamin Peterson | backport bin() documentation |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Christian Heimes | Issue #4237: io.FileIO() was raising invalid warnings... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Amaury Forgeot... | Issue #4176: Pickle would crash the interpreter when... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Thomas Heller | Fixed a modulefinder crash on certain relative imports. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Amaury Forgeot... | Correct error message in io.open(): |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Benjamin Peterson | mention the version gettempdir() was added |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Armin Rigo | Fix one of the tests: it relied on being present in... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Benjamin Peterson | add forgotten test for r67030 |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Benjamin Peterson | fix __future__ imports when multiple features are given |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Benjamin Peterson | don't use a catch-all |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Benjamin Peterson | give a py3k warning when 'nonlocal' is used as a variab... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Benjamin Peterson | only nonempty __slots__ don't work |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Walter Dörwald | Use the correct names of the stateless codec functions... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Hirokazu Yamamoto | Issue #4183: Some tests didn't run with pickle.HIGHEST_... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Benjamin Peterson | fix #4150: pdb's up command didn't work for generators... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Benjamin Peterson | and another typo... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Benjamin Peterson | fix a few typos |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Benjamin Peterson | add NEWs note for last change |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Benjamin Peterson | return ArgInfo from inspect.getargvalues #4092 |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Amaury Forgeot... | #4157 move two test functions out of platform.py. |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Benjamin Peterson | make sure to call iteritems() |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Matthias Klose | - install versioned manpage |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Armin Ronacher | Fixed #4062, added import for _ast.__version__ to ast... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Benjamin Peterson | mention -n |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Benjamin Peterson | fix compiler warning |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Armin Ronacher | Fixed #4067 by implementing _attributes and _fields... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Georg Brandl | Fix duplicate word. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Benjamin Peterson | clarify CALL_FUNCTION #4141 |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Martin v. Löwis | Issue #4091: Install pythonxy.dll in system32 again. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Benjamin Peterson | fix more possible ref leaks in _json and use Py_CLEAR |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Georg Brandl | #4083: add "as" to except handler grammar as per PEP... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Georg Brandl | part of #4012: kill off old name "processing". |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Benjamin Peterson | fix possible ref leak |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Georg Brandl | #4131: FF3 doesn't write cookies.txt files. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Benjamin Peterson | check for error conditions in _json #3623 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Georg Brandl | Add more TOC to the whatsnew index page. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Andrew M. Kuchling | Fix wording (2.6.1 backport candidate) |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Benjamin Peterson | use new showwarnings signature for idle #3391 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Benjamin Peterson | document that deque indexing is O(n) #4123 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Hirokazu Yamamoto | removed unused _PyUnicode_FromFileSystemEncodedObject. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Benjamin Peterson | Merged revisions 66805,66841,66860,66884-66886,66893... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Benjamin Peterson | add a much requested newline |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Benjamin Peterson | support the optional line argument for idle |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Benjamin Peterson | don't recurse into directories that start with '.' |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Skip Montanaro | easter egg |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Benjamin Peterson | remove set compat cruft |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Amaury Forgeot... | #4122: On Windows, Py_UNICODE_ISSPACE cannot be used... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Benjamin Peterson | document how to disable fixers |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Martin v. Löwis | Issue #4018: Disable "for me" installations on Vista. |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Benjamin Peterson | give poplib a real test suite |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Benjamin Peterson | PyGILState_Acquire -> PyGILState_Ensure |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Benjamin Peterson | talk about how you can unzip with zip |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Benjamin Peterson | fix a small typo |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Armin Rigo | Typo: "ThreadError" is the name in the C source. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Matthias Klose | - Makefile.pre.in(PROFILE_TASK): search files in srcdir |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Benjamin Peterson | update paragraph about __future__ for 2.6 |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Hirokazu Yamamoto | r66862 contained memory leak. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Hirokazu Yamamoto | On windows, os.chdir given unicode was not working... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Benjamin Peterson | quiet sphinx warnings |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Georg Brandl | Make all whatsnew docs accessible. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Georg Brandl | #3935: properly support list subclasses in the C impl... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Georg Brandl | #4058: fix some whatsnew markup. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Georg Brandl | #4059: patch up some sqlite docs. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Andrew M. Kuchling | Note how bytes alias is expected to be used |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Amaury Forgeot... | #4069: aSet.remove(otherSet) would always report the... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Hirokazu Yamamoto | more intensive test on dbm. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Skip Montanaro | save/restore stdout/stderr instead of relying on __... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Skip Montanaro | Pay attention to -R entries in LDFLAGS. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Skip Montanaro | Simplify individual tests by defining setUp and tearDow... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Brett Cannon | Add the 'patchcheck' build target to .PHONY. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Martin v. Löwis | Issue #4014: Don't claim that Python has an Alpha relea... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Andrew M. Kuchling | Per Greg Ward, optparse is no longer being externally... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Hirokazu Yamamoto | More strict test. Consider the case sys.executable... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Hirokazu Yamamoto | Added the test for issue3762. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Andrew M. Kuchling | #1415508 from Rocky Bernstein: add docstrings for enabl... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Benjamin Peterson | fix typo |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Punctuation fix; expand dict.update docstring to be... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Benjamin Peterson | Merged revisions 66707,66775,66782 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Georg Brandl | #4041: don't refer to removed and outdated modules. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Benjamin Peterson | silence Sphinx warning |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Add What's New for 2.7 |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Set svn:keywords |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | two corrections |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Docstring change for *partition: use same tense as... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Docstring changes: Specify exceptions raised |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Docstring change: Specify exception raised |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Andrew M. Kuchling | Use correct capitalization of NaN |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Hirokazu Yamamoto | Issue #1706863: Fixed "'NoneType' object has no attribu... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Andrew M. Kuchling | Mention exception in docstring |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Hirokazu Yamamoto | Fixed following error when DocXMLRPCServer failed. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Hirokazu Yamamoto | Follows to python's version change (VC6) |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Andrew M. Kuchling | Docstring typo. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Benjamin Peterson | update the mac installer script |
commit | commitdiff | tree | snapshot |
next |