]> granicus.if.org Git - python/shortlog
python
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
2010-09-05 Raymond HettingerTypo
2010-09-05 Raymond HettingerUpdate whatsnew for Pep3149.
2010-09-05 Benjamin Petersonrun autoreconf
2010-09-04 Raymond HettingerUpdate whatsnew for Pep3147.
2010-09-04 Raymond HettingerAdopt more descriptive attribute names as suggested...
2010-09-04 Martin v. LöwisDrop cabarc artifact.
2010-09-04 Antoine PitrouIssue #8734: Avoid crash in msvcrt.get_osfhandle()...
2010-09-04 Antoine PitrouIssue #7451: Improve decoding performance of JSON objec...
2010-09-04 Antoine PitrouIssue #9777: test_idna requires the "network" resource
2010-09-04 Antoine PitrouFix typos in error messages (thanks Arfrever).
2010-09-04 Antoine PitrouIssue #9225: Remove the ROT_FOUR and DUP_TOPX opcode...
2010-09-04 Brett Cannon_warnings exposed two variables with the name 'default_...
2010-09-04 Antoine PitrouFix running the copy module from the command-line ...
2010-09-04 Antoine PitrouFix Björn's name in ACKS.
2010-09-04 Antoine PitrouIssue #1100562: Fix deep-copying of objects derived...
2010-09-04 Antoine PitrouIssue #9581: Fix non-working PosixGroupsTester test...
2010-09-04 Antoine PitrouIssue #7736: Release the GIL around calls to opendir...
2010-09-04 Antoine PitrouWorkaround PEP 3149 build problems.
2010-09-04 Martin v. LöwisIssue #1303434: Include PDBs in release.
2010-09-04 Fred Drakeadd consistent support for the vars and default argumen...
2010-09-03 Florent XiclunaWelcome to the UTF-8 world.
2010-09-03 Georg BrandlFix missing word.
next