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
*
Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...
Mark Hammond
2011-10-17
1
-0/+4
*
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...
Raymond Hettinger
2011-10-16
1
-0/+4
*
Branch merge
Éric Araujo
2011-10-14
1
-0/+1
|
\
|
*
Increase test coverage for distutils.filelist (#11751).
Éric Araujo
2011-10-11
1
-0/+1
*
|
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
Lars Gustäbel
2011-10-14
1
-0/+3
*
|
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
Victor Stinner
2011-10-14
1
-0/+3
*
|
Issue #10653: On Windows, use strftime() instead of wcsftime() because
Victor Stinner
2011-10-14
1
-0/+3
*
|
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...
Nadeem Vawda
2011-10-13
1
-0/+3
|
/
*
Branch merge
Éric Araujo
2011-10-09
2
-0/+7
|
\
|
*
As it turns out, this bug was already in the tracker: #11171
Éric Araujo
2011-10-09
1
-2/+2
|
*
Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix
Éric Araujo
2011-10-07
1
-0/+3
|
*
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo
2011-10-07
2
-0/+4
*
|
Branch merge.
Barry Warsaw
2011-10-07
1
-0/+4
|
\
\
|
|
/
|
*
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
Antoine Pitrou
2011-10-07
1
-0/+4
*
|
- Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files
Barry Warsaw
2011-10-07
1
-0/+7
|
/
*
Issue #7367: add NEWS item.
Ned Deily
2011-10-06
1
-0/+3
*
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
1
-0/+3
*
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
Charles-François Natali
2011-10-05
1
-0/+4
*
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
2
-0/+4
*
Add John to ACKS
Antoine Pitrou
2011-10-04
1
-0/+1
*
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
Antoine Pitrou
2011-10-04
1
-0/+4
*
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
2
-0/+6
*
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+2
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
2
-0/+3
*
Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...
Antoine Pitrou
2011-10-01
1
-0/+3
*
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
Charles-François Natali
2011-09-29
2
-0/+4
*
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
Meador Inge
2011-09-28
2
-0/+4
*
Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks St...
Mark Dickinson
2011-09-24
1
-3/+3
*
Issue #7732: Don't open a directory as a file anymore while importing a
Victor Stinner
2011-09-23
1
-1/+5
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+3
*
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw
2011-09-20
1
-0/+3
*
Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.
Mark Dickinson
2011-09-19
1
-0/+4
*
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
Jesus Cea
2011-09-19
1
-0/+2
*
Issue #9871: Prevent IDLE 3 crash when given byte stings
Ned Deily
2011-09-14
2
-0/+5
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+3
*
Branch merge
Éric Araujo
2011-09-12
1
-0/+4
|
\
|
*
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-09
1
-0/+4
*
|
NEWS
Jesus Cea
2011-09-10
1
-0/+5
|
/
*
Issue #9561: distutils now reads and writes egg-info files using UTF-8
Victor Stinner
2011-09-05
1
-1/+4
*
Branch merge
Éric Araujo
2011-09-05
1
-0/+3
|
\
|
*
Branch merge
Éric Araujo
2011-09-04
1
-0/+3
|
|
\
|
|
*
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
Éric Araujo
2011-09-02
1
-0/+3
*
|
|
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
Lars Gustäbel
2011-09-05
1
-0/+5
*
|
|
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...
Ezio Melotti
2011-09-05
2
-0/+4
*
|
|
Merge with release clone.
Georg Brandl
2011-09-04
2
-17/+33
|
\
\
\
|
*
|
|
Bump to 3.2.2.
Georg Brandl
2011-09-03
2
-2/+2
|
*
|
|
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
1
-0/+3
|
*
|
|
Issue #12678: Fix distutils sdist test on Windows.
Nadeem Vawda
2011-08-21
1
-0/+1
|
*
|
|
accept bytes for the AST 'string' type
Benjamin Peterson
2011-09-01
1
-0/+3
|
*
|
|
Fix-up NEWS merge.
Georg Brandl
2011-09-03
1
-4/+6
[next]