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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalize exceptions passed to the __exit__ method #7853
Benjamin Peterson
2010-02-05
1
-0/+3
*
Issue #7851: logging: clarification on logging configuration files.
Vinay Sajip
2010-02-04
1
-0/+2
*
Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
Antoine Pitrou
2010-02-04
1
-0/+5
*
Logging: Implemented PEP 391.
Vinay Sajip
2010-02-04
1
-0/+2
*
Add Chris Rebert to ACKS for issue 6760 Popen doc improvements.
R. David Murray
2010-02-04
1
-0/+1
*
Issue #7385: Fix a crash in `MemoryView_FromObject` when
Antoine Pitrou
2010-02-02
1
-0/+3
*
Issue #7819: Check sys.call_tracing() arguments types.
Victor Stinner
2010-01-31
1
-0/+2
*
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Antoine Pitrou
2010-01-31
2
-0/+6
*
- Update python manual page (options -B, -O0, -s, environment variables
Matthias Klose
2010-01-31
2
-5/+42
*
Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a
Mark Dickinson
2010-01-30
1
-0/+3
*
Add Victor Stinner.
Martin v. Löwis
2010-01-30
1
-0/+3
*
Issue #7788: Fix a crash produced by deleting a list slice with huge
Mark Dickinson
2010-01-29
1
-0/+3
*
an -> a
Benjamin Peterson
2010-01-28
1
-2/+2
*
add compat note
Benjamin Peterson
2010-01-28
1
-0/+2
*
Issue #7610: Reworked implementation of the internal
Antoine Pitrou
2010-01-27
1
-0/+7
*
Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
Jesse Noller
2010-01-27
2
-0/+6
*
raise a clear TypeError when trying to register a non-class
Benjamin Peterson
2010-01-27
1
-0/+2
*
Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...
Eric Smith
2010-01-27
1
-0/+5
*
Add a news entry for the functions verify and vereq that have been removed in...
Ezio Melotti
2010-01-25
1
-0/+2
*
fix an UnboundLocalError when the release file is empty #7773
Benjamin Peterson
2010-01-25
2
-0/+4
*
Fixed #7748: now upload and register commands don't need to force the encodin...
Tarek Ziadé
2010-01-24
1
-1/+6
*
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
Matthias Klose
2010-01-22
1
-0/+6
*
- Mention CVE-2009-3720 for change in r74429.
Matthias Klose
2010-01-22
1
-1/+1
*
Add a NEWS entry for r77599 and r77600.
Antoine Pitrou
2010-01-18
1
-0/+7
*
Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
Mark Dickinson
2010-01-17
1
-0/+4
*
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
Ronald Oussoren
2010-01-17
1
-1/+5
*
Issue #7632: Fix a memory leak in _Py_dg_strtod.
Mark Dickinson
2010-01-17
1
-2/+3
*
Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)
Antoine Pitrou
2010-01-17
1
-0/+5
*
typo: use one instead instead of two
Ezio Melotti
2010-01-16
1
-2/+2
*
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
Mark Dickinson
2010-01-16
1
-4/+6
*
Issue #1670765: Prevent email.generator.Generator from re-wrapping
R. David Murray
2010-01-16
1
-0/+6
*
issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements.
Sean Reifscheider
2010-01-16
1
-31/+34
*
Fixed issue-number mistake in NEWS update.
Vinay Sajip
2010-01-15
1
-1/+1
*
Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
Antoine Pitrou
2010-01-15
1
-0/+3
*
The silencing of DeprecationWarning was not taking -3 into consideration. Since
Brett Cannon
2010-01-14
1
-1/+2
*
Issue #3299: Fix possible crash in the _sre module when given bad
Antoine Pitrou
2010-01-14
1
-0/+3
*
Issue #7703: Add support for the new buffer API to functions of the
Antoine Pitrou
2010-01-14
1
-0/+4
*
Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done
Skip Montanaro
2010-01-14
1
-3/+9
*
Add ACKS entry for r77472.
Antoine Pitrou
2010-01-13
1
-0/+1
*
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Antoine Pitrou
2010-01-13
1
-0/+3
*
Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Antoine Pitrou
2010-01-13
1
-0/+6
*
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
Antoine Pitrou
2010-01-13
1
-0/+4
*
Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...
Mark Dickinson
2010-01-12
1
-1/+2
*
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
Mark Dickinson
2010-01-12
1
-0/+4
*
#5827: make sure that normpath preserves unicode
Ezio Melotti
2010-01-12
1
-0/+3
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+2
*
Add missing NEWS entry for r77422.
Alexandre Vassalotti
2010-01-11
1
-0/+2
*
Fixed #5372: .o files are now always rebuilt because file age test don't work...
Tarek Ziadé
2010-01-11
1
-0/+4
*
DeprecationWarning is now silent by default.
Brett Cannon
2010-01-10
1
-0/+2
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
1
-0/+2
[next]