]> granicus.if.org Git - python/shortlog
python
2010-09-15 Antoine PitrouAdd entries to whatsnew
2010-09-15 Matthias KloseTry harder on issue #7356: ctypes.util: Make parsing...
2010-09-15 Antoine PitrouReverted unwanted change in r84826
2010-09-15 Antoine PitrouAdd cross-references to the glossary entry for file...
2010-09-15 Antoine PitrouUpdate file-related information in the FAQ.
2010-09-15 Antoine PitrouAdd a glossary entry for file objects.
2010-09-15 Antoine PitrouImprove docs for socket.makefile() and SocketIO
2010-09-15 Antoine PitrouAdd a comment explaining why SocketIO is needed
2010-09-15 Raymond HettingerClarify where support for negative indices fall in...
2010-09-14 Raymond HettingerIssue 9802: Document min()/max() sort stability
2010-09-14 Raymond HettingerFuture proof total_ordering against changes in methods...
2010-09-14 Antoine PitrouMake testDefaults in test.test_socket.BasicSocketPairTe...
2010-09-14 Brett Cannonsetup.py was trying to build _weakref which is redundan...
2010-09-14 Raymond HettingerImprove iteration speed by only proxying back links.
2010-09-14 Antoine PitrouIssue #9854: The default read() implementation in io...
2010-09-14 Antoine PitrouIssue #1552: socket.socketpair() now returns regular...
2010-09-14 Daniel StutzbachRemove pointers to a FAQ entry that no longer exists...
2010-09-14 Antoine PitrouIssue #9853: Fix the signature of SSLSocket.recvfrom...
2010-09-14 Alexander BelopolskyIssue 9315: Added test/tracedmodules to LIBSUBDIRS
2010-09-14 Antoine PitrouRemove C++-style comments
2010-09-14 Antoine PitrouDo not print additional shutdown message when gc.DEBUG_...
2010-09-14 Vinay SajipTidied example script.
2010-09-14 Vinay SajipAdded test for QueueHandler.
2010-09-14 Vinay SajipTidied example script.
2010-09-14 Alexander BelopolskyAdded files missed in r84780. Thanks, Florent.
2010-09-13 Raymond HettingerIssue 9840: Add reprlib.recursive_repr(), a decorator...
2010-09-13 Daniel StutzbachIssue #9213: Add index and count methods to range objec...
2010-09-13 Eric SmithIssue 7994: Make object.__format__() raise a PendingDep...
2010-09-13 Vinay Sajiplogging: enhanced HTTPHandler
2010-09-13 Vinay SajipEnhanced HTTPHandler documentation.
2010-09-13 Vinay SajipRemoved unused, commented-out code.
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...
next