Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix doc typo reported by Arfrever. | Mark Dickinson | 2009-11-03 | 1 | -1/+2 | |
| | ||||||
* | typo (space-o?) | Skip Montanaro | 2009-11-03 | 1 | -1/+1 | |
| | ||||||
* | Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the ↵ | Mark Dickinson | 2009-10-31 | 1 | -2/+43 | |
| | | | | replacement function PyOS_string_to_double. | |||||
* | Remove official documentation entry for thread._count() and make the | Antoine Pitrou | 2009-10-30 | 1 | -13/+0 | |
| | | | | docstring more descriptive instead. | |||||
* | Issue #7222: Make thread "reaping" more reliable so that reference | Antoine Pitrou | 2009-10-30 | 1 | -0/+14 | |
| | | | | | | | leak-chasing test runs give sensible results. The previous method of reaping threads could return successfully while some Thread objects were still referenced. This also introduces a new private function: :func:hread._count(). | |||||
* | Issue 7199: Documentation made slightly more consistent w.r.t. logging level ↵ | Vinay Sajip | 2009-10-28 | 1 | -1/+1 | |
| | | | | enumeration. | |||||
* | Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils | Tarek Ziadé | 2009-10-27 | 3 | -1/+6 | |
| | ||||||
* | Fix a strange mis-edit. | Georg Brandl | 2009-10-27 | 1 | -2/+2 | |
| | ||||||
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-24 | 1 | -0/+12 | |
| | | | | | Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise). | |||||
* | Issue #7117: Prepare for backport of py3k float repr. | Mark Dickinson | 2009-10-24 | 1 | -0/+32 | |
| | | | | | | | Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile. | |||||
* | Fix markup. | Georg Brandl | 2009-10-24 | 1 | -1/+1 | |
| | ||||||
* | add further note about what's passed to optionxform | Fred Drake | 2009-10-23 | 1 | -0/+3 | |
| | ||||||
* | #7188: fix optionxform() docs. | Georg Brandl | 2009-10-23 | 1 | -6/+14 | |
| | ||||||
* | Make printout margin important. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Add proper references. | Georg Brandl | 2009-10-22 | 1 | -6/+5 | |
| | ||||||
* | #6977: getopt does not support optional option arguments. | Georg Brandl | 2009-10-22 | 1 | -11/+12 | |
| | ||||||
* | #7156: document curses as Unix-only. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | #7035: improve docs of the various <method>_errors() functions, and give ↵ | Georg Brandl | 2009-10-22 | 1 | -15/+25 | |
| | | | | them docstrings. | |||||
* | Reorder __slots__ fine print and add a clarification. | Georg Brandl | 2009-10-22 | 1 | -4/+4 | |
| | ||||||
* | #7088: document new functions in signal as Unix-only. | Georg Brandl | 2009-10-22 | 1 | -8/+9 | |
| | ||||||
* | #6324: membership test tries iteration via __iter__. | Georg Brandl | 2009-10-22 | 2 | -5/+16 | |
| | ||||||
* | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 13 | -84/+114 | |
| | ||||||
* | Fix stylesheet for multi-paragraph impl-details. | Georg Brandl | 2009-10-22 | 1 | -2/+6 | |
| | ||||||
* | Allow short form with text as argument. | Georg Brandl | 2009-10-22 | 1 | -0/+3 | |
| | ||||||
* | Document new directive. | Georg Brandl | 2009-10-22 | 1 | -0/+18 | |
| | ||||||
* | Make it more robust. | Georg Brandl | 2009-10-22 | 1 | -1/+7 | |
| | ||||||
* | Add a new directive marking up implementation details and start using it. | Georg Brandl | 2009-10-22 | 3 | -4/+39 | |
| | ||||||
* | Fix duplicate target. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Fix markup. | Georg Brandl | 2009-10-22 | 1 | -1/+1 | |
| | ||||||
* | Fix punctuation. | Georg Brandl | 2009-10-22 | 3 | -5/+5 | |
| | ||||||
* | rewrite to be nice to other implementations | Benjamin Peterson | 2009-10-22 | 1 | -2/+2 | |
| | ||||||
* | #7170: fix explanation about non-weakrefable builtin types. | Georg Brandl | 2009-10-21 | 1 | -0/+4 | |
| | ||||||
* | clarify buffer arg #7178 | Benjamin Peterson | 2009-10-20 | 1 | -2/+2 | |
| | ||||||
* | use property api | Benjamin Peterson | 2009-10-20 | 1 | -1/+1 | |
| | ||||||
* | Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note ↵ | Eric Smith | 2009-10-19 | 1 | -0/+24 | |
| | | | | that they are unsafe and deprecated. | |||||
* | Fix missing word. | Georg Brandl | 2009-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix a typo. | Senthil Kumaran | 2009-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix for Issue7155 - urllib do not document default use of system proxy ↵ | Senthil Kumaran | 2009-10-18 | 2 | -4/+14 | |
| | | | | configuration | |||||
* | #7116: str.join() takes an iterable. | Georg Brandl | 2009-10-14 | 1 | -3/+4 | |
| | ||||||
* | #7126: os.environ changes *do* take effect in subprocesses started with ↵ | Georg Brandl | 2009-10-14 | 1 | -3/+3 | |
| | | | | os.system(). | |||||
* | Fix markup. | Georg Brandl | 2009-10-13 | 1 | -1/+1 | |
| | ||||||
* | Various link, textual, and markup fixes | Andrew M. Kuchling | 2009-10-13 | 1 | -25/+28 | |
| | ||||||
* | Link to PEP | Andrew M. Kuchling | 2009-10-13 | 1 | -0/+5 | |
| | ||||||
* | platform we don't care about | Benjamin Peterson | 2009-10-12 | 1 | -6/+6 | |
| | ||||||
* | Fix broken links found by "make linkcheck". scipy.org seems to be done ↵ | Georg Brandl | 2009-10-11 | 19 | -89/+83 | |
| | | | | right now, so I could not verify links going there. | |||||
* | Add the Python FAQ lists to the documentation. Copied from sandbox/faq. ↵ | Georg Brandl | 2009-10-11 | 12 | -0/+5388 | |
| | | | | Many thanks to AMK for the preparation work. | |||||
* | Issue #7086: Added TCP support to SysLogHandler and tidied up some ↵ | Vinay Sajip | 2009-10-10 | 1 | -6/+12 | |
| | | | | anachronisms in the code. | |||||
* | Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. | Mark Dickinson | 2009-10-08 | 1 | -7/+25 | |
| | ||||||
* | Remove two notes | Andrew M. Kuchling | 2009-10-05 | 1 | -5/+1 | |
| | ||||||
* | Backport r73983: Document the thousands separator. | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+5 | |
| |