2008-11-20 |
Benjamin Peterson | fix indentation and a sphinx warning |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | move useful sys.settrace information to the function... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Benjamin Peterson | make sure that bytearray methods return a new bytearray... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Brett Cannon | Ignore .pyc and .pyo files. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Josiah Carlson | Fix for issue 4332 in trunk. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Martin v. Löwis | Issue #4289: Remove Cancel button from AdvancedDlg. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Martin v. Löwis | Issue #4116: Resolve member name conflict in ScrolledCa... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Georg Brandl | Try to fix problems with verbatim. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Skip Montanaro | patch from issue 1108 |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Amaury Forgeot... | #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | when __getattr__ is a descriptor, call it correctly... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | improve __hash__ docs |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | a few fixes on the download page |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Benjamin Peterson | run autoconf |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Georg Brandl | #4316: fix configure.in markup problem. |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Brett Cannon | The docs for httplib.HTTPConnection.putheader() have... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Brett Cannon | Clarify the docs for the 'strict' argument to httplib... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Georg Brandl | #4324: fix getlocale() argument. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Benjamin Peterson | use correct name |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Benjamin Peterson | Merged revisions 66985,67170,67173,67177-67179 via... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Benjamin Peterson | fix comment |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Benjamin Peterson | update link |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | check for assignment to __debug__ during AST generation |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | clarify what was added |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | move context clue to versionchanged tag |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Benjamin Peterson | a few compile() and ast doc improvements |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Georg Brandl | Fix warning. |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Georg Brandl | Update "Documenting" a bit. Concentrate on Python-speci... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Georg Brandl | Don't use "HOWTO" as the title for all howto .tex files. |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Hirokazu Yamamoto | Issue #4071: ntpath.abspath returned an empty string... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Martin v. Löwis | Issue #1656675: Register a drop handler for .py* files... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Georg Brandl | Fix syntax. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Martin v. Löwis | Stop including fake manifest file in DLLs directory. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Andrew M. Kuchling | Fix grammar error; reword two paragraphs |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Georg Brandl | #4247: add "pass" examples to tutorial. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Martin v. Löwis | Issue #4120: Exclude manifest from extension modules... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Georg Brandl | #4245: move Thread section to the top. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Georg Brandl | #4267: small fixes in sqlite3 docs. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Georg Brandl | #4268: Use correct module for two toplevel functions. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Georg Brandl | #4167: fix markup glitches. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Martin v. Löwis | Issue #4204: Fixed module build errors on FreeBSD 4. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Benjamin Peterson | move a FileIO test to test_fileio |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Benjamin Peterson | clarify by splitting into multiple paragraphs |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Hirokazu Yamamoto | Issue #3774: Fixed an error when create a Tkinter menu... |
commit | commitdiff | tree | snapshot |
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 |
next |