]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-05-05  Brett CannonMention how Clang's static anaylzer was run over Object...
2010-05-05  Brett CannonRemove an unneeded variable assignment.
2010-05-05  Brett CannonExplicitly add stdio.h and string.h to make strtod...
2010-05-05  Brett CannonChange to a Py_XDECREF and fix some whitespace.
2010-05-05  Brett CannonRemove an unnecessary variable assignment.
2010-05-05  Brett CannonRemove two unneeded branches to an 'if' statement by...
2010-05-05  Brett CannonRemove an unneeded variable increment.
2010-05-05  Brett CannonRemove an unneeded variable and fix a little whitespace.
2010-05-05  Brett CannonFix whitespace.
2010-05-05  Brett CannonPartially revert the over-reaching r80813.
2010-05-05  Brett CannonRemove three unneeded variable assignments.
2010-05-05  Brett CannonRemove an unneeded assignment.
2010-05-05  Brett CannonRemove an unneeded variable assignment.
2010-05-05  Brett CannonRemove an unneeded variable.
2010-05-05  Brett CannonRemove an unneeded variable increment.
2010-05-05  Brett CannonRemove extraneous whitespace.
2010-05-05  Brett CannonRemove an unnecessary variable.
2010-05-05  Ronald OussorenIn a number of places code still revers
2010-05-05  Antoine PitrouIssue #8600: fix test_gdb failures when gdb issues...
2010-05-05  R. David MurrayIssue #7472: remove unused code from email.encoders...
2010-05-05  Antoine PitrouUntabify Modules/_io/fileio.c
2010-05-05  Barry WarsawNEWS
2010-05-05  Barry WarsawBug 7755: audiotest.au is arguably copyrighted material...
2010-05-05  Antoine PitrouUntabify Modules/_ssl.c
2010-05-05  Ronald OussorenForce exit using os._exit instead of sys.exit,
2010-05-05  Ronald OussorenThe C function used by uuid.uuid4 is broken on
2010-05-05  Marc-André... Update the NEWS entry for issue #8211.
2010-05-05  Victor StinnerIssue #8313: traceback.format_exception_only() encodes...
2010-05-04  Thomas HellerRemove reference to unused source file.
2010-05-04  Mark DickinsonFix test_gzip failure on OS X. The failure was a resul...
2010-05-04  Thomas HellerOn Windows, ctypes does no longer check the stack befor...
2010-05-04  Mark DickinsonFix trailing whitespace.
2010-05-04  Mark DickinsonIssue #1533: fix inconsistency in range function argume...
2010-05-04  Mark DickinsonIssue #8567: Fix incorrect precedence of signals in...
2010-05-04  Victor Stinner_pyio: Fix TextIOWrapper constructor: os has no device_...
2010-05-04  Alexandre VassalottiIssue #8404: Fix set operations on dictionary views.
2010-05-04  Andrew M. KuchlingAdd some more items; the urlparse change is added twice
2010-05-04  Brett CannonPull a NULL pointer check up to cover more cases in...
2010-05-04  Brett CannonRemove an unneeded variable and assignment.
2010-05-04  Brett CannonMention the code clean-up thanks to Clang's static...
2010-05-04  Brett CannonFix some whitespace.
2010-05-04  Brett CannonRemove an unneeded variable assignment.
2010-05-04  Brett CannonStrip out extraneous whitespace, cast a some `const...
2010-05-04  Brett CannonFix a Py_DECREF to a Py_XDECREF.
2010-05-04  Brett CannonPrevent a possible NULL de-reference and an unneeded...
2010-05-04  Brett CannonRemove a redundant string length check and variable...
2010-05-03  Brett CannonFix two potential uninitialization errors and an unneed...
2010-05-03  Brett CannonRemove unused variables and a variable initialization.
2010-05-03  Brett CannonRemove unneeded variable assignment.
2010-05-03  Brett CannonRemove unneeded variable mutation and initializations.
2010-05-03  Brett CannonClean up whitespace and remove unneeded variable initia...
2010-05-03  Brett CannonRemove an unused variable.
2010-05-03  Brett CannonRemove unneeded variable initialization.
2010-05-03  Antoine PitrouIssue #7865: The close() method of :mod:`io` objects...
2010-05-03  Jesus Ceawbits negative was documented SEVEN years ago
2010-05-03  Vinay SajipIssue #8576: logging updated to remove usage of find_un...
2010-05-02  Brett CannonUpdate the Vim syntax highlight file.
2010-05-02  Michael FoordFix unittest tests to not abuse traceback.format_exception
2010-05-02  Antoine PitrouIssue #4687: Fix accuracy of garbage collection runtime...
2010-05-02  Ronald OussorenSmall update to r80698 to ensure that webbrowser.open
2010-05-02  Ronald OussorenFor for issue #7192: with this patch webbrowser.get...
2010-05-02  Mark DickinsonImprove error message from nb_int returning a non-integ...
2010-05-01  Antoine PitrouRemove duplicate test
2010-05-01  Antoine PitrouFix attribution. Travis didn't do much and he did a...
2010-05-01  Andrew M. KuchlingDescribe memoryview
2010-05-01  Andrew M. KuchlingMinor grammar fix
2010-05-01  Mark DickinsonFix incorrect use of a list as the target of an 'except...
2010-05-01  Senthil KumaranFix issue8582: urllib.urlretrieve fails with ValueError...
2010-05-01  Andrew M. KuchlingAdd various items
2010-04-30  Antoine PitrouIssue #8576: Remove use of find_unused_port() in test_s...
2010-04-30  Marc-André... [issue8211] configure: ignore AC_PROG_CC hardcoded...
2010-04-30  Ronald OussorenAdd notes about uninstalling a framework install to
2010-04-30  Ronald OussorenFix for issue 8476
2010-04-30  Andrew M. KuchlingAdd item
2010-04-30  Andrew M. KuchlingMinor grammar re-wording
2010-04-30  Tarek ZiadéFixed #8577. distutils.sysconfig.get_python_inc() now...
2010-04-30  Ronald OussorenFix for issue #3646: with this patch it is possible...
2010-04-30  Andrew M. KuchlingAdd various items; rearrange unittest section a bit
2010-04-30  Andrew M. KuchlingMarkup fix; clarify by adding 'in that order'
2010-04-30  Andrew M. KuchlingFix typos
2010-04-30  Andrew M. KuchlingReword paragraph to make its meaning clearer.
2010-04-30  Andrew M. KuchlingAlways add space after RFC; reword paragraph
2010-04-29  Giampaolo RodolàFixes issue 8543 (asynchat documentation issues)
2010-04-29  Senthil KumaranFixing the Broken links of mechanize library.
2010-04-29  Ezio MelottiGroup the Windows entries in getfilesystemencoding...
2010-04-29  Lars GustäbelIssue #8464: tarfile.open(name, mode="w|") no longer...
2010-04-29  Antoine PitrouIssue #7834: Fix connect() of Bluetooth L2CAP sockets...
2010-04-29  Benjamin Petersonupdate pypy url
2010-04-29  Benjamin Petersonupdate pypy description
2010-04-29  Andrew M. KuchlingAdd various unittest items
2010-04-29  Andrew M. KuchlingFix doubled 'the'.
2010-04-29  Andrew M. KuchlingAdd various items
2010-04-28  Antoine PitrouFix style issues in test_ssl
2010-04-28  Antoine PitrouClarify and fix the documentation for IOBase.close()
2010-04-28  Antoine PitrouState clearly that truncate() doesn't move the file...
2010-04-28  Senthil KumaranFixed Issue6312 - httplib fails with HEAD requests...
2010-04-28  Nick CoghlanAdd version changed note for -m tinkering with sys...
2010-04-28  Nick CoghlanIssue 8202: when using the -m command line switch,...
2010-04-28  Nick CoghlanAlso mention patch submitter's name in NEWS, not just...
2010-04-28  Nick CoghlanIssue 7490: make IGNORE_EXCEPTION_DETAIL also ignore...
next