2009-11-28 |
Georg Brandl | Fix versions and spacing. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Issue #7272, continued: don't re-use existing HAVE_BRO... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Gregory P.... | fix typo |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Vinay Sajip | Issue #7403: Fixed possible race condition in lock... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Martin v. Löwis | Issue #6508: Add posix.{getresuid,getresgid,setresuid... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Antoine Pitrou | Add ACKS entry for Pablo Mouzo |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Antoine Pitrou | Issue #6845: Add restart support for binary upload... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Georg Brandl | #7400: typo. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Antoine Pitrou | When open_urlresource() fails, HTTPException is another... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Forgot to add a `versionadded` tag |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Issue #5788: `datetime.timedelta` objects get a new... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Barry Warsaw | Add mktime_tz to __all__. It's documented as being... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Merged revisions 76160-76161,76250,76252,76447,76506... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Vinay Sajip | logging: Issue 6615: Changed handler prepend to append. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Vinay Sajip | logging: made _handlers a WeakValueDictionary. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Vinay Sajip | Issue #6615: logging: Used weak references in internal... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Issue #7228: Fix format mismatch when printing somethi... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Alexandre Vassalotti | Issue 7128: Removed reference to the non-existent copyr... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Vinay Sajip | Made logging classes new-style and added name property... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Issue #7117: Update float formatting testcases to... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Fix some documentation examples involving the repr... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jesse Noller | comment out test added in r76438, which caused refleaks |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | round(0, "ermintrude") succeeded instead of producing... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Issue #7117, continued: Remove substitution of %g-style... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Georg Brandl | #7345: fix arguments of formatyear(). |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Remove restriction on precision when formatting floats... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Senthil Kumaran | Fix for issue1488943 - difflib.Differ() doesn't always... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Issue #7369: Fibonacci series should start at 0 in... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Issue #7379: Fix incorrect doctest for Fraction.limit_... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Lars Gustäbel | Add a testcase that checks if the TarFile constructor... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Lars Gustäbel | Issue #6123: Fix opening empty archives and files. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jesse Noller | issue6615: Additional test for logging support in multi... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jesse Noller | revert unintended change to multiprocessing/queues.py |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jesse Noller | issue5738: The distribution example was confusing,... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Mark Dickinson | Issue #7272: Add configure test to detect whether... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Mark Dickinson | Regenerate configure with GNU autoconf 2.61. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
R. David Murray | Issue 7363: fix indentation in socketserver udpserver... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Benjamin Peterson | avoid doing an uneeded import in a function |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Benjamin Peterson | turn goto into do while loop |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Benjamin Peterson | genexps have linenos |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Benjamin Peterson | provide line number for lambdas |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Peterson | spelling |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Peterson | add news notes for r76416 |
commit | commitdiff | tree | snapshot |
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 |
next |