]> granicus.if.org Git - python/shortlog
python
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...
2011-05-16 Victor Stinner(Merge 3.2) Issue #11614: import __hello__ prints ...
2011-05-16 Victor Stinner(Merge 3.1) Issue #11614: import __hello__ prints ...
2011-05-16 Victor StinnerIssue #11614: import __hello__ prints "Hello World...
2011-05-15 Gregory P.... issue #1746656: Fix for OS X. configure and #include...
2011-05-15 Victor StinnerNull merge 3.2 (fix already applied: 4a82be47a948+5060a...
2011-05-15 Victor StinnerNull merge 3.1 (fix already applied: 4a82be47a948+5060a...
2011-05-15 Victor StinnerIssue #10756: atexit normalizes the exception before...
2011-05-15 Ronald Oussoren(merge from 3.2) Issue #9516: avoid errors in sysconfig...
2011-05-15 Ronald OussorenNEWS entry for fix of issue #9516
2011-05-15 Ronald OussorenIssue #9516: avoid errors in sysconfig when MACOSX_DEPL...
2011-05-15 Nadeem VawdaFix _socket compilation failures on non-Linux buildbots...
2011-05-15 Georg BrandlBranch merge.
2011-05-15 Victor Stinner(Merge 3.2) Issue #12060: Use sig_atomic_t type and...
2011-05-15 Victor Stinner(Merge 3.1) Issue #12060: Use sig_atomic_t type and...
2011-05-15 Victor StinnerIssue #12060: Use sig_atomic_t type and volatile keywor...
2011-05-15 Georg BrandlFix-up NEWS: entries made after 3.2.1b1 go into the...
2011-05-15 Gregory P.... Issue #1746656: Add if_nameindex, if_nametoindex, if_in...
2011-05-15 Georg BrandlMerge #6498 fix from 3.2.
2011-05-15 Georg BrandlMerge #6498 fix from 3.1.
2011-05-15 Georg BrandlCloses #6498: fix several misspellings of "SystemExit...
2011-05-14 Nadeem VawdaMerge: Fix copy-paste mistake in new zlib test.
2011-05-14 Nadeem VawdaMerge: Fix copy-paste mistake in new zlib test.
2011-05-14 Nadeem VawdaFix copy-paste mistake in new zlib test.
2011-05-14 Gregory P.... fix whitespace
2011-05-14 Gregory P.... fix whitespace
2011-05-14 Gregory P.... merge heads
next