index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
4
-9/+7
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-1/+17
*
Change CJK encoding aliases to their most popular variation of
Hye-Shik Chang
2004-07-17
1
-14/+14
*
Minor edits
Andrew M. Kuchling
2004-07-17
1
-4/+4
*
SF bug 990749: os constants missing
Tim Peters
2004-07-15
1
-7/+10
*
Improve examples for working with the context API.
Raymond Hettinger
2004-07-14
1
-6/+6
*
Implemented thread-local data as proposed on python-dev:
Jim Fulton
2004-07-14
1
-0/+19
*
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
Guido van Rossum
2004-07-14
1
-1/+1
*
Wordsmithing
Andrew M. Kuchling
2004-07-13
1
-15/+15
*
Add another point in the "Restrictions" section about how the handling of FTP
Brett Cannon
2004-07-13
1
-0/+17
*
Fixed minor bugs in the example configuration file
Vinay Sajip
2004-07-12
1
-4/+4
*
Small elaboration and typo fixes.
Raymond Hettinger
2004-07-12
1
-5/+19
*
Bug #788520: Queue class has logic error when non-blocking
Tim Peters
2004-07-12
1
-3/+3
*
Added documentation for the "smtpd" module.
Fred Drake
2004-07-11
2
-0/+64
*
Style nit.
Raymond Hettinger
2004-07-11
1
-2/+2
*
Minor improvements, fixups and wording changes everywhere.
Raymond Hettinger
2004-07-11
1
-163/+169
*
Patch 851752 (fixes bug 820583)
Kurt B. Kaiser
2004-07-11
1
-3/+10
*
Fix minor error in example.
Brett Cannon
2004-07-10
1
-1/+1
*
Clarify docs for inspect.getargspec() that the fourth value is None when there
Brett Cannon
2004-07-10
1
-3/+3
*
[Patch #969900] Various corrections and updates to cookielib docs
Andrew M. Kuchling
2004-07-10
1
-35/+41
*
[Patch #972310] Apply correction to docs
Andrew M. Kuchling
2004-07-10
1
-10/+3
*
[Bug 949832] Fix example; edit sentence
Andrew M. Kuchling
2004-07-10
1
-3/+3
*
Improve Context construction and representation:
Raymond Hettinger
2004-07-10
1
-15/+15
*
SF bug #987486: fix typo.
Raymond Hettinger
2004-07-10
1
-1/+1
*
Module and tests:
Raymond Hettinger
2004-07-09
1
-47/+7
*
Incorporate Facundo's suggestions.
Raymond Hettinger
2004-07-09
1
-6/+11
*
show how easy it is to manipulate individual columns - from a request on
Skip Montanaro
2004-07-08
1
-0/+9
*
Fix markup, typos, and nits.
Raymond Hettinger
2004-07-08
1
-56/+68
*
Replaced some tabs with spaces in verbatim section.
Vinay Sajip
2004-07-07
1
-7/+7
*
Demonstrate how to round final result.
Raymond Hettinger
2004-07-06
1
-17/+17
*
Expand examples to show polymorphism
Raymond Hettinger
2004-07-05
1
-2/+14
*
Simplify examples.
Raymond Hettinger
2004-07-05
1
-5/+2
*
Doc tested the recipes.
Raymond Hettinger
2004-07-05
1
-5/+10
*
Fix typo
Raymond Hettinger
2004-07-05
1
-1/+1
*
* Added missing info on construction from a tuple.
Raymond Hettinger
2004-07-05
1
-16/+136
*
Add decimal docs to the core.
Raymond Hettinger
2004-07-05
2
-0/+883
*
Textual change to make the doc reflect reality
Nicholas Bastin
2004-07-04
1
-1/+1
*
Moved example section up to just after the section on Logger objects, and cha...
Vinay Sajip
2004-07-03
1
-52/+118
*
Make weak references subclassable:
Fred Drake
2004-07-02
1
-2/+41
*
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger
2004-07-02
1
-2/+6
*
add cp866 row
Skip Montanaro
2004-07-02
1
-0/+4
*
Document that encode() and decode() raise UnicodeError
Walter Dörwald
2004-07-01
1
-5/+10
*
link to the codecs page from the "".encode() description.
Skip Montanaro
2004-07-01
2
-2/+3
*
use file() in preference to open()
Skip Montanaro
2004-06-30
1
-3/+3
*
Check in the updated version of patch #957240, which doesn't rely
Michael W. Hudson
2004-06-30
1
-14/+14
*
[Bug #978556] Update SHA spec URL; bugfix candidate
Andrew M. Kuchling
2004-06-29
1
-7/+5
*
Added socket.getservbyport(), and make its second argument and that of
Barry Warsaw
2004-06-28
1
-3/+9
*
Patch #923098: Share interned strings in marshal.
Martin v. Löwis
2004-06-27
1
-1/+17
*
move the note about the bsddb185 module above the "See also" box; that
Fred Drake
2004-06-24
1
-4/+5
*
Improve the documented advice on how to best use heapq.heapreplace().
Raymond Hettinger
2004-06-20
1
-1/+5
[next]