]> granicus.if.org Git - python/shortlog
python
2009-01-15 Kristján Valur... Fix recently introduced test cases.
2009-01-14 Kristján Valur... Re-enable all tests for windows platforms.
2009-01-14 Raymond HettingerFix-up indentation of sample code blocks for namedtuple...
2009-01-14 Raymond HettingerAdd tests for __init__() and update() with no args.
2009-01-14 Raymond HettingerMinor doc tweaks.
2009-01-13 Benjamin Petersonfix test_xmlrpc failures #4939
2009-01-13 Amaury Forgeot... #1162154: inspect.getmembers() now skips attributes...
2009-01-13 Amaury Forgeot... #4807: Remove a wrong usage of wsprintf in the winreg...
2009-01-13 Antoine PitrouIssue #4935: The overflow checking code in the expandta...
2009-01-13 Benjamin Petersonde-spacify
2009-01-13 Georg BrandlUse assertRaises.
2009-01-13 Benjamin Petersonadd bytearrayobject.h to PYTHON_HEADERS
2009-01-13 Benjamin Petersonmake bytearrayobject.o depend on the stringlib #4936
2009-01-13 Thomas HellerFix refcount leak in error cases. Bug found by coverity.
2009-01-13 Andrew M. KuchlingNote that first coord. is left alone
2009-01-13 Armin Ronacherast.literal_eval can properly evaluate complex numbers...
2009-01-13 Raymond HettingerIssue 4922: Incorrect comments for MutableSet.add(...
2009-01-13 Raymond HettingerAdd table of idioms/patterns for using Counter objects.
2009-01-13 Georg BrandlFix call signature and markup.
2009-01-13 Raymond HettingerSpeed-up __repr__. Eliminate duplicate tests. Use...
2009-01-13 Raymond HettingerFixup and simplify docstrings and doctests.
2009-01-13 Raymond HettingerMinor documentation tweaks and simpler update() example.
2009-01-13 Benjamin Petersonsmall logic correction
2009-01-13 Raymond HettingerSimplify Counter() API. Replace items keyword argument
2009-01-12 Amaury Forgeot... #3720: Interpreter crashes when an evil iterator remove...
2009-01-12 Raymond HettingerIssue 1696199: Add collections.Counter().
2009-01-12 Vinay SajipMinor changes/corrections in markup.
2009-01-12 Kristján Valur... Add tests for invalid format specifiers in strftime...
2009-01-12 Raymond HettingerOptimize heapq.nsmallest/nlargest for cases where n...
2009-01-12 Kristján Valur... Misc/NEWS for issue 4293
2009-01-12 Kristján Valur... Update Misc/NEWS for issue 3582
2009-01-12 Martin v. LöwisIssue #4893: Use NT threading on CE.
2009-01-12 Martin v. LöwisIssue #4915: Port sysmodule to Windows CE.
2009-01-11 Benjamin Petersonadd email addresses
2009-01-11 Gregory P.... Update the documentation for binascii and zlib crc32...
2009-01-11 Gregory P.... correct email address
2009-01-11 Kristján Valur... Issue 4879: Allow buffering for HTTPResponse
2009-01-11 Martin v. LöwisIssue #4895: Use _strdup on Windows CE.
2009-01-11 Martin v. LöwisIssue #4279: Fix build of parsermodule under Cygwin.
2009-01-11 Hirokazu YamamotoFixed version number in build_ssl.bat.
2009-01-10 Benjamin Petersonmacos 9 isn't supported
2009-01-10 Benjamin Petersonmove seealso to a more appropiate place
2009-01-10 Benjamin Petersonmake tests fail if they can't be imported
2009-01-10 Vinay SajipCorrected minor typo and added .currentmodule directive...
2009-01-10 Mark DickinsonRemove an unnecessary check from test_decimal.
2009-01-10 Benjamin Petersonfix encoding
2009-01-10 Antoine PitrouAdd ACKS entries for some of the patches I've been...
2009-01-10 Benjamin Petersontp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
2009-01-10 Benjamin Petersonrewrite verbose conditionals
2009-01-10 Matthias Klose- Issue #4861: ctypes.util.find_library(): Robustify...
2009-01-10 Antoine PitrouAdd NEWS entry for r68484.
2009-01-10 Antoine PitrouIssue #3860: GzipFile and BZ2File now support the conte...
2009-01-10 Vinay SajipCorrected an incorrect self-reference.
2009-01-10 Vinay SajipMinor documentation changes cross-referencing NullHandl...
2009-01-10 Kristján Valur... Issue 4906: Preserve windows error state across PyThre...
2009-01-10 Hirokazu YamamotoAdded helper script to build Tcl/Tk.
2009-01-10 Hirokazu YamamotoLink to debug version of Tcl/Tk when python is built...
2009-01-10 Hirokazu YamamotoBump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5...
2009-01-09 Antoine PitrouIssue #4074: Change the criteria for doing a full garba...
2009-01-09 Kristján Valur... Issue 4293: Make Py_AddPendingCall() thread safe
2009-01-09 Kristján Valur... Issue 4293: Make Py_AddPendingCall() thread safe
2009-01-09 Kristján Valur... Issue 4336: Let users of HTTPConnection.endheaders...
2009-01-09 Kristján Valur... Issue 4336: HTTPRequest._send_output() now deals with...
2009-01-09 Kristján Valur... Issue 3677: Fix import from UNC paths on Windows.
2009-01-09 Kristján Valur... Issue 3582. Improved thread support and TLS for Windows
2009-01-09 Jeffrey YasskinFix issue 4884, preventing a crash in the socket code...
2009-01-09 Hirokazu YamamotoBump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)
2009-01-09 Hirokazu YamamotoBump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2...
2009-01-09 Benjamin Petersonremove temporary code now
2009-01-09 Benjamin Petersonbe more specific in -3 option help
2009-01-09 Benjamin Petersonadd -3 to manpage
2009-01-09 Benjamin Petersonfix spelling
2009-01-09 Benjamin Petersonfix markup
2009-01-09 Benjamin Petersonspecify what -3 warnings are about
2009-01-09 Benjamin PetersonMerged revisions 68306-68308,68340,68368,68422 via...
2009-01-08 Tarek Ziadéfixed #4394 make the storage of the password optional...
2009-01-08 Raymond HettingerForward port r68394 for issue 4816.
2009-01-08 Benjamin Petersonuse new sphinx modules
2009-01-08 Benjamin Petersonstring exceptions are gone
2009-01-07 Martin v. LöwisIssue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
2009-01-07 Mark DickinsonIssue #4869: clarify documentation for random.expovariate.
2009-01-07 Hirokazu YamamotoIssue #4864: test_msvc9compiler failed on VC6/7.
2009-01-06 Antoine PitrouUse shutil.rmtree rather than os.rmdir.
2009-01-06 Antoine PitrouIssue #1180193: When importing a module from a .pyc...
2009-01-05 Marc-André... Fix #4846 (Py_UNICODE_ISSPACE causes linker error)...
2009-01-05 Neal NorwitzMake sure to checkout any new packages
2009-01-04 Georg BrandlUpdate make.bat.
2009-01-04 Benjamin Petersonuse Jinja 2.1.1
2009-01-04 Antoine PitrouIssue #4272: Add an optional argument to the GzipFile...
2009-01-04 Mark DickinsonMisc/NEWS entry for r68317
2009-01-04 Mark DickinsonMore Python 2.3 compatibility fixes for decimal.py.
2009-01-04 Mark DickinsonFix Decimal.from_float to use valid Python 2.3 syntax...
2009-01-04 Mark DickinsonIt's wrong to use AC_REPLACE_FUNCS for hypot, since...
2009-01-04 Mark DickinsonUse C99 'isfinite' macro in preference to BSD-derived...
2009-01-04 Mark DickinsonFix HAVE_DECL_ISINF/ISNAN test (again).
2009-01-04 Mark DickinsonOops. Need to check not only that HAVE_DECL_ISINF...
2009-01-04 Mark Dickinsonisinf and isnan are macros, not functions; fix configur...
2009-01-04 Mark DickinsonAdd autoconf test to detect x87-style double rounding...
2009-01-04 Tarek Ziadéusing clearer syntax
2009-01-04 Skip MontanaroIf user configures --without-gcc give preference to...
next