index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...
Nadeem Vawda
2011-10-17
1
-0
/
+3
*
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
Antoine Pitrou
2011-10-07
2
-0
/
+4
*
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
3
-0
/
+15
*
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
Antoine Pitrou
2011-09-01
2
-6
/
+16
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
42
-307
/
+2159
|
\
|
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1
/
+1
|
|
\
|
*
\
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...
Martin v. Löwis
2011-03-06
42
-307
/
+2159
|
|
\
\
|
|
*
|
Add updated .hgeol file and fix newlines in the 3.2 branch.
Georg Brandl
2011-03-05
41
-5395
/
+5395
|
|
*
|
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis
2011-02-05
2
-0
/
+2
|
|
*
|
Issue #11118: Fix bogus export of None in python3.dll.
Martin v. Löwis
2011-02-04
2
-12
/
+2
|
|
*
|
Remove buffer API from stable ABI for now, see #10181.
Martin v. Löwis
2011-01-06
1
-10
/
+0
|
|
*
|
Happy New Year! (CET edition)
Georg Brandl
2010-12-31
1
-1
/
+1
|
|
*
|
Mention NASM which is needed to build openssl-1.0.0a original source.
Hirokazu Yamamoto
2010-12-08
1
-2
/
+10
|
|
*
|
Automate build for python3.dll.
Martin v. Löwis
2010-12-05
3
-0
/
+733
|
|
*
|
Expose CompileString, not CompileStringFlags under the
Martin v. Löwis
2010-12-04
1
-1
/
+1
|
|
*
|
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
4
-1
/
+745
|
|
*
|
Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
Hirokazu Yamamoto
2010-11-07
1
-27
/
+1
|
|
*
|
Reformatted code a bit.
Hirokazu Yamamoto
2010-11-07
1
-1
/
+1
|
|
*
|
Issue #6317: Now winsound.PlaySound can accept non ascii filename.
Hirokazu Yamamoto
2010-11-07
1
-7
/
+29
|
|
*
|
Formatted code. (Tabify, etc)
Hirokazu Yamamoto
2010-11-07
1
-17
/
+15
|
|
*
|
Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildin...
Hirokazu Yamamoto
2010-11-04
4
-95
/
+120
|
|
*
|
Can build older OpenSSL in http://svn.python.org/projects/externals/
Hirokazu Yamamoto
2010-11-04
2
-2
/
+2
|
|
*
|
Defined Py_BUILD_CORE_MODULE also on VC7.1.
Hirokazu Yamamoto
2010-11-02
15
-58
/
+58
|
|
*
|
Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.
Hirokazu Yamamoto
2010-11-02
2
-8
/
+8
|
|
*
|
Defined Py_BUILD_CORE_MODULE also on VC6.
Hirokazu Yamamoto
2010-11-02
18
-72
/
+72
|
|
*
|
Updated readme.txt about OpenSSL.
Hirokazu Yamamoto
2010-10-28
1
-6
/
+4
|
|
*
|
Follow up to #9778: fix regressions on 64-bit Windows builds
Antoine Pitrou
2010-10-23
1
-1
/
+1
|
|
*
|
#9418: first step of moving private string methods to _string module.
Georg Brandl
2010-10-14
1
-0
/
+2
|
|
*
|
Follows Python/fileutils.c addition.
Hirokazu Yamamoto
2010-10-08
3
-3
/
+18
|
|
*
|
Updated PC/VC6 openssl build script. (for openssl-1.0.0a)
Hirokazu Yamamoto
2010-09-28
1
-16
/
+42
|
|
*
|
Now perl path with spaces can be used.
Hirokazu Yamamoto
2010-09-28
1
-6
/
+6
|
|
*
|
Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.
Hirokazu Yamamoto
2010-09-28
1
-24
/
+60
|
|
*
|
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
Brian Curtin
2010-09-27
1
-33
/
+43
|
|
*
|
issue 9910
Kristján Valur Jónsson
2010-09-27
1
-0
/
+24
|
|
*
|
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-24
5
-20
/
+232
|
|
*
|
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-21
1
-2
/
+13
|
|
*
|
Revert r84902 before committing better solution.
Hirokazu Yamamoto
2010-09-21
2
-8
/
+8
|
|
*
|
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
Hirokazu Yamamoto
2010-09-19
2
-8
/
+8
|
|
*
|
Applied r84870 to older compilers.
Hirokazu Yamamoto
2010-09-18
2
-2
/
+2
|
|
*
|
Cosmetic fix to project files.
Hirokazu Yamamoto
2010-09-13
1
-1
/
+1
|
|
*
|
Updated PC/VS8.0 with PCBuild/vs9to8.py.
Hirokazu Yamamoto
2010-09-13
9
-91
/
+115
|
|
*
|
Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
Hirokazu Yamamoto
2010-09-09
1
-11
/
+17
|
|
*
|
Updated VC6 files.
Hirokazu Yamamoto
2010-09-09
3
-14
/
+14
|
|
*
|
Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
Antoine Pitrou
2010-09-04
1
-0
/
+3
|
|
*
|
Welcome to the UTF-8 world.
Florent Xicluna
2010-09-03
1
-1
/
+1
|
|
*
|
Issue 8781: Define SIZEOF_WCHAR_T on Windows
Daniel Stutzbach
2010-08-25
1
-0
/
+3
|
|
*
|
Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes.
Brian Curtin
2010-08-24
1
-9
/
+10
|
|
*
|
Remove long-redundant plat-win from sys.path on Windows
Tim Golden
2010-08-20
1
-1
/
+1
|
|
*
|
Cleanup and correct a few ints to be Py_ssize_t.
Brian Curtin
2010-08-17
1
-3
/
+4
|
|
*
|
Properly downcast from size_t/Py_ssize_t in a few places.
Brian Curtin
2010-08-17
1
-4
/
+6
[next]