2009-10-23 |
Fred Drake | add further note about what's passed to optionxform |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Antoine Pitrou | Fix Windows buildbot failure |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Georg Brandl | #7188: fix optionxform() docs. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Eric Smith | Per the discussion in issue6882, backport the try/final... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Make printout margin important. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Add proper references. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | #6977: getopt does not support optional option arguments. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | #7156: document curses as Unix-only. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | #7035: improve docs of the various <method>_errors... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Reorder __slots__ fine print and add a clarification. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | #7088: document new functions in signal as Unix-only. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | #6324: membership test tries iteration via __iter__. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Use "impl-detail" directive where applicable. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Fix stylesheet for multi-paragraph impl-details. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Allow short form with text as argument. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Document new directive. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Make it more robust. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Add a new directive marking up implementation details... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Fix duplicate target. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Revert unintended change. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Georg Brandl | Fix punctuation. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Benjamin Peterson | rewrite for style, clarify, and comments |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Benjamin Peterson | rewrite to be nice to other implementations |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Benjamin Peterson | whitespace |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Vinay Sajip | Issue #7077: logging: SysLogHandler now treats Unicode... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Georg Brandl | #7170: fix explanation about non-weakrefable builtin... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Antoine Pitrou | Test wouldn't work in debug mode. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Benjamin Peterson | clarify buffer arg #7178 |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Antoine Pitrou | Issue #1722344: threading._shutdown() is now called... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Mark Dickinson | Issue #7099: Decimal.is_normal should return True for... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Benjamin Peterson | use property api |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Antoine Pitrou | NEWS entry for r75531. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Antoine Pitrou | Issue #5833: Fix extra space character in readline... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Antoine Pitrou | Issue #7133: SSL objects now support the new buffer... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
R. David Murray | Clarify error report message, and don't recommend runni... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
R. David Murray | Eliminate warning message that looks like an error... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
R. David Murray | Only run test_curses when sys.__stdout__ is a tty.... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Eric Smith | Issue #7169: Document PyFloat_AsString and PyFloat_AsRe... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Eric Smith | Removed calls to PyFloat_AsReprString. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
R. David Murray | Issue #7151: regrtest would generate a JSON failure... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Antoine Pitrou | Add a comment about unreachable code, and fix a typo |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Antoine Pitrou | Add a test for same-thread asynchronous exceptions... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Coghlan | Restore sys.path in test_tk |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Coghlan | Silence a deprecation warning by using the appropriate... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Tarek Ziadé | Changed distutils tests to avoid environment alteration |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Georg Brandl | Fix missing word. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Ronald Oussoren | Fix for issue 7149: a regression in 2.6.3 that causes... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Coghlan | Using CleanImport to revert a reload of the os module... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Senthil Kumaran | Fix a typo. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Senthil Kumaran | Fix for Issue7155 - urllib do not document default... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Mark Dickinson | Protect against attempts to replace PyNumber_Add with... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Don't replace sys.path in test_site |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Avoid replacing existing modules and sys.path in import... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Also check and restore identity of sys.path, sys.argv... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Move restoration of the os.environ object into the... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Revert changes made to environment in test_httpservers |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Don't invoke reload(sys) and use StringIO objects inste... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Restore original sys.path when running TTK tests |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Georg Brandl | Fix refleaks in _ctypes PyCSimpleType_New, which fixes... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Check and revert expected sys.path alterations |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Formatting tweak so that before and after values are... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Enhancement to the new environment checking code to... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Mark Dickinson | test_math ulp computation was wrong on big-endian systems |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Coghlan | Correctly restore sys.stdout in test_descr |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Tarek Ziadé | this test requires zlib support |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Eric Smith | Removed usage of unsafe PyFloat_AsString. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Vinay Sajip | Issue #7120: logging: Removed import of multiprocessing... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Mark Dickinson | Allow core Python build to succeed under WITHOUT_COMPLE... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Mark Dickinson | Issue #7142: Fix uses of unicode in memoryview objects |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | only clear a module's __dict__ if the module is the... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | don't need to mess up sys.path |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Mark Dickinson | Fix missing semicolon |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | make inspect.isabstract() always return a boolean;... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | some cleanups |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | change test to what I intended |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | use floor division and add a test that exercises the... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Benjamin Peterson | pep8ify if blocks |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Neil Schemenauer | Make cPickle.Unpickler.noload() handle dict subclasses... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Neil Schemenauer | Add support to the ihooks module for relative imports. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix py3k warnings in the uuid module |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix py3k warnings in httplib |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Silence py3k warning claiming to affect the random... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Georg Brandl | #7116: str.join() takes an iterable. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix failures in test_profilehooks when run with -3 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Silence some py3k warnings claiming to affect _pyio |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix a py3k warning in the sndhdr module (found with... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix py3k warnings in the socket module |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix a py3k warning in the StringIO module (exhibited... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Silence a py3k warning claiming to affect Lib/calendar.py |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix py3k warnings in bsddb |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix a test_atexit failure when run with -3 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Antoine Pitrou | Fix py3k warnings in the aifc module |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Neil Schemenauer | Issue #1754094: Improve the stack depth calculation... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Georg Brandl | #7126: os.environ changes *do* take effect in subproces... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Georg Brandl | #7125: fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
R. David Murray | Enhanced Issue 7058 patch, which will not be backported... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Amaury Forgeot... | #7112: Fix compilation warning in unicodetype_db.h |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Andrew M. Kuchling | Various link, textual, and markup fixes |
commit | commitdiff | tree | snapshot |
next |