2009-11-19 |
Benjamin Peterson | improve several corner cases related with argument... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mark Dickinson | Misc/NEWS entries for issue 7117. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Ronald Oussoren | Don't use the '==' operator with test, that's an unport... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Ronald Oussoren | Fix for issue #7085 |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Tarek Ziadé | dragfullwindows can have value 2 |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Peterson | #5037 proxy __unicode__ correctly |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Raymond Hettinger | Fix docstrings for itertools combinatoric functions. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Raymond Hettinger | Issue 7263: Fix set.intersection() docstring. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Lars Gustäbel | Issue #7341: Close the internal file object in the... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Antoine Pitrou | Mention Giampolo R's new FTP TLS support in the what... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mark Dickinson | Enable short float repr! |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Georg Brandl | upcase Python |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Mark Dickinson | Issue #7117, continued: Change round implementation... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Georg Brandl | Make separate section for deprecations in 2.7 whatsnew. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Georg Brandl | Make separate section for deprecations in 2.6 whatsnew. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Nick Coghlan | Correctly escape arbitrary error message text in the... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Tarek Ziadé | #7293: distutils.test_msvc9compiler now uses a key... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Benjamin Peterson | a better callable replacement |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Philip Jenvey | #1757126: fix typo with the cyrillic_asian alias |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mark Dickinson | Silence another MSVC warning about unary minus. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Mark Dickinson | Silence MSVC warning about unary minus applied to unsig... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Georg Brandl | #7302: fix link. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Nick Coghlan | Allow for backslashes in file paths passed to the regex... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Nick Coghlan | Account for another cache when hunting ref leaks |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Nick Coghlan | Issue #7328: don't corrupt sys.path when running pydoc... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Antoine Pitrou | Issue #2054: ftplib now provides an FTP_TLS class to... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Mark Dickinson | Issue #7228: Add '%lld' and '%llu' support to PyFormat... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Antoine Pitrou | Issue #4969: The mimetypes module now reads the MIME... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Mark Dickinson | Issue #5792: Extend short float repr support to x86... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Mark Dickinson | Avoid signed overflow in some xrange calculations,... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Senthil Kumaran | Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Nick Coghlan | Issue #6816: expose the zipfile and directory execution... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Senthil Kumaran | Addition of some details in the code comments. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
R. David Murray | Remove 'g' from regrtest getopt argument string, since... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
R. David Murray | Issue 7324: add a sanity check to regrtest argument... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
R. David Murray | Turn the bsddb replication startup timeout test into a |
commit | commitdiff | tree | snapshot |
2009-11-14 |
R. David Murray | Issue #7312 (new feature): Add a -F flag to run the... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Georg Brandl | Fix terminology. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Benjamin Peterson | use Sphinx 0.6.3 |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Benjamin Peterson | revert r76243; I was right, actually :) |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Antoine Pitrou | Issue #7318: multiprocessing now uses a timeout when... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Benjamin Peterson | never mind about eval mode in this case |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Benjamin Peterson | this main is much more useful |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Benjamin Peterson | fix several compile() issues by translating newlines... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Ezio Melotti | fix highlight in the datetime example |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Georg Brandl | Give the profile module a module directive. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Antoine Pitrou | Issue #7295: Do not use a hardcoded file name in test_t... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
R. David Murray | I got the relative magnitudes of the timeout increases... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Senthil Kumaran | Fixing the NameError on Windows - issue1235 |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Senthil Kumaran | CGIHTTPRequestHandler.run_cgi() to use subprocess for... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Antoine Pitrou | Backport micro-fix from the py3k svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Antoine Pitrou | Issue #7197: Allow unittest.TextTestRunner objects... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Raymond Hettinger | Show example of how to make a sorted dictionary |
commit | commitdiff | tree | snapshot |
2009-11-10 |
R. David Murray | Update the FAQ entry that explains that assignments... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Mark Dickinson | Add extra information to a test_signal failure message... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Mark Dickinson | Issue #7251: Break out round tests for large values... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Antoine Pitrou | Issue #7282: Fix a memory leak when an RLock was used... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Eric Smith | Issue 7294: Fixed URL in a comment. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
R. David Murray | Remove redundant sentence. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Benjamin Peterson | discuss how to use -p |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Brett Cannon | Properly detect whether a C file is using tabs or space... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Antoine Pitrou | Kill a small potential leak in test_threading. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Georg Brandl | #7271: fix typo. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Nick Coghlan | Some minor cleanups to private runpy code and docstrings |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Nick Coghlan | Add test for runpy.run_module package execution and... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Benjamin Peterson | spelling |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Antoine Pitrou | Issue #7270: Add some dedicated unit tests for multi... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Benjamin Peterson | Merged revisions 76131 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Benjamin Peterson | Merged revisions 76127-76128 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Benjamin Peterson | Merged revisions 76125 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Antoine Pitrou | Issue #7264: Fix a possible deadlock when deallocating... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
R. David Murray | Increase the timeout in the bsddb3 replication test... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Antoine Pitrou | Issue #7211: Allow 64-bit values for the `ident` and... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Georg Brandl | #7259: show correct equivalent for operator.i* operatio... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Antoine Pitrou | Make test_shutil clean up after itself |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Georg Brandl | #7256: add versionadded tags for functions copied from... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Antoine Pitrou | Try to make test_wsgiref less fragile against environme... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Mark Dickinson | Fix doc typo reported by Arfrever. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Skip Montanaro | typo (space-o?) |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Antoine Pitrou | Add acceptance of long ints to test_memoryio.py |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Benjamin Peterson | enable test_parser in lib2to3 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Benjamin Peterson | Merged revisions 76065 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Benjamin Peterson | add space |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Benjamin Peterson | Merged revisions 74359,75081,75088,75213,75278,75303... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Benjamin Peterson | grant list.index() a more informative error message... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Benjamin Peterson | prevent a rather unlikely segfault |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Antoine Pitrou | Since r76034 was successful, add a NEWS entry for it. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Gregory P.... | regenerated from r76052 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Gregory P.... | see issue1006238, this merges in the following patch... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Gregory P.... | build using r76050 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Gregory P.... | see http://bugs.python.org/issue1006238 this merges... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Antoine Pitrou | Fix and improve some assertions in test_site |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Tarek Ziadé | fixed stdout alteration in test_distutils |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Antoine Pitrou | Use a custom timeout in test_support.open_urlresource. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Antoine Pitrou | This should finally fix #6896. Let's watch the buildbots. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Antoine Pitrou | test_normalization should skip and not crash when the... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Gregory P.... | configure generated from r76028 |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Gregory P.... | issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Raymond Hettinger | Fix exception handling in itertools.izip_longest(). |
commit | commitdiff | tree | snapshot |
next |