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 |
2009-10-13 |
Andrew M. Kuchling | Link to PEP |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Benjamin Peterson | platform we don't care about |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Update Misc/README. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Add find_recursionlimit.py to README. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Move find_recursionlimit.py to Tools/scripts; it is... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Antoine Pitrou | Issue #7084: Fix a (very unlikely) crash when printing... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Fix broken links found by "make linkcheck". scipy... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Add the Python FAQ lists to the documentation. Copied... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Overhaul of Demo/xml. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Remove ftpstats script, the daemon whose log files... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Update lpwatch script. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Fix variable. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Use getopt in script.py demo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Mark Dickinson | Set missing executable property on scripts |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Mark Dickinson | Fix 'primes 0 1' |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Update primes script. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Remove useless script "mkrcs" and update README. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Update markov demo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Georg Brandl | Update morse script, avoid globals, use iterators. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Senthil Kumaran | Fixed Issue6894, urllib2 doesn't respect "no_proxy... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Modernize all around (dont ask me how useful that scrip... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Style fixes. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Modernize factorisation demo (mostly augassign.) |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Show use of range() step argument nicely. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Remove outdated comment and fix a few style issues. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Benjamin Peterson | remove script which uses long gone module |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Remove unneeded "L" suffixes. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Bring old demo up-to-date. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Antoine Pitrou | Issue #7055: test___all__ now greedily detects all... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Vinay Sajip | Issue #7086: Added TCP support to SysLogHandler and... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | replace has_key with 'in' operator |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | replace callable() |
commit | commitdiff | tree | snapshot |
2009-10-09 |
R. David Murray | Issue #7082: When falling back to the MIME 'name' param... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | fix some coding style |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Kristján Valur... | http://bugs.python.org/issue7029 |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | death to old CVS keyword |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Mark Dickinson | Issue #7051: Clarify behaviour of 'g' and 'G'-style... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Mark Dickinson | Update decimal test data to the most recent set from... |
commit | commitdiff | tree | snapshot |
next |