]> granicus.if.org Git - python/shortlog
python
2010-09-21 Daniel StutzbachIssue9131: Mark fragile test as CPython-specific
2010-09-21 Hirokazu YamamotoIssue #9552: Avoid unnecessary rebuild of OpenSSL....
2010-09-21 Antoine PitrouIssue #9908: Fix os.stat() on bytes paths under Windows 7.
2010-09-21 Alexander BelopolskyFixed microsecond rounding in python version of utcfrom...
2010-09-21 Antoine PitrouIssue #9899: Fix test_tkinter.test_font on various...
2010-09-21 Antoine PitrouIssue #2643: msync() is not called anymore when dealloc...
2010-09-21 Hirokazu YamamotoRevert r84902 before committing better solution.
2010-09-21 Antoine PitrouIssue #1633863: Don't ignore $CC under AIX.
2010-09-21 Georg Brandl#9911: doc copyedits.
2010-09-21 Brian QuinlanAdd an entry for the concurrent.futures package
2010-09-21 Marc-André... Add missing word.
2010-09-21 Marc-André... Add OpenSSL license to the Python license documenation...
2010-09-21 Vinay Sajiplogging: Updated LoggerAdapter implementation.
2010-09-21 Vinay SajipAdded some methods to LoggerAdapter, and updated docume...
2010-09-21 Senthil KumaranDocument HTTPReponse.fileno() method
2010-09-20 Benjamin Petersonadd column offset to all syntax errors
2010-09-20 Benjamin Petersonadd news note
2010-09-20 Benjamin Petersonadd PyErr_SyntaxLocationEx, to support adding a column...
2010-09-20 Benjamin Petersonrewrite nocaret test to not rely on a specific SyntaxError
2010-09-20 Antoine PitrouIssue #9901: Destroying the GIL in Py_Finalize() can...
2010-09-20 Barry Warsawtest_get_makefile_filename() is not compatible with...
2010-09-20 Barry WarsawIssue 9877: expose sysconfig.get_makefile_filename...
2010-09-20 Hirokazu YamamotoRevert previous commit.
2010-09-20 Vinay Sajiplogging: hasHandlers additions documented.
2010-09-20 Vinay SajipReverted changes which were inadvertently committed.
2010-09-20 Vinay Sajiplogging: added hasHandlers() to LoggerAdapter.
2010-09-20 Hirokazu YamamotoWindows7 buildbot debug trial. (Probably impossible)
2010-09-20 Vinay Sajiplogging: Add hasHandlers() method to Logger.
2010-09-20 Georg BrandlMention % as string formatting.
2010-09-20 Georg BrandlFix typo.
2010-09-20 Kristján Valur... issue 9786 Native TLS support for pthreads
2010-09-20 Antoine PitrouTry a more robust implementation of _kill_process
2010-09-20 Antoine PitrouTry to fix buildbot failure (#9902)
2010-09-19 Antoine PitrouMake error more explicit in test_finalize_with_trace
2010-09-19 Antoine PitrouTry to make signal-sending tests in test_subprocess...
2010-09-19 Antoine PitrouTry to fix test_subprocess on "x86 debian parallel...
2010-09-19 Brett CannonPyImport_Import was using the old import hack of sticki...
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.
next