Christian Heimes
|
b70e8a1958
|
and another one
|
2012-10-06 17:16:39 +02:00 |
Christian Heimes
|
d3df2060a6
|
merge
|
2012-10-06 17:14:02 +02:00 |
Christian Heimes
|
6314d164c9
|
move var declaration to top of block to fix compilation on Windows, fixes a7ec0a1b0f7c
|
2012-10-06 17:13:29 +02:00 |
Andrew Svetlov
|
1d0d541259
|
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
|
2012-10-06 18:10:52 +03:00 |
Andrew Svetlov
|
5061a34283
|
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
|
2012-10-06 18:10:01 +03:00 |
Andrew Svetlov
|
afbf90c993
|
Issue #16025: Minor corrections to the zipfile documentation.
Patch by Serhiy Storchaka.
|
2012-10-06 18:02:05 +03:00 |
Andrew Svetlov
|
7d14015e62
|
Issue #16120: Use |yield from| in stdlib.
Patch by Berker Peksag.
|
2012-10-06 17:11:45 +03:00 |
Christian Heimes
|
2649105cdd
|
remove #warning from sha3module.c
|
2012-10-06 15:44:29 +02:00 |
Christian Heimes
|
c018f57186
|
fix possible memory leak, dealloc newobj
|
2012-10-06 15:09:06 +02:00 |
Armin Ronacher
|
23c5bb4030
|
Fixed a missing incref introduced by a7ec0a1b0f7c
|
2012-10-06 14:30:32 +02:00 |
Armin Ronacher
|
226b1db0e2
|
Added notimplemented_dealloc for better error reporting
|
2012-10-06 14:28:58 +02:00 |
Armin Ronacher
|
dfc23974ed
|
merge default
|
2012-10-06 14:12:21 +02:00 |
Armin Ronacher
|
aa9a79d279
|
Issue #16148: implemented PEP 424
|
2012-10-06 14:03:24 +02:00 |
Georg Brandl
|
4ad4fb9732
|
merge with 3.3
|
2012-10-06 13:50:27 +02:00 |
Georg Brandl
|
fe7b00fb0a
|
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
|
2012-10-06 13:49:34 +02:00 |
Georg Brandl
|
7ea9a423cb
|
Closes #16149: remove now-false statement about the inability to compare Decimal and float objects.
|
2012-10-06 13:48:39 +02:00 |
Andrew Svetlov
|
ef08fb1f04
|
Issue #13896: Make shelf instances work with 'with' as context managers.
Original patch by Filip Gruszczyński.
|
2012-10-06 13:52:19 +03:00 |
Andrew Svetlov
|
dc22587df2
|
Update NEWS for adding missed changes.
|
2012-10-06 13:44:12 +03:00 |
Christian Heimes
|
7f9dbaf1f8
|
fixed _sha3 VS project file
|
2012-10-06 03:40:10 +02:00 |
Christian Heimes
|
1b747d4f28
|
Issue #16133: add Windows project file for _sha3 module. I choose to build _sha3 as a sparat module as it's rather large (190k for AMD64).
|
2012-10-06 03:16:12 +02:00 |
Christian Heimes
|
2519fd36c3
|
add note to Misc/NEWS
|
2012-10-06 02:27:57 +02:00 |
Christian Heimes
|
4a0270d82b
|
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
|
2012-10-06 02:23:36 +02:00 |
Victor Stinner
|
8c6db45d3e
|
In debug mode, unicode_write_cstr() now checks that non-ASCII characters are
not written into an ASCII string
|
2012-10-06 00:40:45 +02:00 |
Andrew Svetlov
|
220e869a51
|
Merge issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das
|
2012-10-05 22:53:12 +03:00 |
Andrew Svetlov
|
1a53c0cbf5
|
Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n \n Patch by Kushal Das
|
2012-10-05 22:52:15 +03:00 |
Andrew Svetlov
|
64478ac219
|
normalize whitespaces
|
2012-10-05 22:16:55 +03:00 |
Andrew Svetlov
|
9b1e59a2b3
|
Issue #16123: IDLE - deprecate running without a subprocess.
Patch by Roger Serwy
|
2012-10-05 22:12:44 +03:00 |
Ezio Melotti
|
81e5e0a725
|
Merge ftplib doc fix with 3.3.
|
2012-10-05 14:10:57 +03:00 |
Ezio Melotti
|
b28e75d9d6
|
Merge ftplib doc fix with 3.2.
|
2012-10-05 14:10:39 +03:00 |
Ezio Melotti
|
cbd449b416
|
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
|
2012-10-05 14:09:59 +03:00 |
Andrew Svetlov
|
d6d5644453
|
Merge issue #16138: fix typo.
|
2012-10-05 13:27:02 +03:00 |
Andrew Svetlov
|
fd03a099d8
|
Merge issue #16138: fix typo.
|
2012-10-05 13:26:42 +03:00 |
Andrew Svetlov
|
8cf1cc498f
|
Issue #16138: fix typo.
|
2012-10-05 13:26:10 +03:00 |
Jesus Cea
|
b451fd65de
|
MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
|
2012-10-05 05:32:10 +02:00 |
Jesus Cea
|
cb95996fdc
|
MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
|
2012-10-05 05:31:31 +02:00 |
Jesus Cea
|
685fffa8f4
|
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
|
2012-10-05 05:21:42 +02:00 |
Jesus Cea
|
adc8211e00
|
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
|
2012-10-05 04:58:38 +02:00 |
Jesus Cea
|
6efe9dff14
|
Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning
|
2012-10-05 04:02:41 +02:00 |
Jesus Cea
|
bf0f34421c
|
Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning
|
2012-10-05 03:57:56 +02:00 |
Jesus Cea
|
f01d695ccd
|
Closes #16135: Removal of OS/2 support
|
2012-10-05 03:36:11 +02:00 |
Jesus Cea
|
fa7d5392d4
|
Test should be skipped in 'riscos', as intented
|
2012-10-05 03:28:20 +02:00 |
Jesus Cea
|
4791a24268
|
#16135: Removal of OS/2 support (Python code partial cleanup)
|
2012-10-05 03:15:39 +02:00 |
Jesus Cea
|
f1af705720
|
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
|
2012-10-05 02:48:46 +02:00 |
Ezio Melotti
|
080a2c087e
|
#16127: merge with 3.3.
|
2012-10-05 03:34:02 +03:00 |
Ezio Melotti
|
e7f90375b1
|
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
|
2012-10-05 03:33:31 +03:00 |
Jesus Cea
|
b176203dda
|
#16135: Removal of OS/2 support (C code and Docs)
|
2012-10-05 02:27:40 +02:00 |
Jesus Cea
|
14c81aba50
|
#16135: Removal of OS/2 support (Modules/*)
|
2012-10-05 02:11:36 +02:00 |
Jesus Cea
|
ab70e2ab32
|
#16135: Removal of OS/2 support (posixmodule y platform dependent files)
|
2012-10-05 01:48:08 +02:00 |
Jesus Cea
|
f6c2e894ae
|
#16135: Removal of OS/2 support (Docs)
|
2012-10-05 01:11:10 +02:00 |
Jesus Cea
|
b48925a406
|
#16135: Removal of OS/2 support (I)
|
2012-10-05 01:04:27 +02:00 |