summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Added kill, terminate and send_signal to subprocess.PopenChristian Heimes2008-04-191-0/+23
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-182-15/+152
* Rewrite introductory section, and remove old section. (It was already commen...Andrew M. Kuchling2008-04-181-62/+29
* Remove personal note from Jim Roskind; it no longer applies, and theAndrew M. Kuchling2008-04-181-9/+0
* #2654: fix typoAndrew M. Kuchling2008-04-181-1/+1
* Use correct parameter nameAndrew M. Kuchling2008-04-181-1/+1
* Typo fixesAndrew M. Kuchling2008-04-171-2/+2
* Be consistent in the use of read-only.Jeroen Ruigrok van der Werven2008-04-171-1/+1
* Issue 2648: Add leading zero to money format recipe in the docs.Raymond Hettinger2008-04-172-10/+8
* Add details about the return value for mmap.flush().Jeroen Ruigrok van der Werven2008-04-161-0/+6
* Reformat to 80 columns prior to adding documentation.Jeroen Ruigrok van der Werven2008-04-161-88/+92
* Typo fixAndrew M. Kuchling2008-04-151-1/+1
* Add *,**,@ to index, as suggested byAndrew M. Kuchling2008-04-152-0/+13
* Add myself to Doc/ACKS.txtBenjamin Peterson2008-04-151-0/+1
* Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 ...Nick Coghlan2008-04-151-1/+22
* Various items; begin writing the SSL sectionAndrew M. Kuchling2008-04-151-8/+17
* Add exampleAndrew M. Kuchling2008-04-131-1/+7
* Check out Jinja as a separate step now that it's not included in the Sphinx p...Georg Brandl2008-04-132-0/+7
* Fix markup.Georg Brandl2008-04-131-7/+5
* Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique l...Benjamin Peterson2008-04-131-1/+1
* Backported io module docsBenjamin Peterson2008-04-132-0/+628
* Mention -J, -XAndrew M. Kuchling2008-04-131-0/+14
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-5/+13
* Don't offend snake lovers.Georg Brandl2008-04-121-1/+1
* #2615: small consistency update by Jeroen Ruigrok van der Werven.Georg Brandl2008-04-121-4/+4
* Use absolute path in sys.path.Georg Brandl2008-04-121-1/+1
* Use issue directiveAndrew M. Kuchling2008-04-101-181/+106
* Add punctuationAndrew M. Kuchling2008-04-101-1/+1
* Remove forward-looking statementAndrew M. Kuchling2008-04-101-3/+3
* Try out the new issue role. Thanks, Georg!Andrew M. Kuchling2008-04-091-1/+1
* Add :issue: directive for easy linking to bugs.python.org.Georg Brandl2008-04-092-1/+25
* Add itemsAndrew M. Kuchling2008-04-091-3/+13
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-8/+10
* Add itemsAndrew M. Kuchling2008-04-081-2/+65
* Typo fixAndrew M. Kuchling2008-04-071-2/+2
* Write PEP 3127 section; add itemsAndrew M. Kuchling2008-04-071-8/+82
* #2525: update timezone info examples in the docs.Georg Brandl2008-04-071-8/+38
* changed "2500 components" to "several thousand" since the number keepsMark Summerfield2008-04-071-2/+3
* correct heading underline for new "Cross-compiling on Windows" sectionMark Hammond2008-04-071-1/+1
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-071-0/+36
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-061-1/+33
* Write PEP 3119 sectionAndrew M. Kuchling2008-04-051-18/+119
* Mention that the tuple returned by __reduce__ is pickled as normal.Georg Brandl2008-04-051-2/+3
* Markup fixes; write PEP 3118 sectionAndrew M. Kuchling2008-04-051-19/+61
* Various editsAndrew M. Kuchling2008-04-051-16/+45
* Markup fix; explain what interval timers do; typo fixAndrew M. Kuchling2008-04-051-2/+8
* Minor editsAndrew M. Kuchling2008-04-051-3/+3
* Added updates with respect to recent changes to TimedRotatingFileHandler.Vinay Sajip2008-04-021-4/+5
* PyErr_Warn is decrepated. Use PyErr_WarnExBenjamin Peterson2008-03-311-1/+1
* #2505: allow easier creation of AST nodes.Georg Brandl2008-03-301-2/+25