2009-10-27 |
Georg Brandl | Reformat the regrtest command-line option help and... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Georg Brandl | Add a regrtest option to re-run in verbose mode immedia... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Try to fix transient refleaks in test_distutils. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Fix transient refleaks in test_urllib2_localnet. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Suppress transient refleaks in test_threading. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Suppress transient refleaks in test_smtplib. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Eric Smith | Removed PyOS_ascii_atof from marshal.c, as mentioned... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Suppress transient refleaks in test_file2k. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Fix transient refleak in test_sys. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | (Hopefully) suppress transient refleaks in test_httpser... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Suppress transient refleaks in test_asyncore |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Eric Smith | Removed PyOS_ascii_atof from ast.c, as mentioned in... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Antoine Pitrou | Issue #7205: Fix a possible deadlock when using a BZ2Fi... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Georg Brandl | Fix a strange mis-edit. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Eric Smith | Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Eric Smith | Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Benjamin Peterson | use 'is' instead of id() |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Issue #7117: Use PyOS_string_to_double instead of PyOS_... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Issue #7117: Use PyOS_string_to_double instead of PyOS_... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Issue #7117: Backport missing pystrtod.h declarations... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Use correct conversion specifier and length modifier... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Antoine Pitrou | Some platforms have rl_completion_append_character... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Eric Smith | Finished removing _PyOS_double_to_string, as mentioned... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Issue #7117 (backport py3k float repr) continued: |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Eric Smith | Continue removing _PyOS_double_to_string, as mentioned... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Eric Smith | Start to remove _PyOS_double_to_string, as mentioned... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Warn against replacing PyNumber_Add with PyNumber_InPla... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mark Dickinson | Skip readline tests if readline module is not available. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Mark Dickinson | Issue #1087418: Small performance boost for bitwise... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Georg Brandl | Fix a demo. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Eric Smith | Removed unused function PyFloat_AsStringEx. It is unuse... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Issue #7117: temporarily disable the short float repr... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Tarek Ziadé | fixed warning and error message |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Tarek Ziadé | fixed finally state in distutils.test_util |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Tarek Ziadé | Issue #7071: byte-compilation in Distutils now looks... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Issue #7117 (backport py3k float repr) continued: |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Configure check for double rounding should take BASECFL... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Remove temporary define from r75653 |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Tarek Ziadé | #7066 - Fixed distutils.archive_util.make_archive behav... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Issue #7117 (backport py3k float repr) continued: |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Antoine Pitrou | Fix compilation error in debug mode. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Antoine Pitrou | Manual py3k backport: [svn r74316] Issue #5449: Fix... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Antoine Pitrou | Manual py3k backport: [svn r74158] Issue #6218: Make... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Temporary define to avoid build failure |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Issue #7117: Prepare for backport of py3k float repr. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Antoine Pitrou | Manual py3k backport: [svn r74155] Issue #6242: Fix... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Mark Dickinson | Acknowledge Ned Deily (extensive bug hunting and testin... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Neil Schemenauer | Improve some docstrings in the 'warnings' module. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Antoine Pitrou | Issue #7194: test_thread could try to release an unacqu... |
commit | commitdiff | tree | snapshot |
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 |
next |