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
*
Add heading for 2.7a0.
Martin v. Löwis
2009-01-24
1
-2/+8
*
Issue #4393: fix 3 classes of potential portability problems in longobject.c:
Mark Dickinson
2009-01-24
1
-23/+20
*
Issue #4710: Extract directories properly in the zipfile module;
Martin v. Löwis
2009-01-24
4
-4/+48
*
Add a test for UNC import paths, see issue 3677
Kristján Valur Jónsson
2009-01-24
1
-0/+21
*
Add various items
Andrew M. Kuchling
2009-01-24
1
-8/+73
*
Issue 3807: multiprocessing fails to compile under --without-threads
Jesse Noller
2009-01-23
2
-3/+11
*
Issue 4593: apply() documentation is unclear
Jesse Noller
2009-01-22
1
-1/+3
*
Clarify wording.
Georg Brandl
2009-01-22
1
-2/+3
*
Update comments and add an optimized path for Counter.update().
Raymond Hettinger
2009-01-22
1
-3/+5
*
More doc tweaks.
Raymond Hettinger
2009-01-22
1
-15/+12
*
Tighten-up the docs for Counter().
Raymond Hettinger
2009-01-21
2
-25/+26
*
Simplify explanation of multiset operations by removing restrictions on negat...
Raymond Hettinger
2009-01-21
3
-24/+17
*
Markup fixes
Andrew M. Kuchling
2009-01-21
1
-4/+5
*
Add some items
Andrew M. Kuchling
2009-01-21
1
-5/+13
*
Issue 5009: multiprocessing: failure in manager._debug_info()
Jesse Noller
2009-01-21
2
-3/+5
*
Issue #5008: When a file is opened in append mode with the new IO library,
Antoine Pitrou
2009-01-21
3
-0/+29
*
Beautify and cleanup the references section.
Raymond Hettinger
2009-01-20
1
-12/+19
*
Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...
Vinay Sajip
2009-01-20
2
-12/+9
*
Issue 5013: Fixed bug in FileHandler when delay was set.
Vinay Sajip
2009-01-20
2
-15/+18
*
Issue 4998: __slots__ on Fractions was useless.
Raymond Hettinger
2009-01-20
3
-0/+18
*
fix url
Benjamin Peterson
2009-01-20
1
-1/+1
*
backport r68802 (bugfix)
Benjamin Peterson
2009-01-20
1
-1/+1
*
allow unicode keyword arguments for the ** syntax #4978
Benjamin Peterson
2009-01-20
3
-12/+55
*
Fix typos.
Raymond Hettinger
2009-01-20
1
-3/+3
*
Use Georg's new permalinks to documentation by version number.
Raymond Hettinger
2009-01-20
1
-1/+1
*
Don't disrupt automatic url target name generation
Raymond Hettinger
2009-01-20
1
-15/+1
*
Make merging easier by formattng comment blocks the same in Py3.1
Raymond Hettinger
2009-01-20
1
-3/+5
*
Add Counter() to __all__.
Raymond Hettinger
2009-01-20
1
-1/+1
*
Build-outs for Counter() class:
Raymond Hettinger
2009-01-20
3
-13/+168
*
issue 5002: fix windows warning that I intro'ed with r68768
Jesse Noller
2009-01-20
1
-3/+1
*
I'm sick of these deprecations warnings in test_os
Benjamin Peterson
2009-01-19
1
-3/+5
*
make bad file descriptor tests more robust
Benjamin Peterson
2009-01-19
3
-15/+32
*
add email address
Benjamin Peterson
2009-01-19
1
-1/+1
*
move BufferedIOBase into the base class section
Benjamin Peterson
2009-01-19
1
-53/+53
*
simplify code
Benjamin Peterson
2009-01-19
1
-4/+2
*
add a note about the ftruncate change
Benjamin Peterson
2009-01-19
1
-0/+3
*
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...
Jesse Noller
2009-01-19
4
-3/+33
*
Removed merge tracking for "svnmerge" for
Benjamin Peterson
2009-01-19
0
-0/+0
*
Removed merge tracking for "svnmerge" for
Benjamin Peterson
2009-01-19
0
-0/+0
*
Issue 4957
Kristján Valur Jónsson
2009-01-19
2
-3/+2
*
Added more cross-reference targets and tidied up list of useful handlers.
Vinay Sajip
2009-01-19
1
-22/+45
*
raise an OSError for invalid fds #4991
Benjamin Peterson
2009-01-19
3
-0/+27
*
fix encoding cookie case
Benjamin Peterson
2009-01-18
1
-1/+1
*
fix test that wasn't working as expected #4990
Benjamin Peterson
2009-01-18
1
-1/+1
*
issue 4301: patch logging to add processName, remove the old _check_logger_cl...
Jesse Noller
2009-01-18
3
-24/+13
*
#4986: augassigns are not expressions.
Georg Brandl
2009-01-18
1
-3/+3
*
#4923: clarify what was added.
Georg Brandl
2009-01-18
1
-5/+6
*
#4857: fix augmented assignment target spec.
Georg Brandl
2009-01-18
1
-1/+2
*
#4979: correct result range for some random functions.
Georg Brandl
2009-01-18
1
-9/+10
*
issue 4293: make test_capi.py more robutst, it times out on some platforms, ...
Kristján Valur Jónsson
2009-01-18
1
-6/+29
[next]