]> granicus.if.org Git - python/shortlog
python
2006-04-03 Walter DörwaldTurn firstweekday into a property.
2006-04-03 Anthony Baxterpreparation for 2.5a1
2006-04-03 Anthony Baxteradded sqlite3 section
2006-04-03 Andrew M. KuchlingAdd sections for new modules; will write tutorial later
2006-04-03 Georg BrandlBug #1451503: allow unicode filenames in os.startfile().
2006-04-03 Martin v. LöwisAdd check_soundcard.vbs. Will backport
2006-04-03 Martin v. LöwisAllow long integers in PySlice_GetIndices.
2006-04-03 Martin v. LöwisAdd test case for #43581.
2006-04-03 Martin v. LöwisBug #1421664: Set sys.stderr.encoding
2006-04-03 Anthony BaxterDeal with openbsd's different style of default /etc...
2006-04-03 Anthony BaxterThe email module's parsedate_tz function now sets the...
2006-04-03 Neal NorwitzI could have sworn this was part of the change to not...
2006-04-03 Neal NorwitzGet ctypes loader working on OSF1 (Tru64)
2006-04-03 Neal NorwitzDon't abbreviate ABS, use long name ABSOLUTE.
2006-04-03 Martin v. LöwisPatch #1462700: Make _ctypes_test depend on _ctypes.
2006-04-03 Neal NorwitzFix test_pty on OSF/1 (Tru64). The problem is that...
2006-04-03 Neal NorwitzSkip the test for sys.stdin.seek(-1) on OSF/1 (Tru64...
2006-04-03 Neal NorwitzRemove some duplicated code for handling Mac modules...
2006-04-03 Neal Norwitz* Fix a refleak of *_attributes.
2006-04-03 Neal NorwitzAccept keyword arguments for __import__ and doc the...
2006-04-03 Neal NorwitzWhitespace: break long line
2006-04-03 Neal NorwitzUse Py_ssize_t in slices
2006-04-03 Neal NorwitzUse absolute imports
2006-04-03 Tim PetersWhitespace normalization.
2006-04-03 Anthony Baxtercleaned up setup.py code for sqlite3, based on patch...
2006-04-02 Walter DörwaldAlways use firstweekday module 7.
2006-04-02 Georg BrandlDocument recent fdopen() change.
2006-04-02 Georg BrandlReadd urllib.quote import as it doesn't cause any harm.
2006-04-02 Georg BrandlRemove "disgusting hack" in favour of closure (patch...
2006-04-02 Georg BrandlPatch #1463012: remove not working undocumented classes...
2006-04-02 Georg BrandlPatch #1462790: fix urllib2 ProxyHandler for host:port...
2006-04-02 Georg Brandlbug #1462706: guard against host not having FQDN hostname
2006-04-02 Fredrik Lundhend the sentence...
2006-04-02 Fred Drakefix markup error
2006-04-02 Andrew M. KuchlingGrammar fix
2006-04-02 Andrew M. KuchlingWrite various sections; I haven't been able to check...
2006-04-01 Fred DrakePatch #624325: urlparse.urlparse() and urlparse.urlspli...
2006-04-01 Walter DörwaldMake firstweekday a simple attribute instead
2006-04-01 Georg BrandlFix LaTeX oversight.
2006-04-01 Jeremy HyltonExpand comments on line numbers and blocks.
2006-04-01 Andrew M. KuchlingSome typo & grammar fixes
2006-04-01 Andrew M. KuchlingUpdate status of this PEP
2006-04-01 Neal NorwitzMake ssize_t clean
2006-04-01 Georg BrandlUpdate SQLite version requirement.
2006-04-01 Georg Brandlpatch #1416559: don't define _XOPEN_SOURCE on Mac OS...
2006-04-01 Georg Brandlclarify new docs on attr value entity expansion
2006-04-01 Anthony Baxterbackport r243 from the pysqlite2 svn repository - lower...
2006-04-01 Georg Brandlpatch #1462498: handle entityrefs in attribute values.
2006-04-01 Walter DörwaldBug #947906: Add classes LocaleTextCalendar and LocaleH...
2006-04-01 Georg BrandlBug #1458017: make distutils.Log._log more forgiving...
2006-04-01 Georg BrandlPatch #1462496: typo in libsignal.tex
2006-04-01 Georg BrandlPatch #1459631: documnent zlib.Decompress.flush() lengt...
2006-04-01 Georg BrandlBug #1460564: document that socket.fromfd() duplicates...
2006-04-01 Georg Brandlbug #1462278: small fix in documentation of __op__...
2006-04-01 Fred Drakeadd support for the sips: scheme (identical to sip...
2006-04-01 Tim PetersFix stupid typo.
2006-04-01 Tim Peterstest_timeout(): Disable this new test on all platforms.
2006-04-01 Anthony BaxterAdd a clause to the PY_FORMAT_SIZE_T to stop warnings...
2006-04-01 Anthony Baxtermerged the sqlite-integration branch.
2006-04-01 Tim PetersAnother crack at bug #1460340: make random.sample...
2006-03-31 Thomas WoutersIn the fdopen(fd, 'a') case on UNIX, don't try to set...
2006-03-31 Georg BrandlMake test_socket_ssl finally pass on WIn
2006-03-31 Georg BrandlBug #1177964: make file iterator raise MemoryError...
2006-03-31 Georg BrandlAdd guards against fcntl() not being available on Windows.
2006-03-31 Georg BrandlUpdate version number to 2.5
2006-03-31 Georg Brandlbug #1461855: make os.fdopen() add the O_APPEND flag...
2006-03-31 Georg Brandlbug #1257988: don't bail out on gethostbyname(gethostna...
2006-03-31 Georg Brandlbug #1444104: add note about fdopen() to os.open().
2006-03-31 Georg BrandlDisable test_socket_ssl timeout test on Windows.
2006-03-31 Georg BrandlPatch #1460496: round() now accepts keyword arguments.
2006-03-31 Georg BrandlBug #1445068: getpass.getpass() can now be given an...
2006-03-31 Georg BrandlPatch #1462313, bug #1443328: the pickle modules now...
2006-03-31 Georg BrandlPatch #1380952: fix SSL objects timing out on consecuti...
2006-03-31 Georg BrandlBug #1250170, Patch #1462230: handle socket.gethostname()
2006-03-31 Jeremy HyltonExpand comments.
2006-03-31 Martin v. LöwisAdd 2.5 libraries.
2006-03-31 Georg Brandltypos
2006-03-31 Georg Brandltraceback now shows error position for all SyntaxError...
2006-03-31 Georg BrandlComplete markup.
2006-03-31 Thomas WoutersFix the reference leak in test_generators, by explicitl...
2006-03-31 Walter DörwaldBug #947906: An object oriented interface has been...
2006-03-31 Martin v. LöwisTagging for release r25a0
2006-03-31 Martin v. LöwisRemove tag, to recreate it right away. v2.5a0
2006-03-31 Georg BrandlAdd index entries for new-style/old-style class.
2006-03-31 Georg Brandlobject() is a function, not a base class.
2006-03-31 Georg BrandlBug #1461610: xmlrpclib has no function "binary".
2006-03-31 Walter DörwaldFix typos.
2006-03-31 Walter DörwaldDon't add multiple empty lines at the end of the codec...
2006-03-31 Walter DörwaldClarify what the final argument does in
2006-03-31 Neal NorwitzAdd a NEWS entry for the Alpha fixes
2006-03-31 Neal NorwitzGet gcc to do strict IEEE math. This flag was already...
2006-03-31 Fred Drakeimprove reporting of illegal section nesting (provide...
2006-03-31 Fred Drakefix sectioning: cannot skip section levels
2006-03-31 Tim Peterstest_main(): Restore the decimal context that was in
2006-03-31 Tim PetersRepaired a number of errors in this test:
2006-03-30 Barry WarsawSF patch #1458476 with modifications based on discussio...
2006-03-30 Guido van RossumInsert a safety space after numbers as well as names...
2006-03-30 Ronald OussorenAdd '-Wno-deprecated-warnings' to the compile flags...
2006-03-30 Thomas HellerTry to fix test_loading on openbsd.
2006-03-30 Thomas HellerOops - this should not have gone in.
next