Antoine Pitrou
|
0c759febb6
|
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch
by Charles-François Natali.
|
2011-04-27 19:28:05 +02:00 |
Łukasz Langa
|
43ae619925
|
Fixed trailing whitespace in the ReST file.
|
2011-04-27 18:13:42 +02:00 |
Łukasz Langa
|
daab1c8092
|
Closes #11670: configparser read_file now iterates over f.
|
2011-04-27 18:10:05 +02:00 |
Éric Araujo
|
944d16c6c4
|
Merge 3.1
|
2011-04-27 16:27:38 +02:00 |
Éric Araujo
|
19acb88baf
|
Branch merge
|
2011-04-27 16:25:27 +02:00 |
Éric Araujo
|
9a42793761
|
Branch merge
|
2011-04-27 16:23:56 +02:00 |
Éric Araujo
|
10f3d7acbd
|
Change markup so it generates a link
|
2011-04-27 16:22:32 +02:00 |
Ezio Melotti
|
edd117fd27
|
#11763: merge with 3.1.
|
2011-04-27 10:20:38 +03:00 |
Ezio Melotti
|
935a588825
|
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
|
2011-04-27 10:17:34 +03:00 |
Raymond Hettinger
|
40fc59d98b
|
Issue 11929: Minor whitespace clean-ups.
|
2011-04-26 13:55:55 -07:00 |
Senthil Kumaran
|
30fe8188b4
|
merge from 3.1
|
2011-04-26 21:10:23 +08:00 |
Senthil Kumaran
|
72387f90fd
|
Update News entry for Issue11236
|
2011-04-26 21:09:49 +08:00 |
Senthil Kumaran
|
75e6ed18d0
|
merge from 3.1 codeline.
|
2011-04-26 21:00:27 +08:00 |
Senthil Kumaran
|
7cfe5f88ce
|
Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z
|
2011-04-26 20:59:46 +08:00 |
Ezio Melotti
|
f2b3f780a1
|
#6780: merge with 3.1.
|
2011-04-26 06:40:59 +03:00 |
Ezio Melotti
|
ba42fd5801
|
#6780: fix starts/endswith error message to mention that tuples are accepted too.
|
2011-04-26 06:09:45 +03:00 |
R David Murray
|
0fb5b398cd
|
Merge #11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
|
2011-04-25 16:13:54 -04:00 |
R David Murray
|
2043f9c582
|
#11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
|
2011-04-25 16:12:26 -04:00 |
Antoine Pitrou
|
11846905d3
|
Issue #11919: try to fix test_imp failure on some buildbots.
|
2011-04-25 21:39:49 +02:00 |
Antoine Pitrou
|
72562d065e
|
Issue #10914: add NEWS item.
|
2011-04-25 21:22:04 +02:00 |
Antoine Pitrou
|
8e60577693
|
Issue #10914: Add a minimal embedding test to test_capi.
|
2011-04-25 21:21:07 +02:00 |
Éric Araujo
|
16190c8236
|
Change markup so that it creates a link
|
2011-04-25 19:05:53 +02:00 |
Jesus Cea
|
b32321aed9
|
pybench prep_times calculation error (closes #11895)
|
2011-04-25 03:25:37 +02:00 |
Jesus Cea
|
8f14bbdaf6
|
pybench prep_times calculation error (closes #11895)
|
2011-04-25 03:24:08 +02:00 |
Raymond Hettinger
|
5db3e0167d
|
Minor clean-ups to docstrings, comments, and var names.
|
2011-04-24 14:26:08 -07:00 |
Éric Araujo
|
2bad92d310
|
Remove obsolete/duplicate docstring
|
2011-04-24 17:10:30 +02:00 |
Éric Araujo
|
ce4c4074f9
|
The version* directives don’t work with a blank line between arguments
|
2011-04-24 03:31:37 +02:00 |
Éric Araujo
|
08c9bd57f2
|
Remove unneeded backslashes
|
2011-04-24 02:59:02 +02:00 |
Éric Araujo
|
b547148d16
|
Fix indentation
|
2011-04-24 02:44:39 +02:00 |
Éric Araujo
|
fbeb1a9468
|
Merge 3.1
|
2011-04-24 02:42:52 +02:00 |
Éric Araujo
|
cae1be85f5
|
Branch merge
|
2011-04-24 02:39:43 +02:00 |
Éric Araujo
|
5348b63a91
|
Branch merge
|
2011-04-24 02:34:11 +02:00 |
Victor Stinner
|
7fdd0fe48f
|
Issue #9319: Fix the unit test
|
2011-04-23 01:24:11 +02:00 |
Victor Stinner
|
c68b6aaec8
|
Issue #9319: Fix a crash on parsing a Python source code without encoding
cookie and not valid in UTF-8: use "<file>" as the filename instead of
reading from NULL.
|
2011-04-23 00:41:19 +02:00 |
Éric Araujo
|
2b9388a033
|
Fix weird executable name
|
2011-04-22 21:27:10 +02:00 |
Ezio Melotti
|
5569e9b150
|
Fix some more markup glitches in argparse doc.
|
2011-04-22 01:42:10 +03:00 |
Ezio Melotti
|
dca309d137
|
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
|
2011-04-21 23:09:27 +03:00 |
Ezio Melotti
|
2f1db7def9
|
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
|
2011-04-21 23:06:48 +03:00 |
Ezio Melotti
|
00f53afdda
|
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
|
2011-04-21 22:56:51 +03:00 |
Ezio Melotti
|
0ee9c1be76
|
Add the :mod: role where it was missing.
|
2011-04-21 16:12:17 +03:00 |
Ezio Melotti
|
cca4ef8cba
|
#11885: capitalize Python.
|
2011-04-21 15:26:46 +03:00 |
Ezio Melotti
|
c17c1f64aa
|
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
|
2011-04-21 14:49:03 +03:00 |
Éric Araujo
|
de579d4359
|
Add a space to make json doc a bit more readable
|
2011-04-21 02:37:41 +02:00 |
Jesus Cea
|
f745d8be46
|
merge
|
2011-04-20 22:40:48 +02:00 |
Jesus Cea
|
f620754597
|
merge heads
|
2011-04-20 22:39:29 +02:00 |
Jesus Cea
|
7365accc20
|
merge heads
|
2011-04-20 22:38:26 +02:00 |
Jesus Cea
|
f299c51346
|
null merge
|
2011-04-20 22:31:34 +02:00 |
Jesus Cea
|
2fc8b87499
|
Port 5b607cd8c71b (closes #11892)
|
2011-04-20 22:26:57 +02:00 |
Raymond Hettinger
|
296d6d0cd6
|
Minor text rearrangement.
|
2011-04-20 13:08:40 -07:00 |
Raymond Hettinger
|
fc330aeb6f
|
Minor text rearrangement.
|
2011-04-20 13:03:49 -07:00 |