]> granicus.if.org Git - python/shortlog
python
2010-09-19 Antoine PitrouBe more precise as to what operations are supported
2010-09-19 Antoine PitrouRemove references to read() and write() methods, which...
2010-09-19 Antoine PitrouMention that SSL sockets provide the basic socket API.
2010-09-19 Georg BrandlEdit concurrent docs, add versionadded and see also...
2010-09-19 Hirokazu YamamotoIssue #9552: Avoid unnecessary rebuild of OpenSSL....
2010-09-19 Georg BrandlAdd "concurrent" subdir to Makefile.
2010-09-19 Hirokazu YamamotoSet svn:ignore to folders.
2010-09-19 Benjamin Petersonedit concurrent.future docs
2010-09-19 Benjamin Petersonset svn:eol-style on concurrent package files
2010-09-19 Benjamin Petersonset svn:eol-style on tracedmodules
2010-09-19 Senthil KumaranUpdate the test_distutils mode test to test with umask...
2010-09-18 Florent XiclunaIssue #1686: Fix string.Template when overriding the...
2010-09-18 Antoine PitrouIssue #9854: SocketIO objects now observe the RawIOBase...
2010-09-18 Antoine PitrouIssue #9895: speed up test_subprocess
2010-09-18 Brian QuinlanInitial implementation of PEP 3148
2010-09-18 Antoine PitrouIssue #9894: Do not hardcode ENOENT in test_subprocess.
2010-09-18 Hirokazu YamamotoIn Python3000, Tkinter was renamed to tkinter. And...
2010-09-18 Hirokazu YamamotoApplied r84870 to older compilers.
2010-09-18 Hirokazu YamamotoAdded missing BaseTest.tearDown(self). Fixed refleak.
2010-09-18 Senthil KumaranSkip the distutils mode test on Windows OS.
2010-09-18 Hirokazu Yamamotoregrtest.py now runs python in build/test_python_xxx...
2010-09-17 Amaury Forgeot... Remove unused code in posixmodule.c
2010-09-17 Vinay SajipTemporarily commented out test which succeeds locally...
2010-09-17 Victor StinnerIssue #767645: Set os.path.supports_unicode_filenames...
2010-09-17 Amaury Forgeot... #1730136: Fix comparison between a tk Font object and...
2010-09-17 Vinay SajipIssue #9441: logging: Improved test coverage for rotati...
2010-09-17 Senthil KumaranFix Issue2236: Distutils' mkpath implementation ignorin...
2010-09-17 Vinay SajipImproved Filter documentation.
2010-09-17 Vinay SajipImproved basicConfig and custom level documentation.
2010-09-17 Hirokazu YamamotoLet's see if tcl/tk test runs on windows buildbot with...
2010-09-17 Raymond HettingerFix typo in example regular expression.
2010-09-16 Raymond HettingerIssue 9865: add __sizeof__ to OrderedDict.
2010-09-16 Hirokazu YamamotoIssue #9810: Compile bzip2 source files in python's...
2010-09-16 Antoine PitrouRelax test condition (fix failures on FreeBSD buildbots)
2010-09-16 Raymond HettingerAdd tokenizer example to regex docs.
2010-09-16 Raymond HettingerRemove unneeded exception chaining.
2010-09-16 Raymond HettingerImprove comment
2010-09-15 Giampaolo Rodolàrename DISCONNECTED global constant in _DISCONNECTED
2010-09-15 Giampaolo RodolàStore all errors signaling a disconnection into a globa...
2010-09-15 Antoine PitrouMove library changes to the right section
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...
next