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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 85858 via svnmerge from
Antoine Pitrou
2010-10-27
1
-0/+1
*
Merged revisions 85386-85387,85389 via svnmerge from
Victor Stinner
2010-10-12
1
-0/+1
*
improve performance of writing past the end of the file for cStringIO
Fred Drake
2010-10-11
1
-0/+1
*
Merged revisions 85349 via svnmerge from
Antoine Pitrou
2010-10-10
1
-0/+1
*
Added my name to ACKS.
Hirokazu Yamamoto
2010-10-08
1
-0/+1
*
Merged revisions 84495-84496 via svnmerge from
Antoine Pitrou
2010-09-04
1
-1/+1
*
Merged revisions 84366 via svnmerge from
Antoine Pitrou
2010-08-30
1
-0/+1
*
Merged revisions 84310 via svnmerge from
R. David Murray
2010-08-25
1
-0/+1
*
Merged revisions 83944 via svnmerge from
Antoine Pitrou
2010-08-11
1
-0/+1
*
In the Swedish alphabet, Å is sorted after Z
Alexander Belopolsky
2010-08-10
1
-1/+1
*
Merged revisions 83921 via svnmerge from
Antoine Pitrou
2010-08-10
1
-0/+1
*
Issue #8834: Added comment describing the order of entries in Misc/ACKS.
Alexander Belopolsky
2010-08-09
1
-5/+6
*
Merged revisions 83719 via svnmerge from
Antoine Pitrou
2010-08-04
1
-0/+1
*
fix issue #2944: asyncore doesn't handle connection refused correctly (patch ...
Giampaolo Rodolà
2010-08-04
1
-0/+1
*
Merged revisions 83690 via svnmerge from
R. David Murray
2010-08-04
1
-0/+1
*
Merged revisions 83675 via svnmerge from
R. David Murray
2010-08-03
1
-0/+1
*
Fix the alphabetization fix (bad merge).
R. David Murray
2010-08-01
1
-1/+1
*
Merged revisions 83506 via svnmerge from
R. David Murray
2010-08-01
1
-1/+1
*
Merged revisions 83201 via svnmerge from
Georg Brandl
2010-08-01
1
-1/+1
*
Merged revisions 83380 via svnmerge from
R. David Murray
2010-08-01
1
-0/+1
*
Merged revisions 83156 via svnmerge from
Brian Curtin
2010-07-26
1
-0/+1
*
Merged revisions 83030 via svnmerge from
Antoine Pitrou
2010-07-21
1
-0/+1
*
Merged revisions 82731 via svnmerge from
R. David Murray
2010-07-09
1
-1/+1
*
Merged revisions 82730 via svnmerge from
R. David Murray
2010-07-09
1
-0/+1
*
Ezio Melotti was missing from Misc/ACKS.
Mark Dickinson
2010-06-13
1
-0/+1
*
Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews.
Mark Dickinson
2010-06-13
1
-0/+1
*
Issue #8986: erfc was raising OverflowError on Linux for arguments in
Mark Dickinson
2010-06-13
1
-0/+1
*
Added Andrej Krpic. (Thanks for issue #7879 patch.)
Alexander Belopolsky
2010-05-26
1
-0/+1
*
Make the contributor list alphabetical again.
Brett Cannon
2010-05-25
1
-1/+1
*
Add the author of the last fix (Issue #6662)
Victor Stinner
2010-05-24
1
-0/+1
*
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
Mark Dickinson
2010-05-10
1
-0/+1
*
Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions
Antoine Pitrou
2010-04-29
1
-0/+1
*
Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co...
Nick Coghlan
2010-04-28
1
-0/+1
*
Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline
Antoine Pitrou
2010-04-27
1
-0/+1
*
Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
Antoine Pitrou
2010-04-27
1
-0/+1
*
Issue #7943: Fix circular reference created when instantiating an SSL
Antoine Pitrou
2010-04-23
1
-0/+1
*
Issue #7332: Remove the 16KB stack-based buffer in
Antoine Pitrou
2010-04-21
1
-0/+1
*
Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
R. David Murray
2010-04-13
1
-0/+2
*
Issue #7585: use tab between components in unified and context diff headers.
R. David Murray
2010-04-12
1
-0/+1
*
Issue #8032: For gdb7, a python-gdb.py file is added to the build,
Martin v. Löwis
2010-04-01
1
-0/+1
*
Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
Antoine Pitrou
2010-03-30
1
-0/+1
*
fix ACKS: alphabetic order and UTF-8
Florent Xicluna
2010-03-30
1
-3/+3
*
Issue #7143: get_payload used to strip any trailing newline from a
R. David Murray
2010-03-08
1
-0/+1
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
1
-0/+1
*
* fix issue#7476
Jack Diederich
2010-02-22
1
-0/+1
*
Issue #7633: Context method in the decimal module (with the exception
Mark Dickinson
2010-02-18
1
-0/+1
*
Issue 5754: tweak shelve doc wording to make it clearer that even when
R. David Murray
2010-02-11
1
-0/+1
*
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
Antoine Pitrou
2010-02-09
1
-0/+1
*
Issue #5677: Explicitly forbid write operations on read-only file objects,
Antoine Pitrou
2010-02-05
1
-0/+1
*
Add Chris Rebert to ACKS for issue 6760 Popen doc improvements.
R. David Murray
2010-02-04
1
-0/+1
[next]