2010-05-05 |
Brett Cannon | Remove an unnecessary variable assignment. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove two unneeded branches to an 'if' statement by... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unneeded variable increment. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unneeded variable and fix a little whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Partially revert the over-reaching r80813. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove three unneeded variable assignments. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unneeded assignment. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unneeded variable assignment. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unneeded variable. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unneeded variable increment. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove extraneous whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Brett Cannon | Remove an unnecessary variable. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ronald Oussoren | In a number of places code still revers |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Antoine Pitrou | Issue #8600: fix test_gdb failures when gdb issues... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
R. David Murray | Issue #7472: remove unused code from email.encoders... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Antoine Pitrou | Untabify Modules/_io/fileio.c |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Barry Warsaw | NEWS |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Barry Warsaw | Bug 7755: audiotest.au is arguably copyrighted material... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Antoine Pitrou | Untabify Modules/_ssl.c |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ronald Oussoren | Force exit using os._exit instead of sys.exit, |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ronald Oussoren | The C function used by uuid.uuid4 is broken on |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Marc-André... | Update the NEWS entry for issue #8211. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Victor Stinner | Issue #8313: traceback.format_exception_only() encodes... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Thomas Heller | Remove reference to unused source file. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Mark Dickinson | Fix test_gzip failure on OS X. The failure was a resul... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Thomas Heller | On Windows, ctypes does no longer check the stack befor... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Mark Dickinson | Fix trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Mark Dickinson | Issue #1533: fix inconsistency in range function argume... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Mark Dickinson | Issue #8567: Fix incorrect precedence of signals in... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Victor Stinner | _pyio: Fix TextIOWrapper constructor: os has no device_... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Alexandre Vassalotti | Issue #8404: Fix set operations on dictionary views. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Andrew M. Kuchling | Add some more items; the urlparse change is added twice |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Pull a NULL pointer check up to cover more cases in... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Remove an unneeded variable and assignment. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Mention the code clean-up thanks to Clang's static... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Fix some whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Remove an unneeded variable assignment. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Strip out extraneous whitespace, cast a some `const... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Fix a Py_DECREF to a Py_XDECREF. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Prevent a possible NULL de-reference and an unneeded... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Brett Cannon | Remove a redundant string length check and variable... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Fix two potential uninitialization errors and an unneed... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Remove unused variables and a variable initialization. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Remove unneeded variable assignment. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Remove unneeded variable mutation and initializations. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Clean up whitespace and remove unneeded variable initia... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Brett Cannon | Remove unneeded variable initialization. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Antoine Pitrou | Issue #7865: The close() method of :mod:`io` objects... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Jesus Cea | wbits negative was documented SEVEN years ago |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Vinay Sajip | Issue #8576: logging updated to remove usage of find_un... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Brett Cannon | Update the Vim syntax highlight file. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Michael Foord | Fix unittest tests to not abuse traceback.format_exception |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Antoine Pitrou | Issue #4687: Fix accuracy of garbage collection runtime... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Ronald Oussoren | Small update to r80698 to ensure that webbrowser.open |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Ronald Oussoren | For for issue #7192: with this patch webbrowser.get... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Mark Dickinson | Improve error message from nb_int returning a non-integ... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Antoine Pitrou | Remove duplicate test |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Antoine Pitrou | Fix attribution. Travis didn't do much and he did a... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Andrew M. Kuchling | Describe memoryview |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Andrew M. Kuchling | Minor grammar fix |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Mark Dickinson | Fix incorrect use of a list as the target of an 'except... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Senthil Kumaran | Fix issue8582: urllib.urlretrieve fails with ValueError... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Antoine Pitrou | Issue #8576: Remove use of find_unused_port() in test_s... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Marc-André... | [issue8211] configure: ignore AC_PROG_CC hardcoded... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Ronald Oussoren | Add notes about uninstalling a framework install to |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Ronald Oussoren | Fix for issue 8476 |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Minor grammar re-wording |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Tarek Ziadé | Fixed #8577. distutils.sysconfig.get_python_inc() now... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Ronald Oussoren | Fix for issue #3646: with this patch it is possible... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Add various items; rearrange unittest section a bit |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Markup fix; clarify by adding 'in that order' |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Fix typos |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Reword paragraph to make its meaning clearer. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Andrew M. Kuchling | Always add space after RFC; reword paragraph |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Giampaolo Rodolà | Fixes issue 8543 (asynchat documentation issues) |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Senthil Kumaran | Fixing the Broken links of mechanize library. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Ezio Melotti | Group the Windows entries in getfilesystemencoding... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Lars Gustäbel | Issue #8464: tarfile.open(name, mode="w|") no longer... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Antoine Pitrou | Issue #7834: Fix connect() of Bluetooth L2CAP sockets... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Benjamin Peterson | update pypy url |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Benjamin Peterson | update pypy description |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrew M. Kuchling | Add various unittest items |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrew M. Kuchling | Fix doubled 'the'. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Antoine Pitrou | Fix style issues in test_ssl |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Antoine Pitrou | Clarify and fix the documentation for IOBase.close() |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Antoine Pitrou | State clearly that truncate() doesn't move the file... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Senthil Kumaran | Fixed Issue6312 - httplib fails with HEAD requests... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Add version changed note for -m tinkering with sys... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Issue 8202: when using the -m command line switch,... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Also mention patch submitter's name in NEWS, not just... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nick Coghlan | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jesus Cea | Issue #3928: Support 'os.mknod()' in Solaris |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, last part (11): fix many tests if thread... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Issue #7449, part 10: test_cmd imports trace module... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Victor Stinner | Partial revert of r80556 (Issue #7449, part 5, fix... |
commit | commitdiff | tree | snapshot |
next |