]> granicus.if.org Git - python/shortlog
python
2010-05-08 Andrew M. KuchlingAdd two items
2010-05-07 Michael FoordIssue 8547 - detecting and reporting that modules have...
2010-05-07 Benjamin Petersonrevert r80932; it breaks windows
2010-05-07 Benjamin PetersonMerged revisions 79911,79916-79917,80018,80418,80572...
2010-05-07 Michael FoordIssue 8547 - detecting and reporting that modules have...
2010-05-07 Antoine PitrouIssue #8571: Fix an internal error when compressing...
2010-05-07 Michael FoordAdding tests for unittest command line handling of...
2010-05-07 Michael FoordAdding a test for unittest test discovery with dotted...
2010-05-07 Andrew M. KuchlingRe-word text
2010-05-07 Antoine PitrouFix some markup and a class name. Also, wrap a long...
2010-05-07 Senthil KumaranTestsuite for RFC3986 based parsing scenario. Related...
2010-05-07 Andrew M. KuchlingAdd a new section on the development plan; add an item
2010-05-06 Benjamin Petersonensure that availability information is on its own...
2010-05-06 Benjamin PetersonAvailability gets its own line
2010-05-06 Giampaolo Rodolàadds handle_error(self):raise to test modules using...
2010-05-06 Giampaolo Rodolàprovides a clearer warning message when cheap inheritan...
2010-05-06 Giampaolo RodolàFix asyncore issues 8573 and 8483: _strerror might...
2010-05-06 Brett CannonAdd back in a line that was unneeded which advanced...
2010-05-06 Andrew M. KuchlingChange section title; point to unittest2
2010-05-06 Andrew M. KuchlingAdd 2 items; record ideas for two initial sections...
2010-05-06 Andrew M. KuchlingDescribe ElementTree 1.3; rearrange new-module sections...
2010-05-06 Antoine Pitrou`self` doesn't exist here
2010-05-06 Andrew M. KuchlingUse anonymous hyperlinks
2010-05-06 Brian CurtinFix #7863. Properly identify Windows 7 and Server 2008 R2.
2010-05-06 Andrew M. KuchlingAdd various items
2010-05-06 Andrew M. KuchlingReword paragraph; fix filename, which should be pyconfig.h
2010-05-06 R. David MurrayHave the serve.py script announce the directory it is
2010-05-06 Victor StinnerUntabify Modules/posixmodule.c (2)
2010-05-05 Victor StinnerUntabify Modules/posixmodule.c
2010-05-05 Brett CannonRevert a change where an expression is not needed now...
2010-05-05 Mark DickinsonIssue #1533: test_range in test_builtin: fix test...
2010-05-05 Tarek Ziadéremoved non needed lines
2010-05-05 Mark DickinsonIssue #8625: Turn off gcc optimization in debug builds.
2010-05-05 Tarek ZiadéFixed #4265: shutil.copyfile() was leaking file descrip...
2010-05-05 Mark DickinsonIssue 8628: fix incorrect documentation for numbers...
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
next