]> granicus.if.org Git - python/shortlog
python
2010-09-11 Victor StinnerIssue #9738: PyUnicode_FromFormat() and PyErr_Format...
2010-09-11 Nick CoghlanFix incorrect comment regarding MAGIC and TAG in import.c
2010-09-11 Victor StinnerIssue #767645: fix os.path.supports_unicode_filenames...
2010-09-11 Raymond HettingerSeparate positional arguments from localized globals.
2010-09-10 Benjamin Petersontypo
2010-09-10 Benjamin Petersonuse Py_REFCNT
2010-09-10 Victor StinnerIssue #9579, #9580: Oops, add the author of the patch
2010-09-10 Victor StinnerIssue #9579, #9580: Fix os.confstr() for value longer...
2010-09-10 Benjamin Petersonadd reduce and partial to __all__
2010-09-10 Victor StinnerIssue #8589: surrogateescape error handler is not avail...
2010-09-10 Benjamin Petersonremove gil_drop_request in --without-threads
2010-09-10 Victor StinnerIssue #9402: pyexpat uses Py_DECREF() instead of PyObje...
2010-09-10 Victor StinnerIssue #8603: Environ.data is now protected -> Environ...
2010-09-10 Benjamin Petersonuse DISPATCH() instead of continue
2010-09-10 Benjamin Petersonadd newline
2010-09-10 Victor StinnerIssue #9632: Remove sys.setfilesystemencoding() functio...
2010-09-10 Benjamin Petersonbump magic number for DELETE_DEREF
2010-09-10 Amaury Forgeot... #4617: Previously it was illegal to delete a name from...
2010-09-10 Georg Brandlrelease() is probably not the most important method
2010-09-10 Amaury Forgeot... The "if 1": trick seems cleaner that the one with regul...
2010-09-10 Antoine PitrouIssue #941346: Improve the build process under AIX...
2010-09-10 Amaury Forgeot... Use the "if 1:" prefix so that quoted code appears...
2010-09-10 Benjamin Petersonadd reference to file object
2010-09-10 Antoine PitrouFollowup to #4026: better patch for flock detection.
2010-09-10 Amaury Forgeot... Untabify file.
2010-09-10 Nick CoghlanAs per python-dev discussion with Eli, properly documen...
2010-09-10 Nick CoghlanLeave show_code out of __all__ and make it clear that...
2010-09-10 Nick CoghlanFix dis.__all__ for new additions to module in 3.2...
2010-09-10 Victor StinnerIssue #9819: fix TESTFN_UNENCODABLE for japanese code...
2010-09-10 Vinay Sajiplogging: Added threading interlock in basicConfig().
2010-09-09 Daniel StutzbachFix Issue #9752: MSVC compiler warning due to undefined...
2010-09-09 Daniel StutzbachSkip socket tests that require the network, if the...
2010-09-09 Antoine PitrouRemove workaround
2010-09-09 Antoine PitrouIssue #9804: ascii() now always represents unicode...
2010-09-09 Antoine PitrouIssue #9410: Various optimizations to the pickle module...
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...
next