]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-05-08  Michael Foordunittest: issue 8301. Adding functions to test suites...
2010-05-08  Benjamin Petersonupdate pydoc-topics
2010-05-08  Benjamin Petersonrun and fix enumerate start test cases #8636
2010-05-08  Michael FoordUpdating documentation and adding docstrings to unittes...
2010-05-08  Benjamin Petersonadd underscore
2010-05-08  Benjamin Petersonr80967 introduced a new scheme
2010-05-08  Andrew M. KuchlingWrite summary of the 2.7 release; rewrite the future...
2010-05-08  Antoine PitrouRevert r80963 - it broke compilation everywhere
2010-05-08  Michael FoordDocumenting test discovery from package name and potent...
2010-05-08  Andrew M. KuchlingMarkup fixes
2010-05-08  Andrew M. KuchlingAdd logging.dictConfig example; give up on writing...
2010-05-08  Michael FoordIssue 7780. Adding a test for unittest test discovery...
2010-05-08  Matthias Kloseconfigure.in: Avoid autoconf warning: Assume C89 semant...
2010-05-08  Matthias Kloseconfigure.in: convert all obsolete AC_TRY_* macros...
2010-05-08  Ronald OussorenIssue #8084: ensure that the --user directory
2010-05-08  Matthias Kloseconfigure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
2010-05-08  Matthias Klose- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
2010-05-08  Matthias Klose- Issue #8510: Update to autoconf2.65.
2010-05-08  Ronald OussorenFix for issue #7724: make it possible to build using
2010-05-08  Mark DickinsonIssue #8659: Remove redundant ABS calls. Thanks Daniel...
2010-05-08  Senthil KumaranFixing the errors trigerred in test_urllib2net. Related...
2010-05-08  Senthil KumaranFix Issue8656 - urllib2 mangles file://-scheme URLs
2010-05-08  Andrew M. KuchlingGet accents correct
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.
next