]> granicus.if.org Git - python/shortlog
python
2009-05-24 Antoine PitrouIssue #1309352: fcntl now converts its third arguments...
2009-05-24 Antoine PitrouFix build under Windows
2009-05-24 Senthil KumaranFixed Issue1424152, urllib2 fails with HTTPS over Proxy.
2009-05-23 Jeffrey YasskinIssue #6042:
2009-05-23 R. David MurrayAdd smtplib test from issue 5259.
2009-05-23 Benjamin Petersonremove mention of old ctypes version
2009-05-23 Benjamin Petersonreorder name
2009-05-23 Benjamin Petersonsupport building with subversion 1.7 #6094
2009-05-23 Antoine PitrouIssue #3877: skip a test_fileio subtest on all BSDs...
2009-05-23 Antoine PitrouSome pid_t-expecting or producing functions were forgot...
2009-05-23 Antoine PitrouIssue #1983: Fix functions taking or returning a proces...
2009-05-23 Eric SmithIssue 6089: str.format raises SystemError.
2009-05-23 R. David MurrayFix spelling left over from testing.
2009-05-23 R. David MurrayDon't be so wordy in requires('network') in case other...
2009-05-23 R. David MurrayFix Issue #4066: smtplib.SMTP_SSL._get_socket now corre...
2009-05-22 Georg Brandl#6078: _warnings is a builtin module and has no standar...
2009-05-22 Georg Brandl#6086: fix spelling and use a better exception to catch.
2009-05-22 Georg BrandlCorrection in softspace behavior description.
2009-05-22 Georg Brandls/use/call/
2009-05-22 Georg BrandlFix confusing wording.
2009-05-22 Georg BrandlFix references to file-related functions and methods...
2009-05-22 Tarek Ziadéfixed encoding
2009-05-22 Georg Brandl#6084: fix example.
2009-05-22 Georg BrandlUse raise X(y).
2009-05-22 Philip Jenveydon't use subprocess.call with PIPEs as the child can...
2009-05-22 Raymond HettingerFix-up moving average example.
2009-05-21 Michael FoordRename TestCase._result to _resultForDoCleanups to...
2009-05-20 Mark DickinsonIssue #5829: don't raise OverflowError for complex...
2009-05-20 Georg Brandl#6051: refer to email examples for better way to constr...
2009-05-20 Georg Brandl#6055: refer to "sqlite3" consistently.
2009-05-20 Georg BrandlUpdate bug tracker URL.
2009-05-20 Jeffrey YasskinFix issue #1689458 by teaching frame_setlineno how...
2009-05-20 Mark Dickinsontypos in ctypes Module
2009-05-20 Collin WinterIssue 6066: POP_MARK was not in pickle protocol 0.
2009-05-19 Ronald OussorenRemove some old MacPython files that are no longer...
2009-05-19 Ronald OussorenRemove some traces of 'MacPython'
2009-05-19 Ronald OussorenThis patch ensures that the pydoc_data package gets...
2009-05-19 Raymond HettingerNote that ordered dictionaries work with reversed().
2009-05-19 Tarek Ziadéfixed the 'package' option of build_ext
2009-05-18 Collin WinterIssue 6032: fix refleaks in test_urllib2_localnet.
2009-05-18 Jeffrey YasskinWhile I was modifying test_trace, it threw an exception...
2009-05-18 Raymond HettingerIssue 6037: MutableSequence.__iadd__ should return...
2009-05-18 Tarek ZiadéFixed #6053 - win32 fixes for distutils tests
2009-05-18 Tarek Ziadéworking with relative paths to avoid tar warnings on...
2009-05-18 Tarek ZiadéFixed the library extension when distutils build_ext...
2009-05-17 Benjamin Petersonchop off slash
2009-05-17 Tarek Ziadéfixed the test name
2009-05-17 Benjamin Petersonignore .rst files in sphinx its self
2009-05-17 Tarek Ziadépep8-fied distutils.archive_util + added minimum test...
2009-05-17 Tarek Ziadépep8-fied distutils.dir_util
2009-05-17 Tarek Ziadéremoved sys.platform == 'mac' usage in distutils.dir_util
2009-05-17 Tarek Ziadéremoved sys.platform == 'mac' support in distutils...
2009-05-17 Mark DickinsonIssue #6044: remove confusing wording from complex...
2009-05-17 Tarek Ziadénot running this test with MSVC6
2009-05-17 Georg Brandl#5935: mention that BROWSER is looked for in PATH.
2009-05-17 Georg Brandl#5942: Copy over flag table from dbm.rst which is clearer.
2009-05-17 Georg Brandl#6017: better document behavior of dictiterators when...
2009-05-17 Georg Brandlpart of #4144: fix exception message in console session.
2009-05-17 Hirokazu YamamotoAdded NEWS for r72698.
2009-05-17 Hirokazu YamamotoIssue #3527: Removed Py_WIN_WIDE_FILENAMES which is...
2009-05-16 Benjamin Petersontypo
2009-05-16 Benjamin Petersonupdate
2009-05-16 Benjamin Petersoncompletely ignore old-style stuff for type checking...
2009-05-16 Benjamin Petersondeal with old-style classes in issubclass and isinstance
2009-05-16 Benjamin Petersonproperly lookup __instancecheck__ and __subclasscheck__
2009-05-16 Benjamin Petersonuse skipTest()
2009-05-16 Tarek Ziadépep8-fied distutils.dist module
2009-05-16 Tarek Ziadé#6041: sdist and register now use the check command...
2009-05-16 Georg BrandlFix about and bugs pages to match real workflow.
2009-05-16 Georg Brandl#2856: document 2.x os.listdir() behavior for undecodab...
2009-05-16 Georg Brandl#6009: undocument default argument of Option as deprecated.
2009-05-16 Georg Brandl#6025: fix signature of parse().
2009-05-16 Georg Brandl#6034: clarify __reversed__ doc.
2009-05-15 Antoine PitrouFix bootstrapping by removing uses of the copy module...
2009-05-15 Antoine PitrouIssue #2116: Weak references and weak dictionaries...
2009-05-15 Antoine PitrouIssue #1655: Make imaplib IPv6-capable. Patch by Derek...
2009-05-15 Georg BrandlFix example output for doctest-like demos.
2009-05-14 Collin WinterIssue 6024: make regrtest.py promote refleaks to test...
2009-05-14 Benjamin Petersona useful decorator for cleaning up threads
2009-05-14 Benjamin Petersonprevent refleaks from threads
2009-05-14 Antoine PitrouIssue #5918: Fix a crash in the parser module.
2009-05-14 Antoine PitrouIssue #1664: Make nntplib IPv6-capable. Patch by Derek...
2009-05-14 Tarek Ziadé#6022 fixed test_get_outputs so it doesn't leaves a...
2009-05-14 R. David MurrayFix test failure on Windows, and add skip check if...
2009-05-14 Tarek Ziadépep8-fied distutils.command.sdist + more tests
2009-05-14 Tarek Ziadémore test coverage for distutils sdist command
2009-05-14 Benjamin Petersonimportlib.import_module is better these days
2009-05-13 Tarek Ziadéadding void to the c function
2009-05-13 Tarek Ziadéadded an inifoo in the C file, to avoid a warning by...
2009-05-13 R. David MurrayIssue #4050: inspect.findsource/getsource now raise...
2009-05-13 R. David MurrayMove news item to correct section, remove spurious...
2009-05-13 R. David MurrayIssue 5994: add docstrings to marshal.
2009-05-12 Benjamin Petersonthe compiler attribute is used in setup.py; can't rename
2009-05-12 Tarek Ziadéfixed #5977: distutils build_ext.get_outputs was not...
2009-05-12 Michael FoordBetter fix for modules using unittest.main(). Fixes...
2009-05-12 Michael FoordFix to restore command line behaviour for test modules...
2009-05-12 Tarek Ziadéremoving the assert statement so the code works when...
2009-05-12 R. David MurrayMake it clear up front that shelve only records changes
2009-05-11 Michael FoordAdd missing # to NEWS
2009-05-11 Michael FoordAdds a verbosity keyword argument to unittest.main...
next