Raymond Hettinger
ba5512f8f2
More nits.
2011-01-18 08:28:01 +00:00
Raymond Hettinger
c136b048b3
Nits.
2011-01-18 07:15:39 +00:00
Raymond Hettinger
93c8cad6d7
More nits.
2011-01-18 00:30:24 +00:00
Raymond Hettinger
7ec790d1fa
Add example for the abc module.
2011-01-18 00:19:30 +00:00
Raymond Hettinger
ca904be778
Nits.
2011-01-18 00:02:40 +00:00
Raymond Hettinger
9ba8b0a117
Add an import to the logging example
2011-01-17 23:42:17 +00:00
Raymond Hettinger
02dd70be5c
The example for configparser was weird.
2011-01-17 23:39:39 +00:00
Raymond Hettinger
6f0d59bad3
Beautify code examples.
2011-01-17 23:10:55 +00:00
Raymond Hettinger
66352d2793
Wording nits.
2011-01-17 22:33:11 +00:00
Raymond Hettinger
1dcc84e43b
Fix-up the XXX for importlib.abc.
2011-01-17 21:55:40 +00:00
Raymond Hettinger
4854d14f55
Tidy-up the ssl section.
2011-01-17 21:29:58 +00:00
Raymond Hettinger
15b47c5d7f
Note that two-phase cyclic barriers are suitable for use in loops.
2011-01-17 21:05:07 +00:00
Brett Cannon
83a682da30
Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation.
2011-01-16 21:02:09 +00:00
Antoine Pitrou
ebeb90339d
Mention deprecation of PyEval_{Acquire,Release}Lock().
2011-01-16 18:45:17 +00:00
Antoine Pitrou
2e8ec22242
More SSL-related stuff
2011-01-16 18:41:36 +00:00
Antoine Pitrou
f7fb7626d9
Mention HTTP 0.9's partial demise.
2011-01-16 18:34:09 +00:00
Antoine Pitrou
bcba43496c
Mention the new context parameter to FTP_TLS, and the small API change
...
in subprocess.Popen.
2011-01-16 18:29:34 +00:00
Raymond Hettinger
b965629a42
Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize.
2011-01-16 18:22:06 +00:00
Antoine Pitrou
eec6dbf232
Get proper credit
2011-01-16 18:21:12 +00:00
Antoine Pitrou
121a055a0f
Fix misindent
2011-01-16 18:16:52 +00:00
Antoine Pitrou
33da1d65bc
Better description of SSL-related changes
2011-01-16 18:16:09 +00:00
Raymond Hettinger
9297709292
Clean-up comment.
2011-01-16 09:18:59 +00:00
Georg Brandl
52a43b5dfd
Fix two small issues.
2011-01-16 09:11:45 +00:00
Georg Brandl
23e924f96b
Fix "make suspicious" errors and update ignore file.
2011-01-15 17:05:20 +00:00
Georg Brandl
375aec2315
Fix a few doc errors, mostly undefined keywords.
2011-01-15 17:03:02 +00:00
Raymond Hettinger
cf8a382c94
Update the email section
2011-01-11 21:20:20 +00:00
Raymond Hettinger
9767365318
Update the datetime and time section.
2011-01-11 21:13:26 +00:00
Raymond Hettinger
3a8ae5f9f4
Clean-up threading.Barrier example.
2011-01-11 20:51:45 +00:00
Raymond Hettinger
5cee47f321
Add entry for Barrier objects.
2011-01-11 19:59:46 +00:00
Raymond Hettinger
6655d113e6
Add a todo.
2011-01-11 08:49:10 +00:00
Raymond Hettinger
51e2107b81
Fix typos and markup.
2011-01-10 23:38:15 +00:00
Alexander Belopolsky
dc004a3ad6
Removed time.ctime from the list of functions that take a time tuple argument
2011-01-10 21:58:52 +00:00
Alexander Belopolsky
bd96b06fd8
Added entries about removal of year 1900 limit.
2011-01-10 21:55:34 +00:00
Raymond Hettinger
eb70b90097
Misspelling.
2011-01-10 21:26:49 +00:00
Raymond Hettinger
4f707fd316
Separate source link from main text.
2011-01-10 19:54:11 +00:00
Raymond Hettinger
de2e618eb9
Fix typos.
2011-01-10 05:40:57 +00:00
Raymond Hettinger
c08ea61373
Markup fix
2011-01-08 10:32:31 +00:00
R. David Murray
9253214fd9
#10686 : recode non-ASCII headers to 'unknown-8bit' instead of ?s.
...
This applies only when generating strings from non-RFC compliant binary
input; it makes the existing recoding behavior more consistent (ie:
now no data is lost when recoding).
2011-01-07 23:25:30 +00:00
Raymond Hettinger
32e8fea396
Update the digest of PEP 3333 based on comments for Phillip Eby.
2011-01-07 21:04:30 +00:00
Raymond Hettinger
388af4bb35
Typo.
2011-01-06 20:55:29 +00:00
Raymond Hettinger
90a4b3162e
Nits
2011-01-06 02:08:30 +00:00
Raymond Hettinger
3df4621100
Add PEP 3333 to whatsnew.
2011-01-06 02:01:26 +00:00
Raymond Hettinger
e40808a935
Add more porting notes.
2011-01-05 23:00:00 +00:00
Raymond Hettinger
2a5fb47e9c
Remove mention of codes pending further discussion on transform()/untransform().
2011-01-05 22:41:23 +00:00
Raymond Hettinger
2169ee2099
RC1 updates to whatsnew
2011-01-05 22:27:49 +00:00
Raymond Hettinger
7d967712b8
Update tests and whatsnew for the 'quiet' flag
2011-01-05 20:24:08 +00:00
Victor Stinner
de3aa7fc62
Issue #10783 : rephrase the changelog (new try)
2010-12-29 02:44:42 +00:00
Victor Stinner
ece98d6e08
Issue #10783 : rephrase the changelog (NEWS, What's new)
2010-12-28 23:35:10 +00:00
Victor Stinner
da9ec995f6
Issue #10783 : struct.pack() doesn't encode implicitly unicode to UTF-8
...
* Replace "bytes" by "bytes object" in struct error messages
* Document the API change in What's new in Python 3.2
* Fix test_wave
* Remove also ugly implicit conversions in test_struct
2010-12-28 13:26:42 +00:00
Alexander Belopolsky
fca8beed4a
Added an XXX note to describe timedelta/timedelta feature.
2010-12-24 04:22:40 +00:00