]> granicus.if.org Git - python/shortlog
python
2011-05-22 Tarek ZiadeIssue 10126 - backported distutils fix for the enable...
2011-05-22 Charles-François... Issue #12105: Add O_CLOEXEC to the os module.
2011-05-22 Antoine PitrouIssue #12138: fix use of transient_internet() in test_u...
2011-05-22 Antoine PitrouIssue #12138: fix use of transient_internet() in test_u...
2011-05-22 Victor Stinnerregrtest: enable faulthandler in main() instead of...
2011-05-22 Mark DickinsonIssue #12079: Decimal(0).fma(Decimal('inf'), 'not a...
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-21 Ned DeilyIssue #12131: Ensure that the sysconfig.cfg file, intro...
2011-05-21 Tarek Ziadeadded the Content-Length header. that fixes the weird...
2011-05-21 Tarek Ziadedeactivating one test under win32 for now
2011-05-21 Tarek Ziademake sure the crawler can browse file-based indexes...
2011-05-21 Tarek Ziadefixed the export symbols for the win32 linker
2011-05-21 Tarek Ziadeskip the pypi upload doc test via https, if ssl is...
2011-05-21 Tarek Ziadeuse the same line terminator everywhere
2011-05-21 Georg BrandlMerge 3.2.1rc1 release changes to default.
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Vinay SajipIssue #12136: Added change to handle non-availability...
2011-05-21 Georg BrandlSet up branch to be rc2 next.
2011-05-21 Georg BrandlMerge release branch after 3.2.1rc1.
2011-05-21 Tarek Ziadefixed the move api in packaging.install, and closing...
2011-05-21 Tarek Ziadewe want to generate /-separated paths setup.cfg files...
2011-05-21 Gregory P.... avoid a compiler warning. the compiler doesn't know...
2011-05-21 Vinay SajipAdded SSL test for HTTPHandler.
2011-05-21 Tarek Ziadefixed the way the cfg file markers values are split...
2011-05-21 Tarek Ziadefixed the separator issues in packaging/resources+config
2011-05-21 Tarek Ziadefixed a few mocking/cleanup issues in packaging test_ut...
2011-05-21 Victor StinnerClose #12114: fix a potential deadlock in packaging...
2011-05-20 Vinay SajipAdded SSL capability to TestHTTPServer.
2011-05-20 Ezio MelottiFix another ResourceWarning in test_packaging.
2011-05-20 Benjamin Petersonmerge 3.2
2011-05-20 Benjamin Petersonmerge 3.1
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonmerge heads
2011-05-20 Benjamin Petersonmerge 3.2
2011-05-20 Benjamin Petersonmerge 3.1
2011-05-20 Benjamin Petersonadd example for not using access
2011-05-20 Ezio MelottiFix more ResourceWarnings in test_packaging moving...
2011-05-20 Charles-François... Issue #1746656: make if_nameindex(), if_indextoname...
2011-05-20 Ezio Melotti#12072: merge with 3.2.
2011-05-20 Ezio Melotti#12072: merge with 3.1.
2011-05-20 Ezio Melotti#12072: add missing parenthesis in the doc. Patch...
2011-05-20 Ezio MelottiFix several ResourceWarnings in test_packaging.
2011-05-20 Victor Stinner(Merge 3.2) test_pydoc: skip PydocServerTest if thread...
2011-05-20 Victor Stinnertest_pydoc: skip PydocServerTest if thread support...
2011-05-19 Victor Stinnerpackaging.tests.test_command_install_data: restore...
2011-05-19 Victor Stinnerfix packaging tests on Windows: use os.path.join()...
2011-05-19 Victor Stinner(Merge 3.2) Issue #12124: zipimport doesn't keep a...
2011-05-19 Victor Stinner(Merge 3.1) Issue #12124: zipimport doesn't keep a...
2011-05-19 Victor StinnerIssue #12124: zipimport doesn't keep a reference to...
2011-05-19 Victor Stinnerpackaging: fix the constructor of FakePopen
2011-05-19 Victor Stinnerfix packaging.compiler.msvc9compiler: os.environ['path...
2011-05-19 Victor Stinnerfix packaging.compiler.msvc9compiler: os.environ values...
2011-05-19 Victor StinnerIssue #12112: fix the encoding of setup.py in the packa...
2011-05-19 Ezio MelottiRefactor a few tests to use the new requires_zlib decor...
2011-05-19 Ezio MelottiSkip tests that require zlib in the packaging tests...
2011-05-19 Tarek ZiadeIssue #12120, Issue #12119: tests were missing a sys...
2011-05-19 Tarek Ziaderemoved unused method in packaging.create
2011-05-19 Victor StinnerIssue #12112: packaging reads/writes metadata using...
2011-05-19 Victor StinnerIssue #12112: packaging reads and writes setup.cfg...
2011-05-19 Victor Stinnerpackage: replace open(fn, 'w').close() by open(fn,...
2011-05-19 Victor Stinnerpackaging: use with open() instead of try/finally:...
2011-05-19 Tarek Ziadefixed the path splitting
2011-05-19 Tarek ZiadeIssue #12115: skipping all tests that need threading...
2011-05-19 Victor StinnerIssue #10419, issue #6011: port 6ad356525381 fix from...
2011-05-19 Victor Stinnerpackaging: don't use locale encoding to compute MD5...
2011-05-19 Tarek ZiadeIssue #12113: make sure generated module is not reused...
2011-05-19 Tarek Ziademake sure split() is called before the encoding
2011-05-19 Tarek ZiadeIssue #12109 fixing typo in packaging's test_command_up...
2011-05-19 Tarek Ziadeinitial import of the packaging package in the standard...
2011-05-18 Giampaolo Rodola'os.sendfile() test: fix "AttributeError: 'NoneType...
2011-05-18 Antoine PitrouSkip test_smtpnet when ssl is not available
2011-05-18 Antoine PitrouNull merge
2011-05-18 Antoine PitrouFix section title
2011-05-18 Antoine PitrouIssue #12065: connect_ex() on an SSL socket now returns...
2011-05-18 Antoine PitrouIssue #12065: connect_ex() on an SSL socket now returns...
2011-05-18 Antoine PitrouAlso protect ehlo() and quit() with the transient_inter...
2011-05-18 Antoine PitrouIssue #8809: The SMTP_SSL constructor and SMTP.starttls...
2011-05-18 Victor StinnerOoops, add the missing file of the backport of commit...
2011-05-18 Victor StinnerBackport commit 33543b4e0e5d from Python 3.2: #10801...
2011-05-17 Victor Stinner(Merge 3.2) Issue #12096: Fix a race condition in
2011-05-17 Victor StinnerIssue #12096: Fix a race condition in test_threading...
2011-05-17 Ronald OussorenFixes #11088: IDLE crashes when using F5 to run a scrip...
2011-05-17 Ronald OussorenFix for issue 10154, merge from 3.2
2011-05-17 Ronald OussorenFixes #11088: IDLE crashes when using F5 to run a scrip...
2011-05-17 Ronald Oussoren(merge) Fix #10154 and #10090: locale normalizes the...
2011-05-17 Ronald OussorenFix #10154 and #10090: locale normalizes the UTF-8...
2011-05-17 Vinay SajipSkip some tests in the absence of multiprocessing.
2011-05-17 Vinay SajipSkip some more tests in the absence of threading.
2011-05-16 Victor Stinner(Merge 3.2) Issue #11614: Fix test_linecache, cjkencodi...
2011-05-16 Victor Stinner(Merge 3.1) Issue #11614: Fix test_linecache, cjkencodi...
2011-05-16 Victor StinnerIssue #11614: Fix test_linecache, cjkencodings_test...
2011-05-16 Victor Stinner(Merge 3.2) Issue #11614: Fix importlib tests for the...
2011-05-16 Victor Stinner(Merge 3.1) Issue #11614: Fix importlib tests for the...
2011-05-16 Victor StinnerIssue #11614: Fix importlib tests for the new __hello__...
2011-05-16 Victor Stinner(Merge 3.2) Issue #12057: Convert CJK encoding testcase...
2011-05-16 Victor Stinner(Merge 3.1) Issue #12057: Convert CJK encoding testcase...
2011-05-16 Victor StinnerIssue #12057: Convert CJK encoding testcase BLOB into...
next