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
*
Fixed #5095: msi missing from Distutils bdist formats
Tarek Ziadé
2009-04-05
1
-4/+7
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
1
-0/+17
*
#5298: clarify docs about GIL by using more consistent wording.
Georg Brandl
2009-04-05
1
-78/+79
*
#5444: adapt make.bat to new htmlhelp output file name.
Georg Brandl
2009-04-05
1
-1/+2
*
#5370: doc update about unpickling objects with custom __getattr__ etc. methods.
Georg Brandl
2009-04-05
1
-0/+9
*
#1718017: document the relation of os.path and the posixpath, ntpath etc. mod...
Georg Brandl
2009-04-05
2
-11/+16
*
Avoid sure signs of a diseased mind.
Georg Brandl
2009-04-05
3
-5/+6
*
Normalize spelling of Mac OS X.
Georg Brandl
2009-04-05
3
-7/+7
*
#1742837: expand HTTP server docs, and fix SocketServer ones to document meth...
Georg Brandl
2009-04-05
2
-31/+58
*
note how using iter* are unsafe while mutating and document iter(dict)
Benjamin Peterson
2009-04-04
1
-0/+14
*
#5601: clarify that webbrowser is not meant for file names.
Georg Brandl
2009-04-04
1
-0/+4
*
#5642: clarify map() compatibility to the builtin.
Georg Brandl
2009-04-04
1
-2/+2
*
Fix error in description of 'oct' (issue 5678).
R. David Murray
2009-04-04
1
-1/+1
*
Add helpful link.
Raymond Hettinger
2009-04-04
1
-0/+6
*
Clarified warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-3/+4
*
Fix 'the the' duplication
Andrew M. Kuchling
2009-04-03
8
-8/+8
*
Fix 'the the'; grammar fix
Andrew M. Kuchling
2009-04-03
1
-2/+2
*
Add some items
Andrew M. Kuchling
2009-04-03
1
-4/+37
*
Added warning about logging use from asynchronous signal handlers.
Vinay Sajip
2009-04-03
1
-0/+3
*
Update docs for namedtuple's renaming change.
Raymond Hettinger
2009-04-02
1
-1/+1
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
5
-7/+407
*
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
Jesse Noller
2009-04-02
1
-2/+3
*
Clarify that datetime strftime does not produce leap seconds and datetime
R. David Murray
2009-04-02
1
-2/+6
*
Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES
Jesse Noller
2009-04-02
1
-2/+5
*
Better exception messages for unittest assert methods.
Michael Foord
2009-04-02
1
-1/+19
*
PyImport_AppendInittab() took a char * as a first argument even though that
Brett Cannon
2009-04-02
1
-1/+1
*
this should be :noindex:
Benjamin Peterson
2009-04-02
1
-1/+1
*
fix markup
Benjamin Peterson
2009-04-02
1
-2/+1
*
Typo fix
Andrew M. Kuchling
2009-04-02
1
-2/+2
*
#4572: add SEEK_* values as constants in io.py.
Georg Brandl
2009-04-01
1
-3/+9
*
Add link to an alternative generator with a long-period.
Raymond Hettinger
2009-04-01
1
-0/+4
*
Issue 3270: document Listener address restrictions on windows
Jesse Noller
2009-04-01
1
-0/+6
*
Fix multiprocessing.event to match the new threading.Event API
Jesse Noller
2009-04-01
1
-0/+6
*
Fix for failing asyncore tests.
Josiah Carlson
2009-04-01
1
-1/+2
*
Dont shout to users.
Georg Brandl
2009-03-31
1
-1/+1
*
Improve examples for collections.deque()
Raymond Hettinger
2009-03-31
1
-25/+24
*
#5018: remove confusing paragraph.
Georg Brandl
2009-03-31
1
-7/+5
*
#5583 Added optional Extensions in Distutils
Tarek Ziadé
2009-03-31
1
-0/+4
*
#3427: document correct return type for urlopen().info().
Georg Brandl
2009-03-31
1
-1/+1
*
#5563: more documentation for bdist_msi.
Georg Brandl
2009-03-31
1
-1/+9
*
#5598: document DocFileSuite *args argument.
Georg Brandl
2009-03-31
1
-32/+34
*
#1530012: move TQS section before raw strings.
Georg Brandl
2009-03-31
1
-15/+14
*
#1674032: return value of flag from Event.wait(). OKed by Guido.
Georg Brandl
2009-03-31
1
-3/+9
*
Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
Gregory P. Smith
2009-03-31
1
-0/+21
*
#5618: fix typo.
Georg Brandl
2009-03-31
1
-1/+1
*
#4411: document mro() and __mro__. (I hope I got it right.)
Georg Brandl
2009-03-31
1
-1/+16
*
Fix-up unwanted change.
Georg Brandl
2009-03-31
1
-1/+1
*
#1096310: document usage of sys.__std*__ a bit better.
Georg Brandl
2009-03-31
1
-3/+8
*
#4882: document named group behavior a bit better.
Georg Brandl
2009-03-31
1
-7/+9
*
#5241: document missing U in regex howto.
Georg Brandl
2009-03-31
1
-0/+12
[next]