Raymond Hettinger
|
f9d9c79aa8
|
Switch the state variable to unsigned for defined wrap-around behavior.
|
2015-03-02 22:47:46 -08:00 |
Raymond Hettinger
|
30c9074b96
|
Minor beautification. Move struct definitions to the top. Fix-up a comment.
|
2015-03-02 22:31:35 -08:00 |
Raymond Hettinger
|
f30f5b9ba6
|
Minor code beautification. Replace macro with in-lineable functions.
|
2015-03-02 22:23:37 -08:00 |
Raymond Hettinger
|
3c186ba441
|
Beautify and better document the use of the size_t cast for bounds checking.
|
2015-03-02 21:45:02 -08:00 |
Ethan Furman
|
738f805074
|
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
|
2015-03-02 12:29:58 -08:00 |
Benjamin Peterson
|
241520ad10
|
merge heads
|
2015-03-02 13:24:21 -05:00 |
Benjamin Peterson
|
6c0a82038d
|
merge 3.4 (null)
|
2015-03-02 13:24:12 -05:00 |
Benjamin Peterson
|
92ce1b4392
|
merge 3.3 (#23362)
|
2015-03-02 13:23:41 -05:00 |
Benjamin Peterson
|
e5a853c390
|
use PyMem_NEW to detect overflow (closes #23362)
|
2015-03-02 13:23:25 -05:00 |
Larry Hastings
|
42fc0eb827
|
Issue #21293: Remove unnecessary "capsule hack".
|
2015-03-02 08:44:51 -08:00 |
Benjamin Peterson
|
83d8fc265a
|
merge 3.4 (#23367)
|
2015-03-02 11:18:56 -05:00 |
Benjamin Peterson
|
5061e67f0f
|
merge 3.3 (#23367)
|
2015-03-02 11:18:40 -05:00 |
Benjamin Peterson
|
b779bfba45
|
fix possible overflow bugs in unicodedata (closes #23367)
|
2015-03-02 11:17:05 -05:00 |
Steve Dower
|
4e02f8f4ae
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
|
2015-03-02 08:06:30 -08:00 |
Steve Dower
|
3f9e381030
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
|
2015-03-02 08:05:27 -08:00 |
Steve Dower
|
3e96f324dc
|
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks.
|
2015-03-02 08:01:10 -08:00 |
Benjamin Peterson
|
2f3d440549
|
merge 3.4 (#23561)
|
2015-03-02 09:36:48 -05:00 |
Serhiy Storchaka
|
5e0fd95e3b
|
Added more tests for urllib.parse utility functions.
These functions are not documented but used in third-party code.
|
2015-03-02 16:33:08 +02:00 |
Serhiy Storchaka
|
9270be7662
|
Added more tests for urllib.parse utility functions.
These functions are not documented but used in third-party code.
|
2015-03-02 16:32:29 +02:00 |
Benjamin Peterson
|
bdf525b77c
|
wrap everything at 80 chars
|
2015-03-02 09:31:40 -05:00 |
Benjamin Peterson
|
29fec92875
|
link to the correct dis method or function (closes #23561)
|
2015-03-02 09:27:43 -05:00 |
Berker Peksag
|
a401257411
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Patch by Alex Shkop.
|
2015-03-02 07:41:00 +02:00 |
Berker Peksag
|
ed0392ae06
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Patch by Alex Shkop.
|
2015-03-02 07:40:36 +02:00 |
Berker Peksag
|
ccac023d65
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
The test checks that the environ argument contains correct headers,
querystring and path information.
Patch by Alex Shkop.
|
2015-03-02 06:54:27 +02:00 |
Berker Peksag
|
659f631a5e
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
The test checks that the environ argument contains correct headers,
querystring and path information.
Patch by Alex Shkop.
|
2015-03-02 06:53:33 +02:00 |
Berker Peksag
|
6897e5688d
|
Issue #20521: Change ``TOS`` to TOS in dis documentation.
TOS is an abbreviation of top-of-stack.
Patch by Sven Berkvens-Matthijsse.
|
2015-03-02 06:34:00 +02:00 |
Berker Peksag
|
ab4040e3c6
|
Issue #20521: Change ``TOS`` to TOS in dis documentation.
TOS is an abbreviation of top-of-stack.
Patch by Sven Berkvens-Matthijsse.
|
2015-03-02 06:33:30 +02:00 |
Berker Peksag
|
fc080fcc7c
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Also, remove support.run_doctest() since there is no doctests in
test_urllib2 and urllib.request.
|
2015-03-02 06:01:37 +02:00 |
Berker Peksag
|
bcdfc6a1fa
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Also, remove support.run_doctest() since there is no doctests in
test_urllib2 and urllib.request.
|
2015-03-02 06:01:01 +02:00 |
Berker Peksag
|
f2d4e5773a
|
Add a versionadded directive for PEP 486.
|
2015-03-02 05:36:19 +02:00 |
Benjamin Peterson
|
e35a17af68
|
merge 3.4
|
2015-03-01 20:59:41 -05:00 |
Benjamin Peterson
|
6e820c0548
|
remove mention of Python 2.2 and 2.3
|
2015-03-01 20:59:22 -05:00 |
Alexander Belopolsky
|
e49af34151
|
Issue #7830: Flatten nested functools.partial.
|
2015-03-01 15:08:17 -05:00 |
Alexander Belopolsky
|
e2e178e081
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Original patch by Akira Li.
|
2015-03-01 14:52:07 -05:00 |
Serhiy Storchaka
|
3de4aae1d0
|
Fixed pydoc tests when run with -OO.
|
2015-03-01 15:32:17 +02:00 |
Serhiy Storchaka
|
4c094e5fd5
|
Fixed pydoc tests when run with -OO.
|
2015-03-01 15:31:36 +02:00 |
Serhiy Storchaka
|
71c6f445cd
|
Fixed a typo.
|
2015-03-01 14:39:20 +02:00 |
Raymond Hettinger
|
7f9ea7543e
|
Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic.
|
2015-03-01 00:38:00 -08:00 |
Serhiy Storchaka
|
90295b450c
|
Merge heads
|
2015-03-01 10:03:46 +02:00 |
Serhiy Storchaka
|
490055a167
|
Issue #20204: Deprecation warning is now raised for builtin type without the
__module__ attribute.
|
2015-03-01 10:03:02 +02:00 |
Raymond Hettinger
|
c20830804d
|
Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t.
|
2015-02-28 23:29:16 -08:00 |
Serhiy Storchaka
|
50adb9fc32
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
|
2015-03-01 09:07:10 +02:00 |
Serhiy Storchaka
|
efdc16f978
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
|
2015-03-01 09:06:29 +02:00 |
Steve Dower
|
e4969f5df8
|
Updates CRT installation for Windows installer.
Bundling versions of the CRT prior to 14.0 is no longer supported.
|
2015-02-28 19:53:50 -08:00 |
Raymond Hettinger
|
a473b9da15
|
Use unsigned division and modulo for item assignment as well.
|
2015-02-28 17:49:47 -08:00 |
Serhiy Storchaka
|
1c205518a3
|
Issue #19980: Improved help() for non-recognized strings. help('') now
shows the help on str. help('help') now shows the help on help().
Original patch by Mark Lawrence.
|
2015-03-01 00:42:54 +02:00 |
Alexander Belopolsky
|
e92951f8da
|
merge
|
2015-02-28 10:46:00 -05:00 |
Alexander Belopolsky
|
184291aeb7
|
Fixes #23521: Corrected pure python implementation of timedelta division.
* Eliminated OverflowError from timedelta * float for some floats;
* Corrected rounding in timedlta true division.
|
2015-02-28 10:44:47 -05:00 |
Alexander Belopolsky
|
24d3deefcf
|
Fixes #23521: Corrected pure python implementation of timedelta division.
* Eliminated OverflowError from timedelta * float for some floats;
* Corrected rounding in timedlta true division.
|
2015-02-28 10:41:57 -05:00 |
Raymond Hettinger
|
63d1ff2a0b
|
Convert one more division to unsigned arithmetic to speed-up deque_item().
|
2015-02-28 07:41:30 -08:00 |