]> granicus.if.org Git - python/shortlog
python
2010-09-28 Antoine PitrouDiscourage use of the old buffer API funcs
2010-09-28 Antoine PitrouIssue #9090: When a socket with a timeout fails with...
2010-09-28 Hirokazu YamamotoIssue #3612: Added new types to ctypes.wintypes. (CHAR...
2010-09-28 Hirokazu YamamotoUpdated PC/VC6 openssl build script. (for openssl-1...
2010-09-28 Hirokazu YamamotoNow perl path with spaces can be used.
2010-09-28 Hirokazu YamamotoReverted to r70917.
2010-09-28 Antoine PitrouIssue #9970: improve C API documentation for memoryview...
2010-09-28 Ronald OussorenFix for issue #9568.
2010-09-28 Ronald OussorenAdd support for the ZSH shell to the "Update Shell...
2010-09-28 Hirokazu YamamotoChanged order to see other test results. (Also temporar...
2010-09-28 Hirokazu YamamotoRun test_ttk_guionly in verbose mode. (This commit...
2010-09-28 Mark DickinsonIssue #9599: Tweak loghelper algorithm to return sligh...
2010-09-28 Hirokazu YamamotoUpdated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.
2010-09-27 Brett CannonSince __import__ is not designed for general use, have...
2010-09-27 Brian CurtinImplement #8521. Added named argument handling to winre...
2010-09-27 Antoine PitrouIssue #9950: Fix socket.sendall() crash or misbehaviour...
2010-09-27 Alexander BelopolskyIssue 9941: Minor code cleanup before implementing...
2010-09-27 Vinay Sajiplogging: Updated library configuration documentation.
2010-09-27 Kristján Valur... issue 9910
2010-09-27 Senthil KumaranFix Issue1595365 - Adding the req.headers after the...
2010-09-26 Antoine PitrouIssue #8445: try to fix some buildbot failures on test_...
2010-09-26 Vinay Sajiplogging: NullHandler optimisation.
2010-09-25 Antoine PitrouFix typo.
2010-09-25 Vinay SajipIssue #9947: logging: Fixed locking bug in stopListening.
2010-09-25 Vinay SajipIssue #9945: logging: Fixed locking bugs in addHandler...
2010-09-25 Georg Brandl#9562: slight clarification.
2010-09-25 Georg Brandl#9944: fix typo.
2010-09-25 Benjamin Petersonrevert r85003, poorly considered; breaks tests
2010-09-25 Benjamin Petersondon't count keyword arguments as positional #9943
2010-09-24 Alexander BelopolskyThis should fix buildbot failure introduced by r84994
2010-09-24 Brian CurtinFix a line that got hacked up by r82659.
2010-09-24 Antoine PitrouMake _kill_process more robust under Windows too (see...
2010-09-24 Alexander BelopolskyIssue #9936: Fixed executable lines' search in the...
2010-09-24 Hirokazu YamamotoIssue #9552: Avoid unnecessary rebuild of OpenSSL....
2010-09-24 Brian CurtinFix #9790 again. Rather than handle NotImplementedError...
2010-09-24 Brian CurtinLoginTests fails on a number of buildbots with differen...
2010-09-24 Brian CurtinFix a typo. full->final
2010-09-23 Brian CurtinFix #9790: Rework the imports necessary for ntpath...
2010-09-23 Vinay SajipUpdated SysLogHandler documentation.
2010-09-23 Antoine PitrouFurther tarfile / test_tarfile cleanup
2010-09-23 Mark DickinsonIssue #9930: Remove an unnecessary type check in wrap_b...
2010-09-23 Brian Curtin#9808. Implement os.getlogin for Windows, completed...
2010-09-23 Antoine PitrouIssue #9928: Properly initialize the types exported...
2010-09-23 Antoine PitrouTry harder to fix test_tarfile under Windows buildbots
2010-09-23 Antoine PitrouTry to fix test_tarfile issues on Windows buildbots...
2010-09-23 Antoine PitrouSmall fixes in the gzip docs
2010-09-23 Antoine PitrouIssue #1675951: Allow GzipFile to work with unseekable...
2010-09-23 Hirokazu YamamotoSkip estLoadWithUNC when UNC is not available.
2010-09-23 Hirokazu YamamotoIssue #9868: locale was left changed after TestEnUSColl...
2010-09-23 Brian Curtin#9582 - add a missing "are" and reflow the line.
2010-09-23 Vinay Sajiplogging: Improved documentation re. blocking handlers.
2010-09-23 Vinay Sajiplogging: added QueueListener and documentation.
2010-09-23 Florent XiclunaFix encoding for test case added in r84967.
2010-09-22 Florent XiclunaFix typo and add test case.
2010-09-22 Barry WarsawIssue 9916: Add some missing errno symbols.
2010-09-22 Vinay Sajiplogging: Added QueueHandler.prepare and updated documen...
2010-09-21 Benjamin Petersonnote version
2010-09-21 Benjamin Petersonfix news
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....
next