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
*
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...
Martin v. Löwis
2011-03-06
125
-44271/+44271
*
#11292: add missing A_REVERSE to curses attribute table.
Georg Brandl
2011-03-06
1
-0/+3
*
#11294: add missing ERA_T_FMT to locale docs.
Georg Brandl
2011-03-06
1
-3/+8
*
#11239: add } to list of metacharacters (it is only a metacharacter sometimes...
Georg Brandl
2011-03-06
1
-1/+1
*
#11373: fix spelling.
Georg Brandl
2011-03-06
1
-1/+1
*
#11392: you can trust the computer, but you have to know what it does.
Georg Brandl
2011-03-06
1
-3/+5
*
#11405: do not reference the string module again for its deprecated functions...
Georg Brandl
2011-03-06
1
-3/+4
*
#11400: remove reference to pre-1.5 assignment behavior.
Georg Brandl
2011-03-06
1
-3/+0
*
Port build identification from default branch.
Georg Brandl
2011-03-06
6
-5/+120
*
Add some more ignores from default.
Georg Brandl
2011-03-06
1
-0/+3
*
Issue #11391: Writing to a mmap object created with
Antoine Pitrou
2011-03-06
3
-5/+22
*
Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository.
Antoine Pitrou
2011-03-05
1
-45/+45
*
Merge tags from 2.6.
Georg Brandl
2011-03-05
1
-0/+68
|
\
|
*
Merge tags from 2.5.
Georg Brandl
2011-03-05
1
-1/+54
|
|
\
|
|
*
Add tags from the closed branches.
Georg Brandl
2011-03-05
1
-0/+41
*
|
|
Dummy-merge 2.6 branch into 2.7 branch.
Georg Brandl
2011-03-05
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Dummy-merge 2.5 branch into 2.6 branch.
Georg Brandl
2011-03-05
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Add .hgeol file and fix newlines in the 2.5 branch.
Georg Brandl
2011-03-05
10
-588/+627
|
|
*
Fix tag references in 2.5 branch.
Georg Brandl
2011-03-05
1
-69/+54
|
|
*
Merge r82494 from the python2.6 branch:
Matthias Klose
2010-10-17
2
-73/+74
|
|
*
Merge r81080 from the python2.6 branch:
Matthias Klose
2010-10-17
1
-17/+8
|
|
*
Merged revisions 81046 from the python2.6 branch:
Matthias Klose
2010-10-17
3
-28/+28
|
|
*
Post 2.5.5.
Martin v. Löwis
2010-01-31
2
-3/+9
|
|
*
Tagging for release of Python 2.5.5
Martin v. Löwis
2010-01-31
1
-0/+1
|
|
*
Prepare for 2.5.5.
v2.5.5
Martin v. Löwis
2010-01-31
5
-8/+19
|
|
*
Tagging for release of Python 2.5.5c2
Martin v. Löwis
2010-01-24
1
-0/+1
|
|
*
Prepare for 2.5.5c2.
v2.5.5c2
Martin v. Löwis
2010-01-24
5
-6/+13
|
|
*
- expat: Fix DoS via malformed XML (CVE-2009-3720).
Matthias Klose
2010-01-21
2
-2/+3
|
|
*
- Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
Matthias Klose
2010-01-21
2
-0/+14
|
|
*
Tagging for release of Python 2.5.5c1
Martin v. Löwis
2010-01-14
1
-0/+1
|
|
*
Prepare for 2.5.5c1.
v2.5.5c1
Martin v. Löwis
2010-01-14
5
-11/+16
|
|
*
Restore the svn property changes in r76754
Mark Dickinson
2009-12-11
0
-0/+0
|
|
*
Issue #7470: logging: fix bug in Unicode encoding fallback.
Vinay Sajip
2009-12-11
0
-0/+0
|
|
*
Issue #7403: logging: Fixed possible race condition in lock creation.
Vinay Sajip
2009-11-27
2
-4/+6
|
|
*
#6990: clear threading.local's key only after its thread state is removed:
Philip Jenvey
2009-09-29
3
-2/+47
|
|
*
Avoid EOFError being passed to the caller (restoring the
Lars Gustäbel
2009-03-22
1
-1/+4
|
|
*
Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
Lars Gustäbel
2009-03-22
3
-6/+42
|
|
*
News for issue 5389 fix.
Guido van Rossum
2009-03-05
1
-0/+3
|
|
*
Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7().
Guido van Rossum
2009-03-05
1
-2/+3
|
|
*
Tagging for release of Python 2.5.4
Martin v. Löwis
2008-12-23
1
-0/+1
|
|
*
Prepare for 2.5.4.
v2.5.4
Martin v. Löwis
2008-12-23
7
-6/+12
|
|
*
Issue #4689: Fix typo.
Martin v. Löwis
2008-12-23
1
-1/+1
|
|
*
Revert patch for #1706039, as it can crash the interpreter.
Martin v. Löwis
2008-12-23
3
-67/+19
|
|
*
Backport of r67908:
Martin v. Löwis
2008-12-23
2
-0/+8
|
|
*
Post 2.5.3.
Martin v. Löwis
2008-12-20
2
-3/+9
|
|
*
Tagging for release of Python 2.5.3
Martin v. Löwis
2008-12-19
1
-0/+1
|
|
*
Prepare for 2.5.3.
v2.5.3
Martin v. Löwis
2008-12-19
6
-8/+13
|
|
*
Build against system Tcl framework.
Martin v. Löwis
2008-12-19
2
-7/+1
|
|
*
In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.
Martin v. Löwis
2008-12-17
2
-4/+9
|
|
*
Add 2.5.3 final section.
Martin v. Löwis
2008-12-13
1
-0/+6
[next]