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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify what changed with respect to date ranges and two-digit years.
Raymond Hettinger
2011-01-21
1
-16/+23
*
Issue #10955: Fix a potential crash when trying to mmap() a file past its
Antoine Pitrou
2011-01-20
3
-0/+27
*
Corrected the entry about new year range in the time module.
Alexander Belopolsky
2011-01-20
1
-5/+13
*
Move developers.txt to the devguide.
Brett Cannon
2011-01-20
2
-353/+0
*
Update Misc/README.
Brett Cannon
2011-01-20
1
-10/+1
*
Remove some outdated files from Misc.
Brett Cannon
2011-01-20
3
-2372/+0
*
Move README.gdb to the devguide.
Brett Cannon
2011-01-20
1
-17/+0
*
Move README.Emacs to the devguide.
Brett Cannon
2011-01-20
1
-32/+0
*
Add an entry for the code repository.
Raymond Hettinger
2011-01-20
1
-4/+21
*
Make an entry for the os module's bytes accessors.
Raymond Hettinger
2011-01-20
1
-37/+49
*
Add hasattr() example.
Raymond Hettinger
2011-01-20
1
-1/+12
*
Add more examples
Raymond Hettinger
2011-01-20
2
-15/+26
*
Move maintainers.rst into the devguide and rename it the Experts Index.
Brett Cannon
2011-01-20
1
-310/+0
*
Rename AIX-NOTES to something that follows the convention in Misc.
Brett Cannon
2011-01-19
1
-0/+0
*
#10944: add c_bool to types table.
Georg Brandl
2011-01-19
1
-0/+5
*
Issue #10934: Fixed and expanded Internaldate2tuple() and
Alexander Belopolsky
2011-01-19
2
-10/+20
*
Issue #10898: Allow compiling the posix module when the C library defines
Antoine Pitrou
2011-01-19
2
-0/+5
*
Fix markup.
Raymond Hettinger
2011-01-19
1
-2/+1
*
Suppress trailing spaces in table paragraphs.
Georg Brandl
2011-01-19
1
-0/+4
*
Expand entry for pydoc.
Raymond Hettinger
2011-01-19
1
-3/+5
*
Improve looks by replacing a bullet list with a table.
Raymond Hettinger
2011-01-19
1
-6/+10
*
Add examples for inspect.
Raymond Hettinger
2011-01-19
1
-6/+33
*
Klocwork scan site no longer available.
Brett Cannon
2011-01-19
1
-30/+0
*
Fix typo in example of barrier timeouts from r88102
David Malcolm
2011-01-18
1
-1/+1
*
Expand barrier example to show time-outs.
Raymond Hettinger
2011-01-18
1
-5/+20
*
Missing word.
Raymond Hettinger
2011-01-18
1
-2/+2
*
Reword the OrderedDict entry to emphasize the default behavior,
Raymond Hettinger
2011-01-18
1
-10/+12
*
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Antoine Pitrou
2011-01-18
4
-4/+18
*
Typos.
Raymond Hettinger
2011-01-18
1
-10/+10
*
More nits.
Raymond Hettinger
2011-01-18
1
-11/+12
*
Nits.
Raymond Hettinger
2011-01-18
1
-17/+16
*
More nits.
Raymond Hettinger
2011-01-18
1
-6/+5
*
Add example for the abc module.
Raymond Hettinger
2011-01-18
1
-5/+13
*
Nits.
Raymond Hettinger
2011-01-18
1
-9/+13
*
very out of date file
Benjamin Peterson
2011-01-17
1
-97/+0
*
Add an import to the logging example
Raymond Hettinger
2011-01-17
1
-0/+1
*
The example for configparser was weird.
Raymond Hettinger
2011-01-17
1
-24/+31
*
Beautify code examples.
Raymond Hettinger
2011-01-17
1
-80/+80
*
Wording nits.
Raymond Hettinger
2011-01-17
1
-4/+3
*
Fix-up the XXX for importlib.abc.
Raymond Hettinger
2011-01-17
1
-4/+6
*
Tidy-up the ssl section.
Raymond Hettinger
2011-01-17
1
-38/+33
*
Short README on gdb support.
Brett Cannon
2011-01-17
1
-0/+17
*
Note that two-phase cyclic barriers are suitable for use in loops.
Raymond Hettinger
2011-01-17
1
-2/+4
*
remove unneeded assertion
Benjamin Peterson
2011-01-17
1
-1/+0
*
correct assertion
Benjamin Peterson
2011-01-17
1
-1/+1
*
turn some checks into assertions, since they are implied by the caller
Benjamin Peterson
2011-01-17
1
-4/+2
*
Placeholder sentence pointing out that imoprtlib has updated (as well as depr...
Brett Cannon
2011-01-16
1
-0/+5
*
rangeobject.c (compute_slice_indices): Make function static.
Matthias Klose
2011-01-16
1
-1/+1
*
Mention deprecation of PyEval_{Acquire,Release}Lock().
Antoine Pitrou
2011-01-16
1
-0/+5
*
More SSL-related stuff
Antoine Pitrou
2011-01-16
1
-0/+12
[next]