Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for #1087741 patch. | Georg Brandl | 2008-01-22 | 2 | -1/+8 | |
| | ||||||
* | Document when to use izip_longest(). | Raymond Hettinger | 2008-01-22 | 1 | -16/+7 | |
| | ||||||
* | Don't repeat yourself | Christian Heimes | 2008-01-22 | 2 | -3/+20 | |
| | | | | Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET) | |||||
* | Fixed a missing (X) in define | Christian Heimes | 2008-01-22 | 1 | -1/+1 | |
| | ||||||
* | Fix \xhh specs, #1889. | Georg Brandl | 2008-01-22 | 1 | -1/+1 | |
| | ||||||
* | - Fix Issue #1703448: A joined thread could show up in the | Gregory P. Smith | 2008-01-22 | 3 | -5/+30 | |
| | | | | | threading.enumerate() list after the join() for a brief period until it actually exited. | |||||
* | Replace spam.acquire() try: ... finally: spam.release() with "with spam:" | Gregory P. Smith | 2008-01-22 | 1 | -24/+8 | |
| | ||||||
* | accepts and closes issue #1221598: adds an optional callback to ftplib.FTP | Gregory P. Smith | 2008-01-22 | 2 | -17/+55 | |
| | | | | storbinary() and storlines() methods. | |||||
* | Make's MAKEFLAGS variable is set to a string containing the single-letter | Brett Cannon | 2008-01-21 | 1 | -1/+1 | |
| | | | | | arguments to Make. This means there are no hyphens. Fix the '-s' check to silence distutils to now work. | |||||
* | Reformat some ugly code. | Georg Brandl | 2008-01-21 | 2 | -52/+66 | |
| | ||||||
* | Patch #1720595: add T_BOOL to the range of structmember types. | Georg Brandl | 2008-01-21 | 5 | -3/+32 | |
| | | | | Patch by Angelo Mottola, reviewed by MvL, tests by me. | |||||
* | Add the correct build dir when building with pydebug. | Georg Brandl | 2008-01-21 | 1 | -0/+2 | |
| | ||||||
* | Add a "const" to make gcc happy. | Georg Brandl | 2008-01-21 | 1 | -1/+1 | |
| | ||||||
* | #1715: include sub-extension modules in pydoc text output. | Georg Brandl | 2008-01-21 | 3 | -1/+21 | |
| | ||||||
* | Adapt to latest doctools refactoring. | Georg Brandl | 2008-01-21 | 2 | -6/+77 | |
| | ||||||
* | Follow PEP 8 in module docstring. | Walter Dörwald | 2008-01-21 | 1 | -5/+5 | |
| | ||||||
* | Use original location of document, which has translations. | Georg Brandl | 2008-01-21 | 1 | -1/+1 | |
| | ||||||
* | Add NEWS entry for #1882. | Georg Brandl | 2008-01-21 | 1 | -0/+3 | |
| | ||||||
* | Issue #1882: when compiling code from a string, encoding cookies in the | Georg Brandl | 2008-01-21 | 2 | -3/+22 | |
| | | | | second line of code were not always recognized correctly. | |||||
* | Updated to include news on recent logging fixes and documentation changes. | Vinay Sajip | 2008-01-21 | 1 | -14/+31 | |
| | ||||||
* | #1530959: change distutils build dir for --with-pydebug python builds. | Georg Brandl | 2008-01-21 | 2 | -0/+10 | |
| | ||||||
* | Minor documentation change - hyperlink tidied up. | Vinay Sajip | 2008-01-21 | 1 | -5/+8 | |
| | ||||||
* | Clarify $ behavior in re docstring. #1631394. | Georg Brandl | 2008-01-21 | 1 | -3/+6 | |
| | ||||||
* | #1726198: replace while 1: fp.readline() with file iteration. | Georg Brandl | 2008-01-21 | 4 | -14/+4 | |
| | ||||||
* | Fix old link. | Georg Brandl | 2008-01-21 | 1 | -3/+2 | |
| | ||||||
* | Adapt pydoc to new doc URLs. | Georg Brandl | 2008-01-21 | 3 | -9/+8 | |
| | ||||||
* | Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ↵ | Vinay Sajip | 2008-01-21 | 1 | -2/+5 | |
| | | | | Patch thanks to Kathryn M. Kowalski. | |||||
* | #997912: acknowledge nested scopes in tutorial. | Georg Brandl | 2008-01-21 | 1 | -4/+5 | |
| | ||||||
* | Removing bundlebuilder docs again -- it's not to be used anymore (see #779825). | Georg Brandl | 2008-01-21 | 2 | -29/+0 | |
| | ||||||
* | Add a stub for bundlebuilder documentation. | Georg Brandl | 2008-01-21 | 2 | -0/+29 | |
| | ||||||
* | #1555501: document plistlib and move it to the general library. | Georg Brandl | 2008-01-21 | 4 | -1/+128 | |
| | ||||||
* | Fix example. | Georg Brandl | 2008-01-21 | 1 | -0/+2 | |
| | ||||||
* | mmap is an extension module. | Georg Brandl | 2008-01-21 | 1 | -2/+3 | |
| | ||||||
* | #1087741: make mmap.mmap the type of mmap objects, not a | Georg Brandl | 2008-01-21 | 3 | -27/+39 | |
| | | | | factory function. Allow it to be subclassed. | |||||
* | A bunch of header files were not listed as dependencies for object files. ↵ | Christian Heimes | 2008-01-21 | 1 | -7/+29 | |
| | | | | Changes to files like Parser/parser.h weren't picked up by make. | |||||
* | #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. | Georg Brandl | 2008-01-21 | 3 | -1/+31 | |
| | ||||||
* | Provide a sanity check during PyThreadState_DeleteCurrent() and | Gregory P. Smith | 2008-01-21 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | PyThreadState_Delete() to avoid an infinite loop when the tstate list is messed up and has somehow becomes circular and does not contain the current thread. I don't know how this happens but it does, *very* rarely. On more than one hardware platform. I have not been able to reproduce it manually. Attaching to a process where its happening: it has always been in an infinite loop over a single element tstate list that is not the tstate we're looking to delete. It has been in t_bootstrap()'s call to PyThreadState_DeleteCurrent() as a pthread is exiting. | |||||
* | Fix markup. | Georg Brandl | 2008-01-20 | 1 | -4/+4 | |
| | ||||||
* | #1219903: fix tp_richcompare docs. | Georg Brandl | 2008-01-20 | 1 | -7/+13 | |
| | ||||||
* | Add blurb about executable scripts on Windows. #760657. | Georg Brandl | 2008-01-20 | 1 | -0/+6 | |
| | ||||||
* | Switch mmap from old Py_FindMethod to new PyObject_GenericGetAttr attribute ↵ | Georg Brandl | 2008-01-20 | 1 | -10/+36 | |
| | | | | | | access. Fixes #1087735. | |||||
* | #1876: fix typos in test_operator. | Georg Brandl | 2008-01-20 | 1 | -4/+4 | |
| | ||||||
* | Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ↵ | Christian Heimes | 2008-01-20 | 5 | -10/+31 | |
| | | | | function is not called isfinite() but finite(). Sorry, my fault. :) | |||||
* | Fix test_pyclbr after urllib change. | Georg Brandl | 2008-01-20 | 1 | -0/+1 | |
| | ||||||
* | #1669: don't allow shutil.rmtree() to be called on a symlink. | Georg Brandl | 2008-01-20 | 4 | -12/+43 | |
| | ||||||
* | #1648: add sys.gettrace() and sys.getprofile(). | Georg Brandl | 2008-01-20 | 5 | -0/+104 | |
| | ||||||
* | #652749: document the constants added to the builtins by site.py. | Georg Brandl | 2008-01-20 | 2 | -2/+27 | |
| | ||||||
* | #799369: document possible sys.platform values. | Georg Brandl | 2008-01-20 | 1 | -3/+20 | |
| | ||||||
* | #1664522: in urllib, don't read non-existing directories in ftp mode, | Georg Brandl | 2008-01-20 | 2 | -3/+16 | |
| | | | | | returning a 0-byte file -- raise an IOError instead. Original patch from Phil Knirsch. | |||||
* | #856047: respect the ``no_proxy`` env var when checking for proxies | Georg Brandl | 2008-01-20 | 3 | -8/+56 | |
| | | | | | in urllib and using the other ``_proxy`` env vars. Original patch by Donovan Baarda. |