Serhiy Storchaka
|
a97274cbcf
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:33:19 +02:00 |
|
Serhiy Storchaka
|
eb6aa5c525
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:32:42 +02:00 |
|
Serhiy Storchaka
|
14224420d0
|
Issue #16819: IDLE method completion now correctly works for unicode literals.
|
2013-01-01 22:27:45 +02:00 |
|
Serhiy Storchaka
|
8c126d7abd
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:25:59 +02:00 |
|
Ned Deily
|
567ab22f7b
|
Update copyright dates in Mac plists.
|
2013-01-01 12:09:23 -08:00 |
|
Ned Deily
|
7a7a535e23
|
Update copyright dates in Mac plists.
|
2013-01-01 12:08:39 -08:00 |
|
Ned Deily
|
3108fb5b45
|
Update copyright dates in Mac plists.
|
2013-01-01 12:07:15 -08:00 |
|
Ned Deily
|
93b0b25fe0
|
Update copyright dates in Mac plists.
|
2013-01-01 12:06:15 -08:00 |
|
Brian Curtin
|
9cc4321bf5
|
Backed out changeset 61bada808b34
|
2013-01-01 12:31:06 -06:00 |
|
Brian Curtin
|
e3d0b65118
|
Set st_dev on Windows as unsigned long to match its DWORD type, related to the change to fix #11939.
|
2013-01-01 12:21:35 -06:00 |
|
Richard Oudkerk
|
950fab07aa
|
Issue #9586: Merge.
|
2013-01-01 17:40:58 +00:00 |
|
Richard Oudkerk
|
9b4599322d
|
Issue #9586: Merge
|
2013-01-01 17:36:53 +00:00 |
|
Richard Oudkerk
|
9866231eab
|
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
|
2013-01-01 17:29:44 +00:00 |
|
Richard Oudkerk
|
7450a81970
|
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
|
2013-01-01 17:25:09 +00:00 |
|
Eli Bendersky
|
a9bc1bf93b
|
Make indentation consistent
|
2013-01-01 07:42:06 -08:00 |
|
Eli Bendersky
|
b829dea0cd
|
Make indentation consistent
|
2013-01-01 07:41:51 -08:00 |
|
Charles-François Natali
|
fe22dcaba7
|
Issue #16787: Increase asyncore and asynchat default output buffers size, to
decrease CPU usage and increase throughput.
|
2013-01-01 16:31:54 +01:00 |
|
Richard Oudkerk
|
ef45380b6b
|
Fix overlooked licence text.
|
2013-01-01 14:25:59 +00:00 |
|
Benjamin Peterson
|
ca319cf94e
|
merge 3.3
|
2012-12-31 21:44:06 -06:00 |
|
Benjamin Peterson
|
856cb0fc34
|
update another year
|
2012-12-31 21:44:00 -06:00 |
|
Benjamin Peterson
|
a63ecedfa0
|
update another year
|
2012-12-31 21:44:00 -06:00 |
|
Benjamin Peterson
|
1f7df8f207
|
merge heads
|
2012-12-31 21:40:42 -06:00 |
|
Benjamin Peterson
|
ae2039e62c
|
merge 3.3
|
2012-12-31 21:37:30 -06:00 |
|
Benjamin Peterson
|
198399d92c
|
bring Python into 2013
|
2012-12-31 21:37:21 -06:00 |
|
Benjamin Peterson
|
b25d611f8d
|
bring Python into 2013
|
2012-12-31 21:37:21 -06:00 |
|
Eli Bendersky
|
0485314305
|
Make indentation consistent and remove dead commented-out code.
|
2012-12-31 15:34:43 -08:00 |
|
Eli Bendersky
|
03ab4d3581
|
Make indentation consistent and remove dead commented-out code.
|
2012-12-31 15:34:20 -08:00 |
|
Ned Deily
|
10e93a6d40
|
Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy)
|
2012-12-31 15:06:38 -08:00 |
|
Brian Curtin
|
87e63a273c
|
st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines.
|
2012-12-31 11:59:48 -06:00 |
|
Giampaolo Rodola'
|
b4f39e85f2
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:38:46 +01:00 |
|
Giampaolo Rodola'
|
5051ca887c
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:38:17 +01:00 |
|
Giampaolo Rodola'
|
5e844c8052
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:23:09 +01:00 |
|
Giampaolo Rodola'
|
cef2006eaf
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:23:09 +01:00 |
|
Łukasz Langa
|
8d518970ce
|
Merged parser['DEFAULT'].__setitem__ fix (issue #16820) from 3.3.
|
2012-12-31 13:57:21 +01:00 |
|
Łukasz Langa
|
0210194d48
|
Fixes __setitem__ on parser['DEFAULT'] reported in issue #16820.
|
2012-12-31 13:55:11 +01:00 |
|
Serhiy Storchaka
|
528b825cb1
|
Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380.
Original patch by Stefan Behnel.
|
2012-12-31 11:37:34 +02:00 |
|
Serhiy Storchaka
|
5da57027ef
|
Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380.
|
2012-12-31 11:31:41 +02:00 |
|
Łukasz Langa
|
1dce0003a6
|
Merged parser.clean() fix (issue #16820) from 3.2 through 3.3.
|
2012-12-31 03:43:37 +01:00 |
|
Łukasz Langa
|
0dc5ab41f0
|
Merged parser.clean() fix (issue #16820) from 3.2.
|
2012-12-31 03:41:54 +01:00 |
|
Łukasz Langa
|
c7ce3f7be5
|
added Wolfgang Scherer to acknowledgements
|
2012-12-31 03:40:36 +01:00 |
|
Łukasz Langa
|
3a8479a583
|
Fixes parser.clean() reported in issue #16820.
|
2012-12-31 03:38:39 +01:00 |
|
Łukasz Langa
|
641bb66070
|
Merged fix for #15803 from 3.2 through 3.3
|
2012-12-31 02:26:11 +01:00 |
|
Łukasz Langa
|
97eefc105e
|
Merged fix for #15803 from 3.2
|
2012-12-31 02:25:28 +01:00 |
|
Łukasz Langa
|
3057469506
|
Fixes issue #15803: incorrect ConfigParser.items() docstring
|
2012-12-31 02:18:20 +01:00 |
|
Antoine Pitrou
|
a2678f3eb6
|
Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats().
|
2012-12-30 22:46:56 +01:00 |
|
Antoine Pitrou
|
0811f98e10
|
Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats().
|
2012-12-30 22:46:04 +01:00 |
|
Serhiy Storchaka
|
2aa4e6cdec
|
Issue #16645: Fix hardlink extracting test for tarfile.
|
2012-12-30 20:18:58 +02:00 |
|
Serhiy Storchaka
|
62c75f1e52
|
Issue #16645: Fix hardlink extracting test for tarfile.
|
2012-12-30 20:17:28 +02:00 |
|
Serhiy Storchaka
|
88339c44f8
|
Issue #16645: Fix hardlink extracting test for tarfile.
|
2012-12-30 20:16:30 +02:00 |
|
Serhiy Storchaka
|
421489f8a6
|
Issue #16645: Fix hardlink extracting test for tarfile.
|
2012-12-30 20:15:10 +02:00 |
|