]> granicus.if.org Git - python/shortlog
python
2009-07-15 Benjamin Petersonupdate year
2009-07-14 Michael FoordMove TestRunner initialisation into unittest.TestProgra...
2009-07-13 Amaury Forgeot... Document the newly added codec
2009-07-13 Marc-André... Use a different VER command output parser to address...
2009-07-13 Marc-André... Use a new global DEV_NULL instead of hard-coding /dev...
2009-07-13 Amaury Forgeot... NEWS entry for r74000.
2009-07-13 Amaury Forgeot... #1616979: Add the cp720 (Arabic DOS) encoding.
2009-07-13 Amaury Forgeot... Set svn:eol-style=CRLF on all Visual Studio solution...
2009-07-13 Vinay SajipIssue #6314: logging: Extra checks on the "level" argum...
2009-07-13 Benjamin Petersonfix umlaut
2009-07-12 Benjamin Petersonchange encoding to utf-8
2009-07-12 Benjamin Petersonfix another name
2009-07-12 Benjamin Petersonchange encoding to utf-8
2009-07-12 Benjamin Petersonfix Tarek's name
2009-07-12 Kristján Valur... http://bugs.python.org/issue6267
2009-07-12 Benjamin Petersonadd Joe
2009-07-12 Benjamin Petersonadd versionadded
2009-07-12 Hirokazu YamamotoFixed distutils test.
2009-07-11 Benjamin Petersonignore things in Lib/test/data/
2009-07-11 Benjamin Petersonput downloaded test support files in Lib/test/data...
2009-07-11 Tarek Ziadéreverted changes for #6459 (doesn't apply on 2.x)
2009-07-11 Amaury Forgeot... #2622 Import errors in email.message, from a py2app...
2009-07-11 Georg Brandlarray.array is actually a class.
2009-07-11 Tarek Ziadéfixed #6459: distutils.command.build_ext.get_export_sym...
2009-07-11 Georg Brandl#6456: clarify the meaning of constants used as argumen...
2009-07-11 Tarek Ziadécleaned up distutils.build_ext module
2009-07-11 Georg Brandl#6430: add note about size of "u" type.
2009-07-11 Georg Brandl#6448: clarify docs for find_module().
2009-07-11 Georg Brandl#6446: fix import_spam() function to use correct error...
2009-07-11 Georg BrandlFix style.
2009-07-11 Amaury Forgeot... Add basic tests for the return value of os.popen()...
2009-07-11 Kristján Valur... http://bugs.python.org/issue6460
2009-07-10 Ezio Melottimore cleanups and if zlib -> skipUnless(zlib)
2009-07-10 Amaury Forgeot... #6447: typo in subprocess docstring
2009-07-10 Tarek Ziadécleaned up distutils.command.build
2009-07-10 Tarek ZiadéAdded test coverage for distutils.command.build
2009-07-10 Tarek ZiadéFixed #6455 (the test shall use pyd files under win32...
2009-07-09 Amaury Forgeot... #6416: Fix compilation of the select module on Windows...
2009-07-09 R. David MurrayTry to fix Solaris buildbot rmtree failure in test_getc...
2009-07-09 R. David MurrayTemporarily ignore rmtree errors in test_getcwd_long_pa...
2009-07-09 R. David MurrayCurdir needs to be in the path for the test to work...
2009-07-09 R. David MurraySpecify umask in execute bit test to get consistent...
2009-07-09 Tarek ZiadéPendingDeprecationWarning -> DeprecationWarning in...
2009-07-09 R. David MurrayMake test work with -O.
2009-07-09 R. David MurrayConditionalize test cleanup code to eliminate traceback...
2009-07-08 Tarek ZiadéSets the compiler attribute to keep the old behavior...
2009-07-07 Mark DickinsonIssue #1523: Remove deprecated overflow masking in...
2009-07-07 Mark DickinsonExpand test coverage for struct.pack with native intege...
2009-07-07 Mark DickinsonAdd skipping to struct test that only applies when...
2009-07-07 Mark DickinsonTypo in error message
2009-07-07 R. David MurrayUpdate issue 6070 patch to match the patch that was...
2009-07-07 Kristján Valur... http://bugs.python.org/issue6382
2009-07-07 Amaury Forgeot... #6420: Fix a compilation warning in the nis module...
2009-07-07 Alexandre VassalottiGrow the allocated buffer in PyUnicode_EncodeUTF7 to...
2009-07-07 R. David MurrayIssue 6070: when creating a compiled file, after copyin...
2009-07-06 Tarek ZiadéFixed #6377: distutils compiler switch ignored (and...
2009-07-05 Kristján Valur... http://bugs.python.org/issue6382
2009-07-05 Mark DickinsonIssues #1530559, #1741130: Fix various inconsistencies...
2009-07-05 Alexandre VassalottiBackport test cases added in r73852.
2009-07-05 Alexandre VassalottiFix bad variable name in r73846.
2009-07-05 Alexandre VassalottiIssue 2370: Add Python 3 warnings for the removal of...
2009-07-04 Ezio Melottiif zlib -> skipUnless(zlib) and minor cleanups
2009-07-04 Gregory P.... Merge r73838 from py3k branch. Use the nondeprecated...
2009-07-04 Tarek Ziadéusing print statements when used for user interaction
2009-07-04 Tarek ZiadéFixed #6413: fixed log level in distutils.dist.announce
2009-07-04 Gregory P.... news entry for r73825
2009-07-04 Gregory P.... Use select.poll() in subprocess, when available, rather...
2009-07-04 Ezio Melotti#6398 typo: versio. -> version.
2009-07-03 Kristján Valur... http://bugs.python.org/issue6267
2009-07-03 Kristján Valur... http://bugs.python.org/issue6267
2009-07-03 Kristján Valur... http://bugs.python.org/issue6381
2009-07-03 Gregory P.... Adds the select.PIPE_BUF attribute to expose the system...
2009-07-03 Tarek Ziadécleaned distutils.file_util
2009-07-03 Tarek Ziadébasic tests to raise distutils.file_util coverage
2009-07-03 Benjamin Petersonanother cStringIO restriction
2009-07-03 Tarek Ziadécleaned up distutils.command.build_py
2009-07-03 Tarek ZiadéFixed #6403 : package path usage for build_ext
2009-07-02 Benjamin Petersoncondense with assertRaises
2009-07-02 Benjamin Petersontest that compile() accepts the future flag
2009-07-02 R. David MurrayIssue 6389: add documentation for the 'mode' flags...
2009-07-02 Benjamin Petersonwhen print() gets unicode arguments, sep and end should...
2009-07-02 Benjamin Petersononly order comparisons are removed in py3k #6119
2009-07-02 Benjamin Petersonremove this test; a module level warning is enough
2009-07-02 Jesus Ceamultiprocessing doesn't compile in Solaris because...
2009-07-02 Tarek Ziadépep8-fied and cleaned up distutils.util
2009-07-02 Tarek Ziadécleaned up the bdist_dumb module
2009-07-02 Tarek Ziadéraising bdist_dumb test coverage
2009-07-01 Benjamin Petersonsmall optimization: avoid popping the current block...
2009-07-01 Benjamin Petersonproxy the __exit__ call
2009-07-01 R. David MurrayMake punctuation prettier and break up run-on sentence.
2009-07-01 Benjamin PetersonMerged revisions 73379,73388,73507,73722 via svnmerge...
2009-07-01 Benjamin Petersonfix a few cases where automated fail -> assert translat...
2009-06-30 Benjamin Petersonuse assert* methods in test_unittest
2009-06-30 Benjamin Petersonconvert usage of fail* to assert*
2009-06-30 Ezio MelottiFixed a backslash that was not supposed to be there
2009-06-30 Ezio MelottiFixed defaultTestCase -> defaultTestResult
2009-06-30 Benjamin Petersonprovide a dummy __exit__ on windows
2009-06-30 Jesse NollerResolves issues 5155, 5313, 5331 - bad file descriptor...
2009-06-30 Georg Brandl#6371: fix link targets.
2009-06-30 Georg Brandl#6384: Add a heading for the exception hierarchy.
next