]> granicus.if.org Git - python/shortlog
python
2010-09-13 Vinay SajipExpanded QueueHandler documentation.
2010-09-13 Victor StinnerIssue #767645: Set os.path.supports_unicode_filenames...
2010-09-13 Alexander BelopolskyRemoved debugging setting
2010-09-13 Alexander BelopolskyIssue #9315: Fix for the trace module to record correct...
2010-09-13 Florent XiclunaMake test.regrtest.__file__ absolute, this was not...
2010-09-13 Antoine PitrouIssue #9828: Destroy the GIL in Py_Finalize(), so that...
2010-09-13 Hirokazu Yamamotoget_build_version() is needed even where sys.platform...
2010-09-13 Hirokazu YamamotoCosmetic fix to project files.
2010-09-13 Hirokazu YamamotoUpdated PC/VS8.0 with PCBuild/vs9to8.py.
2010-09-13 Hirokazu YamamotoIssue #9313: Use unittest.skipUnless to skip old MSVC.
2010-09-13 Florent XiclunaReenable test_ucs4 and remove some duplicated lines.
2010-09-13 Benjamin Petersonadd spaces
2010-09-13 Benjamin Petersonremove less complete of duplicate docs
2010-09-13 Benjamin Petersonremove duplicate statement
2010-09-12 Hirokazu YamamotoIssue #9313: Skips test_remove_visual_c_ref on old...
2010-09-12 Amaury Forgeot... #9210: remove --with-wctype-functions configure option.
2010-09-12 Georg BrandlGet rid of tabs.
2010-09-12 Victor StinnerDocument changes on mbcs encoding
2010-09-12 Raymond HettingerPut tests in more logical order.
2010-09-12 Raymond HettingerUse weakrefs for both forward and backward links.
2010-09-12 Georg Brandl9806: add --extension-suffix option to python-config.
2010-09-12 Benjamin Petersonuse return NULL; it's just as correct
2010-09-12 Matthias Klose- Issue #9817: Add expat COPYING file; add expat, libff...
2010-09-12 Hirokazu YamamotoFixed refcount bug. I placed Py_INCREF in create_comerr...
2010-09-12 Antoine PitrouIssue #9837: The read() method of ZipExtFile objects...
2010-09-12 Benjamin Petersonreenable test_nis on solaris #3402
2010-09-12 Victor StinnerIsse #8589: Decode PYTHONWARNINGS from utf-8 on Mac...
2010-09-12 Victor StinnerIssue #9738, #9836: Fix refleak introduced by r84704
2010-09-12 Raymond HettingerIssue #9826: Handle recursive repr in collections...
2010-09-12 Raymond HettingerIssue #9825: Replace OrderedDict.__del__() with weakrefs.
2010-09-12 Benjamin Petersondetect non-ascii characters much earlier (plugs ref...
2010-09-11 Hirokazu YamamotoIssue #9318: Use Py_LL for old compiler.
2010-09-11 R. David Murray#9608, #8518 : clarify and improve discussion of except...
2010-09-11 Benjamin Petersonfix formatting
2010-09-11 Benjamin Petersoncheck for NULL tp_as_mapping in PySequence_(Get/Set...
2010-09-11 Éric AraujoFix typo in option name
2010-09-11 Victor StinnerIssue #9819: don't try to encode TESTFN_UNICODE on...
2010-09-11 Vinay SajipIssue #9827: clarified LogRecord documentation.
2010-09-11 Raymond HettingerRevert r84700 which had an unfortunate performance...
2010-09-11 Georg BrandlRemove compatibility code for Python < 2.1, < 2.2 and...
2010-09-11 Georg BrandlAdd new generated file to ignoreds.
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...
next