Éric Araujo
|
be3bd57ba2
|
Remove traces of division_warning left over from Python 2 (#10998)
|
2011-03-26 01:55:15 +01:00 |
Éric Araujo
|
c09fca67e7
|
Do not touch sys.path when site is imported and python was started with -S.
Original patch by Carl Meyer, review by Brett Cannon, small doc editions by
yours truly. Fixes #11591.
|
2011-03-23 02:06:24 +01:00 |
Giampaolo Rodolà
|
424298a155
|
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement.
|
2011-03-03 18:34:06 +00:00 |
Giampaolo Rodolà
|
18e8bcb289
|
Issue 10784: adds os.getpriority() and os.setpriority() functions.
|
2011-02-25 20:57:54 +00:00 |
Giampaolo Rodolà
|
c9c2c8b034
|
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
|
2011-02-25 14:39:16 +00:00 |
Giampaolo Rodolà
|
3108f98319
|
Adds Python 3.3 what's new document.
|
2011-02-24 20:59:48 +00:00 |