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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix markup nits
Fred Drake
2004-03-23
1
-4/+4
*
add the distutils modules to the global modules list
Fred Drake
2004-03-23
1
-1/+3
*
give the document indexes
Fred Drake
2004-03-23
1
-0/+16
*
- use recommended Python style in examples (no spaces around "=" for
Fred Drake
2004-03-23
1
-59/+83
*
Added command line options for profile.py - one for stats output file
Nicholas Bastin
2004-03-23
1
-0/+9
*
merge Anthony Baxter's distutils API reference into the package
Fred Drake
2004-03-23
1
-1/+1541
*
convert from a howto to a manual
Fred Drake
2004-03-22
1
-29/+29
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
1
-1/+7
*
Remove 'now'
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
Modified string.split documentation to reflect behaviour of splitting emtpy s...
Nicholas Bastin
2004-03-21
1
-0/+5
*
concrete example of why retaining old objects is good
Skip Montanaro
2004-03-21
1
-1/+9
*
Removed extra period from \versionchanged entry; macro adds period
Brett Cannon
2004-03-21
1
-1/+1
*
Clarify docs on where .pth files can exist.
Brett Cannon
2004-03-20
1
-1/+2
*
SF bug #918371: hasattr()'s return type
Raymond Hettinger
2004-03-20
1
-2/+2
*
Update copyright years, and change copyright.tex to use the same spelling
Tim Peters
2004-03-20
2
-2/+2
*
fix two typos that turned text into markup
Fred Drake
2004-03-20
1
-1/+1
*
Expand on the semantics of reload(). Closes #919099.
Skip Montanaro
2004-03-19
1
-2/+24
*
Add a new unicode codec: ptcp154 (Kazakh)
Hye-Shik Chang
2004-03-19
1
-0/+4
*
Add news entries for the dictionary optimizations.
Raymond Hettinger
2004-03-18
1
-1/+4
*
Fix capitalization of title for subsection 2.
Brett Cannon
2004-03-18
1
-1/+1
*
Minor grammatical fixes.
Brett Cannon
2004-03-18
1
-3/+3
*
Extremely minor typo fixed.
Brett Cannon
2004-03-18
1
-1/+1
*
The example files need to be opened with the "b" flag.
Skip Montanaro
2004-03-17
1
-2/+2
*
SF feature request #686323: Minor array module enhancements
Raymond Hettinger
2004-03-14
1
-4/+7
*
Use a new macro, PySequence_Fast_ITEMS to factor out code common to
Raymond Hettinger
2004-03-12
1
-0/+7
*
SF Patch #912462: Relocate \end tag to the right place.
Hye-Shik Chang
2004-03-09
1
-1/+2
*
Optimize tuple_slice() and make further improvements to list_slice()
Raymond Hettinger
2004-03-08
1
-0/+3
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
1
-0/+4
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
2
-3/+14
*
Added license notices that are required to be included in the
Raymond Hettinger
2004-03-03
1
-1/+331
*
Have strftime() check its time tuple argument to make sure the tuple's values
Brett Cannon
2004-03-02
1
-1/+4
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
1
-15/+6
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
1
-7/+22
*
Use versionadded for new features
Neal Norwitz
2004-02-28
1
-0/+4
*
Add version changed/added to doc
Neal Norwitz
2004-02-28
1
-0/+2
*
fix typo in reference to RFC 3464 DSN MIME type
Fred Drake
2004-02-24
1
-1/+1
*
fix English usage error reported by Ken Fuchs
Fred Drake
2004-02-24
1
-2/+2
*
- "Mac OS" should always include the space
Fred Drake
2004-02-19
1
-23/+33
*
- according to Apple's publication style guide, yes, "Mac people" use
Fred Drake
2004-02-19
1
-2/+2
*
use API documentation style for the descriptions of the additional
Fred Drake
2004-02-19
1
-40/+39
*
minor markup improvements
Fred Drake
2004-02-19
1
-9/+9
*
Implementation of patch 869468
David Ascher
2004-02-18
1
-1/+12
*
Mention the optimization of list.extend().
Raymond Hettinger
2004-02-17
1
-0/+2
*
markup correction
Fred Drake
2004-02-17
1
-1/+1
*
Patch #893566: Document that tp_dealloc may be called from any thread.
Martin v. Löwis
2004-02-15
1
-0/+10
*
Fine tune the speed/space trade-off for overallocating small lists.
Raymond Hettinger
2004-02-14
1
-2/+2
*
Lists are measured in elements not bytes.
Raymond Hettinger
2004-02-13
1
-2/+2
*
* Note list optimizations
Raymond Hettinger
2004-02-13
1
-13/+14
*
minor markup improvements
Fred Drake
2004-02-12
1
-7/+7
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
5
-18/+18
[next]