]> granicus.if.org Git - python/shortlog
python
2011-05-23 Tarek Ziademake sure build_dir.build_lib is synced to the faked...
2011-05-23 Victor StinnerMerge 3.2
2011-05-23 Victor StinnerMerge 3.1
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-23 Victor StinnerIssue #12105: test_posix, add the value of O_CLOEXEC...
2011-05-23 Victor StinnerClose #12153: faulthandler, mark stack_overflow() as...
2011-05-23 Gregory P.... Update documentation to mention bytes instead byte...
2011-05-23 Gregory P.... Refer to the return value on nameindex and friends...
2011-05-23 Martin v. Löwismerged
2011-05-23 Martin v. LöwisAdd 3.2.1rc2 uuid.
2011-05-22 Victor StinnerIssue #12151: test_logging writes debug messages to...
2011-05-22 Tarek Ziadeskip more tests in packaging if threading is not supported
2011-05-22 Tarek Ziadenot using a server name anymore as the 127.0.0.1 <...
2011-05-22 Victor StinnerIssue #10801: Remove a debug print() from test_zipfile
2011-05-22 Tarek ZiadeIssue 12132 - skip the test_buil_ext test if the xx...
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 Martin v. LoewisAdd 3.2.1rc2 uuid.
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...
next