]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-09-09  Antoine PitrouUse transient_internet() where appropriate in test_ssl
2010-09-09  Antoine PitrouIssue #9757: memoryview objects get a release() method...
2010-09-09  Raymond HettingerHave pprint() respect the order in an OrderedDict.
2010-09-09  Raymond HettingerA little bit more readable repr method.
2010-09-09  Raymond HettingerExperiment: Let collections.namedtuple() do the work...
2010-09-09  Hirokazu YamamotoPCBuild cosmetic fixes.
2010-09-09  Hirokazu YamamotoUpdated VS7.1 project file. (I cannot test this file...
2010-09-09  Hirokazu YamamotoUpdated VC6 files.
2010-09-09  Raymond HettingerImprove the repr for the TokenInfo named tuple.
2010-09-09  Raymond HettingerAdd docstring to cmd.Cmd.do_help()
2010-09-09  Raymond HettingerAdd a working example for the cmd module.
2010-09-08  Giampaolo RodolàFix issue 9794: adds context manager protocol to socket...
2010-09-08  Antoine Pitrougdb: fix representation of non-printable surrogate...
2010-09-08  Antoine PitrouAdd a safety limit to the number of unicode characters...
2010-09-08  Antoine PitrouIssue #9188: The gdb extension now handles correctly...
2010-09-08  Raymond HettingerImprove variable name (don't shadow a builtin).
2010-09-08  Raymond HettingerOne more conversion from pow() to **.
2010-09-08  Raymond Hettinger* Remove dependency on binascii.hexlify by using int...
2010-09-08  Matthias KlosePEP 3149: Try to load the extension with the SOABI...
2010-09-08  Senthil KumaranRevert the doc change done in r83880. str.replace with...
2010-09-08  Antoine PitrouIssue #9797: pystate.c wrongly assumed that zero couldn...
2010-09-08  Vinay Sajiplogging: Added QueueHandler.
2010-09-08  Georg BrandlAdd Lukasz.
2010-09-08  Raymond HettingerIn the case where only a user supplied random() method...
2010-09-08  Éric AraujoFollow-up to #9199: Fix str.join use, add newlines.
2010-09-07  Éric AraujoFix incorrect use of Command.announce (#9199)
2010-09-07  Éric AraujoFix eon-old bug in build_clib options (#1718574)
2010-09-07  Antoine PitrouIssue #9707: Rewritten reference implementation of...
2010-09-07  Antoine PitrouAlso catch some gaierrors
2010-09-07  Éric AraujoFix typo in whatsnew (#9793)
2010-09-07  Amaury Forgeot... #6394: Add os.getppid() support for Windows.
2010-09-07  Antoine PitrouImprove transient_internet() again to detect more netwo...
2010-09-07  Antoine PitrouIssue #9792: In case of connection failure, socket...
2010-09-07  Antoine PitrouIssue #8574: better implementation of test.support...
2010-09-07  Raymond HettingerNeaten-up comments and warning message.
2010-09-07  Raymond HettingerMinor refactoring and cleanup. Extend looping randrang...
2010-09-07  Antoine PitrouUpdate nntplib examples to use a public news server.
2010-09-07  Antoine PitrouIssue #9758: When fcntl.ioctl() was called with mutable...
2010-09-07  Raymond HettingerRemove invalid test (it was supposed to fail on 64...
2010-09-07  Raymond HettingerFix test that depends on a particular implementation...
2010-09-07  Antoine PitrouIssue #4026: Make the fcntl extension build under AIX.
2010-09-07  Brian CurtinAdjust #8956 to add the bad signal number to the except...
2010-09-07  Raymond HettingerFix corner case for Random.choice() and add tests.
2010-09-07  Raymond HettingerSmall clean-ups.
2010-09-07  Georg BrandlAdd stub entry for argparse.
2010-09-07  Raymond Hettingertypo
2010-09-07  Raymond HettingerRemove outdated reference to Wichmann-Hill algorithm.
2010-09-07  Raymond HettingerIssues #7889, #9025 and #9379: Improvements to the...
2010-09-07  Raymond HettingerMinor code cleanup
2010-09-07  Raymond HettingerDocument which part of the random module module are...
2010-09-06  Raymond HettingerDocument which part of the random module module are...
2010-09-06  Amaury Forgeot... More docstring updates
2010-09-06  Amaury Forgeot... Change docstrings to match the implementation
2010-09-06  Vinay SajipUpdated information on logging contextual information.
2010-09-06  Raymond HettingerAdd method to OrderedDict for repositioning keys to...
2010-09-06  Florent Xiclunatypo
2010-09-06  Florent Xiclunatypo
2010-09-06  Raymond HettingerFix markup nits
2010-09-06  Brian CurtinFix some errors that #7566 introduced on non-Windows...
2010-09-06  Antoine PitrouIssue #9754: Similarly to assertRaises and assertRaises...
2010-09-06  Antoine PitrouIssue #5506: BytesIO objects now have a getbuffer(...
2010-09-06  Brian CurtinImplement #7566 - os.path.sameopenfile for Windows.
2010-09-06  Brian CurtinFix #8956. ValueError message was only mentioning one...
2010-09-06  Brian CurtinClean up the fix to #9324 with some of the suggestions...
2010-09-06  Antoine PitrouAdd an option to choose the IO module under test (allow...
2010-09-06  Gregory P.... hashlib has two new constant attributes: algorithms_gua...
2010-09-06  Georg Brandl#9780: both { and } are not valid fill characters.
2010-09-06  Georg BrandlRemove redundant word.
2010-09-06  Éric AraujoRevert accidental commit, apologies for the noise
2010-09-06  Raymond HettingerFix nits
2010-09-06  Éric AraujoUpdate
2010-09-06  Raymond HettingerMore updates to whatsnew3.2
2010-09-06  Benjamin Petersonlink to docs
2010-09-05  Raymond HettingerClean-up example of using fileinput as a context manager.
2010-09-05  Raymond HettingerTake advantage of the frozenset constant optimization.
2010-09-05  Antoine PitrouIssue #9293: I/O streams now raise `io.UnsupportedOpera...
2010-09-05  Georg BrandlPost-release update.
2010-09-05  Georg BrandlRe-tag 3.2a2.
2010-09-05  Éric AraujoFix accidental suppression in r84537 v3.2a2
2010-09-05  Georg BrandlRemove tag.
2010-09-05  Georg BrandlTagging release 3.2a2.
2010-09-05  Éric AraujoMake naming consistent
2010-09-05  Ronald OussorenFix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05  Éric AraujoFix amk’s tracker name
2010-09-05  Georg BrandlFix reST in NEWS, and remove NEWS.help (all committers...
2010-09-05  Éric AraujoFix typos and wording in what’s new 3.2.
2010-09-05  Georg Brandl#9776: fix some spacing.
2010-09-05  Georg Brandl#9747: fix copy-paste error in getresgid() doc.
2010-09-05  Georg BrandlRewrap.
2010-09-05  Georg BrandlRewrap and consistency fixes.
2010-09-05  Raymond HettingerFill-in sqlite3 stubs
2010-09-05  Raymond HettingerAdd example of ftplib's new context manager.
2010-09-05  Raymond HettingerAdd PEP 391 to whatsnew
2010-09-05  Georg BrandlBump to 3.2a2.
2010-09-05  Georg BrandlUpdate pydoc topics.
2010-09-05  Raymond HettingerMore updates to whatsnew.
2010-09-05  Raymond HettingerClean-up functools.total_ordering().
2010-09-05  Raymond HettingerAdd an example
2010-09-05  Raymond HettingerInline cmp_lt().
2010-09-05  Raymond HettingerMore updates to whatsnew
next