]> granicus.if.org Git - python/shortlog
python
2008-08-31 Andrew M. KuchlingEdit the library section, rearranging items to flow...
2008-08-31 Jesus CeaUpdate bsddb code to version 4.7.3pre2. This code should
2008-08-31 Nick CoghlanIssue 2235: document the ability to block inheritance...
2008-08-31 Andrew M. KuchlingMore edits
2008-08-30 Andrew M. KuchlingMore edits; markup fixes
2008-08-30 Georg BrandlFix markup.
2008-08-30 Georg Brandl#3707: fix inf. recursion in pydoc topic search. Rev...
2008-08-30 Andrew M. KuchlingEdit four more sections
2008-08-30 Andrew M. KuchlingCorrection from Antoine Pitrou: BufferedWriter and...
2008-08-30 Andrew M. KuchlingTidy up some sentences
2008-08-30 Andrew M. KuchlingPartial edits from revision and tidying pass
2008-08-30 Georg Brandlsuper() actually returns a super object.
2008-08-30 Georg Brandl#3569: eval() also accepts "exec"able code objects.
2008-08-30 Georg Brandl#3716: fix typo.
2008-08-30 Georg Brandl#3730: mention "server" attribute explicitly.
2008-08-29 Armin RigoA collection of crashers, all variants of the idea
2008-08-29 Antoine Pitrou#3668: When PyArg_ParseTuple correctly parses a s*...
2008-08-28 Georg Brandl#3711: .dll isn't a valid Python extension anymore.
2008-08-27 Andrew M. KuchlingAdd various items
2008-08-27 Andrew M. KuchlingAdd an item and a note
2008-08-27 Andrew M. KuchlingTrim whitespace; add a few updates
2008-08-26 Antoine PitrouIssue #2534: speed up isinstance() and issubclass(...
2008-08-26 Benjamin Petersonsort of backport 66038 by aliasing PyObject_Bytes to...
2008-08-25 Neal NorwitzTry to reduce the flakiness of this test
2008-08-25 Neal NorwitzUse bytes as return type from recv_bytes() methods...
2008-08-25 Neal NorwitzFix problem reported by pychecker where AuthenticationE...
2008-08-24 Brett CannonClarify that some attributes/methods are listed somewha...
2008-08-24 Neal Norwitz#3662: Fix segfault introduced when fixing memory leaks.
2008-08-24 Benjamin Petersonremove note about unimplemented feature
2008-08-24 Georg Brandl#3654: fix duplicate test method name. Review by Benjam...
2008-08-24 Benjamin Petersongenerate py3k warnings on __getslice__, __delslice__...
2008-08-24 Neal NorwitzUse the actual blacklist of leaky tests
2008-08-24 Neal NorwitzIgnore a couple more tests that report leaks inconsiste...
2008-08-24 Neal NorwitzFix:
2008-08-23 Benjamin Petersonfix warning
2008-08-23 Benjamin Peterson#3643 add a few more checks to _testcapi to prevent...
2008-08-23 Georg BrandlSmall updates to types member docs, backport from r65994.
2008-08-23 Mark HammondFix bug 3625: test issues on 64bit windows. r=pitrou
2008-08-22 Christian Heimesd is the correct format string
2008-08-22 Benjamin Petersonfix a few get_name() calls and turn then to .name
2008-08-22 Christian HeimesFixed two format strings in the _collections module...
2008-08-22 Christian HeimesSilenced a compiler warning in the sqlite module
2008-08-22 Christian HeimesSilenced compiler warning
2008-08-22 Christian HeimesChanged type of numarenas from uint to size_t to silenc...
2008-08-22 Robert SchuppeniesIssue #1342811: Fixed broken patch. Reviewed by benjami...
2008-08-21 Mark Dickinsonissue 3633: Solaris allows fullwidth Unicode digits...
2008-08-21 Mark DickinsonFix float.fromhex test to give additional information...
2008-08-21 Barry Warsawdone with the release
2008-08-21 Barry WarsawTagging 2.6b3
2008-08-21 Barry WarsawBump to 2.6b3. v2.6b3
2008-08-20 Hirokazu YamamotoReverted r65900. See http://mail.python.org/pipermail...
2008-08-20 Guido van RossumNews for the tp_flags change.
2008-08-20 Guido van RossumNews for the imageop fix.
2008-08-20 Benjamin Petersonfix up the multiprocessing docs a little
2008-08-20 Hirokazu YamamotoIssue #3612: Added some missing basic types in ctypes...
2008-08-20 Hirokazu Yamamotofixed get_file_system in test_os.py ('path' is unicode...
2008-08-20 Benjamin Petersonfix silly errors of mine
2008-08-20 Benjamin PetersonnewSymbolTable is not public API
2008-08-20 Benjamin Petersondeprecate some useless, noop methods in symtable
2008-08-20 Benjamin Petersonadd a NEWS note for new args syntax
2008-08-20 Amaury Forgeot... follow-up of issue3473: update the compiler package...
2008-08-19 Benjamin Petersoncheck that the parser module can handle the new keyword...
2008-08-19 Benjamin PetersonMerged revisions 65876 via svnmerge from
2008-08-19 Guido van RossumIssue 1179: [CVE-2007-4965] Integer overflow in imageop...
2008-08-19 Guido van RossumHopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERS...
2008-08-19 Benjamin Petersonallow keyword args to be passed in after *args #3473
2008-08-19 Thomas HellerCOM method code is windows specific
2008-08-19 Benjamin Petersonfix a little typo
2008-08-19 Thomas HellerFix a regression introduced by rev. 63792: ctypes funct...
2008-08-19 Benjamin Petersonsilence callable warning in hmac
2008-08-19 Jesse Nollerissue3352: clean up the multiprocessing API to remove...
2008-08-19 Benjamin Petersonget unparse to at least unparse its self
2008-08-19 Thomas HellerFix strange character in the docstring.
2008-08-19 Benjamin PetersonMerged revisions 65853-65854 via svnmerge from
2008-08-18 Georg BrandlFix grammar.
2008-08-18 Benjamin Petersonupdate the threading docs to account for recent changes
2008-08-18 Benjamin Petersonadd py3k warnings for old threading APIs
2008-08-18 Amaury Forgeot... #2234 distutils failed with mingw binutils 2.18.50...
2008-08-18 Benjamin Petersonfix old API names in test_ssl
2008-08-18 Benjamin Petersonpatch up multiprocessing until it's API can be changed too
2008-08-18 Benjamin Petersonbring back the old API
2008-08-18 Benjamin Petersonchange a few uses of the threading APIs
2008-08-18 Benjamin Petersonbackport threading property changes
2008-08-18 Benjamin Petersonchange threading.getIdent to a property
2008-08-18 Eric SmithBackport of r63826.
2008-08-18 Nick CoghlanFix typo
2008-08-18 Nick CoghlanIssue 2235: document PyObject_HashNotImplemented
2008-08-18 Nick CoghlanBelated NEWS entry for r65642
2008-08-18 Marc-André... Restore Python 2.3 compatibility and remove "with"...
2008-08-18 Benjamin Petersonadd a test for reduce's move
2008-08-18 Benjamin Petersonfollup to #3473: don't duplicate the reduce code
2008-08-18 Benjamin Petersoncorrect version
2008-08-18 Brett CannonUpdate __all__ for cookielib, csv, os, and urllib2...
2008-08-18 Brett CannonRemove an unneeded import of abc.ABCMeta from 'inspect'.
2008-08-18 Brett CannonRemove two unneeded imports in 'io'.
2008-08-17 Brett CannonRemove imports of 'warnings' that are no longer needed...
2008-08-17 Amaury Forgeot... Fix a refleak in bytearray.split and bytearray.rsplit...
2008-08-17 Benjamin Petersonset svn:executable on a script
2008-08-17 Antoine Pitrou#3580: fix a failure in test_os
2008-08-17 Benjamin Petersonget the symtable module back in working order
next