]> granicus.if.org Git - python/shortlog
python
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.
2006-03-30 Thomas HellerOutput more info when the test fails.
2006-03-30 Armin RigoMinor bugs in the __index__ code (PEP 357), with tests.
2006-03-30 Anthony Baxterwhitespace normalisation
2006-03-30 Georg BrandlThat one was a mistake.
2006-03-30 Georg BrandlRemove unnecessary casts from type object initializers.
2006-03-30 Georg BrandlRemove unnecessary casts in type object initializers.
2006-03-30 Thomas HellerTry to build _ctypes on x86 openbsd.
2006-03-30 Armin RigoChecking in the test for PEP 357.
2006-03-30 Anthony BaxterFixed bug #1459029 - unicode reprs were double-escaped.
2006-03-30 Anthony BaxterFixed bug #1459029 - unicode reprs were double-escaped.
2006-03-30 Phillip J. EbyMark the upload command as new in 2.5, per Neal Norwitz...
2006-03-30 Fred Drakefill in refcount information for APIs first documented...
2006-03-30 Fred Drakemerge revision 43437 from the release24-maint branch:
2006-03-30 Phillip J. EbyOops, forgot to checkin the NEWS for --identity
2006-03-30 Phillip J. EbyImplementation for patch request #1457316: support...
next