]> granicus.if.org Git - python/shortlog
python
2008-06-04 Thomas HellerRevert revisions 63943 and 63942 (Issue #1798: Add...
2008-06-04 Thomas HellerFix ctypes.set_errno for gcc.
2008-06-04 Thomas HellerIssue #1798: Add ctypes calling convention that allows...
2008-06-04 Georg BrandlComplete revision of new turtle module's docs.
2008-06-04 Martin v. LöwisPatch #1513695: New turtle module, with demos.
2008-06-03 Georg BrandlFix Tkinter sequence passing. #2906.
2008-06-03 Benjamin Petersonmake test_mutex more elegant
2008-06-02 Walter DörwaldChange all functions that expect one unicode character...
2008-06-02 Thomas HellerFix the -x flag so that is does work.
2008-06-02 Thomas HellerFix misspelled sys.platform name and misspelled filename.
2008-06-02 Martin v. LöwisPatch #2125: Add GetInteger and GetString methods for
2008-06-02 Gregory P.... Fix issue 2782: be less strict about the format string...
2008-06-01 Gregory P.... Adds a Thread.getIdent() method to provide the _get_ide...
2008-06-01 Gregory P.... Make the _H #define's match the header file names....
2008-06-01 Georg BrandlDeprecate htmllib and sgmllib for 3.0.
2008-06-01 Georg BrandlGenerate pydoc's topic help from the reST docs via...
2008-06-01 Georg BrandlSpaces vs. tabs.
2008-06-01 Benjamin Petersonadd a warning about bgen being removed
2008-06-01 Robert SchuppeniesFix test_sys.
2008-06-01 Georg BrandlFix test_descrtut.
2008-06-01 Georg BrandlSome style nits. Also clarify in the docstrings what...
2008-06-01 Georg BrandlAdd plain text make target.
2008-06-01 Robert SchuppeniesIssue #2898: Added sys.getsizeof() to retrieve size...
2008-06-01 Martin v. LöwisTypo: encoding -> codeset.
2008-06-01 Martin v. LöwisMove sys_stream and sys_isatty out of the have-langinfo...
2008-06-01 Martin v. LöwisNew environment variable PYTHONIOENCODING.
2008-05-31 Gerhard HäringFixed rowcount for SELECT statements. They're -1 now...
2008-05-31 Georg Brandl#3005: add explaining sentence to easydialogs docs.
2008-05-31 Georg Brandl#3010: clarification about stdin/use_rawinput.
2008-05-31 Mark SummerfieldAdded a note to [] that special forms & special chars...
2008-05-31 Mark HammondFix bdist_wininst --user-access-control for win2k
2008-05-31 Raymond HettingerImplement heapq in terms of less-than (to match list...
2008-05-30 Marc-André... Update the locale module alias table.
2008-05-30 Benjamin Petersonfix grammar
2008-05-30 Georg BrandlBetter quote with single quotes.
2008-05-30 Georg Brandlgetloadavg() is not available on Windows.
2008-05-30 Raymond Hettinger* Mark intermedidate computes values (hi, lo, yr) as...
2008-05-30 Eric SmithRefactor and clean up str.format() code (and helpers...
2008-05-30 Georg Brandl#2999: fix name of third parameter in unicode.replace...
2008-05-30 Raymond HettingerIssue 2903: Add __name__ in globals for namedtuple...
2008-05-30 Raymond HettingerIssue 2855: Fix obscure crasher by slowing down the...
2008-05-30 Raymond HettingerIssue 2784: fix leaks in exception exit.
2008-05-30 Mark DickinsonFix typo in testSum
2008-05-29 Brett CannonNote that UserList and UserString were moved to 'collec...
2008-05-29 Brett CannonTurn off debugging output for building bsddb.
2008-05-29 Thomas Hellerctypes NULL function pointers have a boolean False...
2008-05-29 Thomas HellerFix compiler warning.
2008-05-29 Facundo BatistaFixed the semantic of timeout for socket.create_connect...
2008-05-29 Georg BrandlRevert #2990 patch; it's not necessary as Armin showed.
2008-05-29 Raymond HettingerFix two typos.
2008-05-29 Georg Brandl#2985: allow i8 in XMLRPC responses.
2008-05-29 Georg Brandl#2988: add note about catching CookieError when parsing...
2008-05-29 Georg Brandl#2906: accept lists for options, and some cosmetic...
2008-05-29 Georg BrandlTwo fixes in bytearray docs.
2008-05-29 Brett CannonUserString.MutableString has been removed in Python...
2008-05-28 Georg Brandl#2990: prevent inconsistent state while updating method...
2008-05-28 Benjamin Petersonfix spelling
2008-05-28 Georg Brandl#2989: add PyType_Modified().
2008-05-28 Mark Hammondbdist_wininst now works correctly when both --skip...
2008-05-28 Benjamin Petersonupdate tutorial function with more appropiate one from...
2008-05-27 Jesus CeaBetter integration between Python testing and bsddb3
2008-05-27 Lars GustäbelDo not close external file objects passed to tarfile...
2008-05-27 Gregory P.... Disable the use of BerkeleyDB 4.6 on platforms that...
2008-05-27 Benjamin PetersonImprovements for test_py3kwarn
2008-05-27 Benjamin Petersonremove some __getslice__
2008-05-26 Gregory P.... Fix issue2588: Do not execute str[size-1] = '\0' when...
2008-05-26 Benjamin Petersonremove duplication in test module
2008-05-26 Gregory P.... Fix issue2589: there was a potential integer overflow...
2008-05-26 Benjamin Petersonfix minor grammar typo
2008-05-26 Benjamin Petersontake Brett's advice on a few warnings
2008-05-26 Gregory P.... Fixes issue2791: subprocess.Popen.communicate leaked...
2008-05-26 Benjamin Petersonwarn about some members of the commands module
2008-05-26 Benjamin Petersonwrap line
2008-05-26 Gregory P.... Allow BerlekeyDB up through 4.7. I doubt any of our...
2008-05-26 Gregory P.... Define macros so that this still compiles on Python...
2008-05-26 Benjamin Petersonturn PyErr_WarnPy3k into a macro
2008-05-26 Benjamin Petersonadd __all__ to test_support
2008-05-26 Benjamin Petersonadd PyByteArray docs
2008-05-26 Georg BrandlAdd renaming notices to 3.0 http package members.
2008-05-26 Benjamin Petersonfix typo (thank Georg)
2008-05-26 Benjamin Petersonfix a minor typo
2008-05-26 Benjamin Petersonnote that PyString and has been aliased to PyBytes
2008-05-26 Christian HeimesUsed vs9to8.py to port all VS9.0 changes to 8.0
2008-05-26 Christian HeimesUpdated NEWS
2008-05-26 Benjamin Petersonput a big note on configure.in asking people to run...
2008-05-26 Christian HeimesRenamed bytesobject.c to bytearrayobject.c
2008-05-26 Christian HeimesRenamed PyString to PyBytes
2008-05-26 Benjamin Petersonsome updates to string formatting section in whatsnew
2008-05-26 Christian HeimesFirst step of the C API rename:
2008-05-26 Thomas HellerOn Windows, we must build a debug version iff running...
2008-05-26 Georg BrandlAdd renaming notices to xmlrpc modules.
2008-05-26 Georg BrandlAdd renaming notices to 2.6 dbm module docs.
2008-05-26 Benjamin Petersonupdate the tutorial to use str.format
2008-05-25 Benjamin Petersonrename the section about new formatting 'new-string...
2008-05-25 Martin v. LöwisMerged revisions 63634-63643 via svnmerge from
2008-05-25 Martin v. LöwisCreate grammar pickle files on installation; remove...
2008-05-25 Martin v. LöwisMerged revisions 62647-63633 via svnmerge from
2008-05-25 Georg BrandlAdd renaming notices to thread and dummy_thread.
2008-05-25 Martin v. LöwisInclude all licenses of the packages that we include.
2008-05-25 Gregory P.... note about r63617
next