]> granicus.if.org Git - python/shortlog
python
2007-09-13 Martin v. LöwisFix path.
2007-09-13 Martin v. LöwisAdd more automated actions.
2007-09-12 Georg Brandl#1120: put explicit version in the shebang lines of...
2007-09-12 Georg BrandlBug #1153: repr.repr() now doesn't require set and...
2007-09-12 Bill Janssenroot certificate for https://svn.python.org/, used...
2007-09-12 Georg Brandlbug #1154: release memory allocated by "es" PyArg_Parse...
2007-09-12 Georg BrandlFix #1139: PyFile_Encoding really is PyFile_SetEncoding.
2007-09-12 Georg BrandlFix #1122: wrong return type documented for various...
2007-09-12 Georg BrandlBug #1152: use non-deprecated name in example.
2007-09-12 Georg BrandlNew documentation page for the bdb module.
2007-09-11 Brett CannonGenerators had their throw() method allowing string...
2007-09-11 Thomas HellerDisable some tests that fail on the 'ppc Debian unstabl...
2007-09-11 Nick CoghlanAlways use the -E flag when spawning subprocesses in...
2007-09-11 Bill JanssenFix some documentation bugs.
2007-09-11 Bill JanssenMake sure test_ssl doesn't reference the ssl module...
2007-09-10 Bill JanssenA better way of finding an open port to test with.
2007-09-10 Guido van RossumPatch # 1026 by Benjamin Aranguren (with Alex Martelli):
2007-09-10 Guido van RossumPatch # 1140 (my code, approved by Effbot).
2007-09-10 Bill JanssenMore work on SSL support.
2007-09-10 Brett CannonFix a possible segfault from recursing too deep to...
2007-09-10 Gregory P.... Don't allow BerkeleyDB 4.6.x as the current 4.6.19...
2007-09-10 Martin v. LöwisRequire that bash.exe is on the path, along with the...
2007-09-10 Martin v. LöwisUpdate before making htmlhelp.
2007-09-10 Martin v. LöwisAllow making update with no prior checkout.
2007-09-10 Martin v. LöwisBeginnings of a "build MSI" step.
2007-09-10 Martin v. LöwisTake chm file from build/htmlhelp/pydoc.chm.
2007-09-10 Martin v. Löwistr a-z A-Z does not work on Solaris (would require
2007-09-09 Gregory P.... Change socket.error to inherit from IOError rather...
2007-09-09 Gregory P.... email address update
2007-09-09 Ronald OussorenNewer autoconf versions (from 2.60) want a 'datarootdir...
2007-09-08 Skip Montanarobe explicit about the actual location of the missing...
2007-09-07 Georg Brandl#1095: ln -f doesn't work portably, fix in Makefile.
2007-09-07 Georg BrandlFix a wrong indentation for sublists.
2007-09-07 Thomas HellerBackport from py3k branch:
2007-09-07 Thomas HellerRemove unneeded #include.
2007-09-07 Thomas HellerAdd a 'c_longdouble' type to the ctypes module.
2007-09-07 Brett CannonFix a crasher where Python code managed to infinitely...
2007-09-07 Brett CannonMake uuid1 and uuid4 tests conditional on whether ctype...
2007-09-06 Gregory P.... Apply the fix from Issue1112 to make this test more...
2007-09-06 Skip MontanaroIf this is correct for py3k branch and it's already...
2007-09-06 Thomas HellerFix typo: c_float represents to C float type.
2007-09-06 Georg BrandlBackport from 3k: #1116: fix reference to old filename.
2007-09-06 Armin RigoPyDict_GetItem() returns a borrowed reference.
2007-09-06 Armin RigoPatch #1733973 by peaker:
2007-09-05 Georg BrandlBackport from Py3k: Bug #1684991: explain lookup semant...
2007-09-05 Martin v. LöwisPatch #786737: Allow building in a tree of symlinks...
2007-09-05 Armin RigoPyDict_GetItem() returns a borrowed reference.
2007-09-05 Martin v. LöwisPatch #1105: Explain that one needs to build the solution
2007-09-05 Bill JanssenSSL certificate distinguished names should be represent...
2007-09-04 Matthias Klose- Fix libffi configure for hppa*-*-linux* | parisc...
2007-09-04 Matthias Klose- Makefile.pre.in(buildbottest): Remove whitespace...
2007-09-04 Matthias Klose- Makefile.pre.in(buildbottest): Run an optional script...
2007-09-04 Martin v. LöwisPatch #1031213: Decode source line in SyntaxErrors...
2007-09-04 Martin v. LöwisPatch #1388440: Add set_completion_display_matches_hook and
2007-09-04 Martin v. LöwisDocument that we rely on the OS to release the crypto
2007-09-04 Mark SummerfieldAdded cross-references plus a note about dict & list...
2007-09-03 Matthias Klose- Added support for linking the bsddb module against...
2007-09-03 Georg BrandlFix #883466: don't allow Unicode as arguments to quopri...
2007-09-02 Ronald OussorenMacosx: this patch ensures that the value of MACOSX_DEP...
2007-09-01 Andrew M. KuchlingAdd more items
2007-09-01 Andrew M. KuchlingWording change
2007-09-01 Andrew M. KuchlingAdd various items
2007-09-01 Andrew M. KuchlingMarkup fix
2007-09-01 Walter DörwaldFix typo.
2007-09-01 Walter DörwaldFix wrong function names.
2007-09-01 Skip MontanaroAdded a note and examples to explain that re.split...
2007-09-01 Georg BrandlDocument sets' ">" and "<" operations (backport from...
2007-09-01 Georg BrandlFix RST link (backport from Py3k).
2007-09-01 Martin v. LöwisBug #1737210: Change Manufacturer of Windows installer...
2007-08-31 Bill Janssenremove use of non-existent SSLFakeSocket in apparently...
2007-08-31 Bill Janssenremove mentions of socket.ssl in comments
2007-08-31 Bill Janssendeprecate use of FakeSocket
2007-08-31 Martin v. LöwisMark registry components as 64-bit on Win64.
2007-08-31 Georg BrandlFix subitem markup.
2007-08-31 Georg BrandlDocument new shorthand notation for index entries.
2007-08-30 Thomas WoutersOne more fix to consider missing SSL support.
2007-08-30 Thomas WoutersDon't lie in __all__ attributes when SSL is not availab...
2007-08-30 Thomas WoutersSomewhat-preliminary slice-object and extended slicing...
2007-08-30 Lars GustäbelWarn about possible risks when extracting untrusted...
2007-08-30 Martin v. LöwisBump autoconf minimum version to 2.61.
2007-08-30 Martin v. LöwisBug #1709599: Run test_1565150 only if the file system...
2007-08-30 Martin v. LöwisBug #1746880: Correctly install DLLs into system32...
2007-08-30 Martin v. LöwisFix typo.
2007-08-30 Martin v. LöwisFix popen usage.
2007-08-30 Bill Janssenadded note on new ssl module and deprecation of socket.ssl
2007-08-30 Bill JanssenAdded docstrings to methods and functions.
2007-08-30 Walter DörwaldSet startinpos before calling the error handler.
2007-08-30 Walter DörwaldRewrap line.
2007-08-30 Mark SummerfieldAdded more cross-references.
2007-08-30 Georg Brandl* Skip test_pipes on non-POSIX.
2007-08-30 Georg BrandlPatch #1680959: add test suite for pipes module.
2007-08-30 Georg BrandlStronger urge to convert filenames to str before using...
2007-08-29 Bill JanssenThis contains a number of things:
2007-08-29 Facundo BatistaIgnore test failures caused by 'resource temporarily...
2007-08-29 Neal NorwitzAdd Bill as a developer
2007-08-29 Skip MontanaroRecent items.
2007-08-29 Skip MontanaroInstall pygettext (once the scriptsinstall target is...
2007-08-28 Walter DörwaldFix test output.
2007-08-28 Skip Montanarofixes 813986
2007-08-28 Georg BrandlAdd a crasher for the thread-unsafety of file objects.
next