]> granicus.if.org Git - python/shortlog
python
2009-07-18 Georg Brandl#6505: fix typos.
2009-07-18 Georg Brandl#6513: fix example code: warning categories are classes...
2009-07-18 Alexandre VassalottiAdd a check to ensure the correct autoconf version...
2009-07-17 Alexandre VassalottiRegenerate configure script using autoconf 2.61.
2009-07-17 Alexandre VassalottiRevert r74048.
2009-07-17 Alexandre VassalottiFix GCC warning about fprintf used without a string...
2009-07-17 Alexandre VassalottiInitialize variables in PyCurses_getsyx() to avoid...
2009-07-17 Alexandre VassalottiRegenerate configure script.
2009-07-17 Alexandre VassalottiDouble-quote the test case for %zd printf() format...
2009-07-17 Hirokazu YamamotoNEWS about r74040.
2009-07-17 Hirokazu YamamotoIssue #6415: Fixed warnings.warn sagfault on bad format...
2009-07-17 Alexandre VassalottiClean up the test case for broken poll().
2009-07-17 Alexandre VassalottiDouble-quote the test cases for chflags() and lchflags()
2009-07-17 Alexandre VassalottiCache the results of all runtime checks.
2009-07-17 Alexandre VassalottiRename the useless AC_INCLUDES_DEFAULT and protect...
2009-07-17 Alexandre VassalottiUse AC_CHECK_SIZEOF to find the size of off_t, pthread_...
2009-07-16 Georg BrandlRevert r74028.
2009-07-16 Georg Brandl#6482: simplify "except: raise" to "finally:".
2009-07-16 Tarek Ziadé#6466 refactored distutils duplicate get_versions(...
2009-07-16 Jesse NollerIssue 6433: multiprocessing.pool.map hangs on empty...
2009-07-16 Georg Brandl#6481: fix typo in os.system() replacement.
2009-07-16 Georg Brandl#6486: start with built in functions rather than "built...
2009-07-16 Georg Brandl#5910: fix kqueue for calls with more than one event.
2009-07-15 Amaury Forgeot... #6076 Add a title to the IDLE Preferences window.
2009-07-15 Alexandre VassalottiIssue #2389: Pickle array objects using a list represen...
2009-07-15 Ezio Melottimethods' names pep8ification
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
next