Meador Inge
|
da747c3d97
|
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
|
2012-01-19 00:17:44 -06:00 |
Nadeem Vawda
|
d7664dee0c
|
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
|
2012-01-19 00:40:46 +02:00 |
Antoine Pitrou
|
e09bc1e8f5
|
Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods.
Python 3 isn't affected (unbound methods don't exist).
Thanks to Vincent Pelletier for noticing.
|
2012-01-18 17:39:01 +01:00 |
Jesus Cea
|
a8f75da8f2
|
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:43:50 +01:00 |
Jesus Cea
|
f830aa5455
|
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:25:28 +01:00 |
Jesus Cea
|
4a8ba19783
|
Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 03:51:38 +01:00 |
Sandro Tosi
|
25e76bdb69
|
file.next() doc refers to itself
|
2012-01-17 18:57:30 +01:00 |
Sandro Tosi
|
03c6110b21
|
revert part of cefe4f38fa0e, as agreed with Éric
|
2012-01-17 18:32:02 +01:00 |
Antoine Pitrou
|
3b6a31412f
|
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
|
2012-01-17 17:13:04 +01:00 |
Jesus Cea
|
23fbd8ccb1
|
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
|
2012-01-17 00:17:10 +01:00 |
Jesus Cea
|
2ab4a91f43
|
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
|
2012-01-16 23:57:34 +01:00 |
Sandro Tosi
|
6008a8b5ba
|
Issue: #12409: remove obsolete susp-entries
|
2012-01-16 18:01:55 +01:00 |
Ezio Melotti
|
8eab1fdc8b
|
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
|
2012-01-16 08:42:32 +02:00 |
Ezio Melotti
|
055d70d588
|
#13695: fix a couple of typos in the doc.
|
2012-01-16 08:21:24 +02:00 |
Benjamin Peterson
|
465b58e5ee
|
explain why we need this grammar file (closes #13766)
|
2012-01-15 21:28:00 -05:00 |
Terry Jan Reedy
|
8ef4a70a48
|
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
|
2012-01-15 19:02:50 -05:00 |
Jason R. Coombs
|
4a24283272
|
Adding regression test for issue6727
|
2012-01-15 11:45:27 -05:00 |
Sandro Tosi
|
bde7eacd85
|
fix typo; thanks to Jan Heidbrink from docs@
|
2012-01-15 16:34:29 +01:00 |
Sandro Tosi
|
7d77c6f6e0
|
remove 'Documenting Python' and its references, it's now on devguide
|
2012-01-14 22:22:54 +01:00 |
Georg Brandl
|
c86bb00ee5
|
Fix label names.
|
2012-01-14 17:06:53 +01:00 |
Sandro Tosi
|
9a5606886c
|
how could I have missed :cmember: in import.rst?
|
2012-01-14 16:51:16 +01:00 |
Sandro Tosi
|
a76bb03c55
|
None is not a keyword, link file.next() to functions.html#next
|
2012-01-14 16:43:14 +01:00 |
Sandro Tosi
|
d6e87f43d6
|
update part of sphinxext
|
2012-01-14 16:42:21 +01:00 |
Sandro Tosi
|
98ed08f24e
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
Sandro Tosi
|
bbd41d0874
|
update Sphinx reference from 0.6.7 to 1.0.7
|
2012-01-14 16:41:26 +01:00 |
Terry Jan Reedy
|
150122a5a2
|
#11633 about buffering of print
|
2012-01-14 00:06:37 -05:00 |
Terry Jan Reedy
|
4ba76b68b9
|
closes #13730
|
2012-01-13 23:41:31 -05:00 |
Jason R. Coombs
|
0737b7281e
|
Fix indentation
|
2012-01-13 17:59:05 -05:00 |
Jason R. Coombs
|
fa93cf8e3e
|
Extracted Windows directory detection from NullImporter.__init__. This greatly simplifies the code and fixes issue6727.
|
2012-01-13 17:37:18 -05:00 |
Jason R. Coombs
|
925ff7495b
|
Moved directory detection into an isdir function
|
2012-01-13 17:12:25 -05:00 |
Benjamin Peterson
|
a84f468cf1
|
move notes for 2.7.4 to the right place
|
2012-03-07 19:17:57 -06:00 |
Benjamin Peterson
|
a8d458560e
|
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Patch from Armin, test from me.
|
2012-03-07 18:41:11 -06:00 |
Éric Araujo
|
ec17afdfda
|
Backout buggy patch for #13719
|
2012-03-07 21:00:44 +01:00 |
Jason R. Coombs
|
d6a80ee2c7
|
Use PEP-8 style in logging example
|
2012-03-07 10:24:04 -05:00 |
Vinay Sajip
|
da563bfa48
|
Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code.
|
2012-03-06 20:07:15 +00:00 |
Éric Araujo
|
1bf6bb6c37
|
Fix NameError
|
2012-03-05 17:00:49 +01:00 |
Éric Araujo
|
dcd280480f
|
Make distutils’ upload command work with bdist_msi products (#13719).
Patch by Ralf Schmitt.
|
2012-03-05 16:47:33 +01:00 |
Éric Araujo
|
d2e19b5173
|
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
I assume that most users looking at this page are looking for a library
to process XML, not a low-level parser. First proposed in #11379.
|
2012-03-05 16:44:49 +01:00 |
Éric Araujo
|
76c6aa860c
|
Use source reST role instead of file where it makes sense.
source generates a nifty link to the Mercurial web viewer.
|
2012-03-05 16:43:41 +01:00 |
Éric Araujo
|
47546e6e3d
|
Remove mention of defunct file.
Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied
to the main docs, to which there is already a link.
|
2012-03-05 16:30:46 +01:00 |
Éric Araujo
|
7c16412425
|
Use raw string for a docstring that uses a backslash
|
2012-03-05 16:29:30 +01:00 |
Meador Inge
|
104f18977f
|
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
|
2012-03-04 22:02:17 -06:00 |
Antoine Pitrou
|
94c2d6df54
|
Fix some set algebra methods of WeakSet objects.
|
2012-03-04 20:47:05 +01:00 |
Antoine Pitrou
|
859416e980
|
Fix sporadic failure in test_weakset
|
2012-03-04 20:20:34 +01:00 |
Armin Rigo
|
1cb2e04238
|
Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";
|
2012-03-04 18:56:23 +01:00 |
Georg Brandl
|
21ccb7318d
|
Fix link to global module index.
|
2012-03-03 21:25:42 +01:00 |
Eli Bendersky
|
2b65408dec
|
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
|
2012-03-02 07:45:55 +02:00 |
Petri Lehtinen
|
a15a8d2a0c
|
sqlite3: Port relevant documentation changes from 3.2
Initial patch by Johannes Vogel. Issue #13491.
|
2012-03-01 21:48:30 +02:00 |
Antoine Pitrou
|
c56bca31e9
|
Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying.
Moreover, the implementation is now O(1) rather than O(n).
Thanks to Yury Selivanov for reporting.
|
2012-03-01 16:26:35 +01:00 |
Stefan Krah
|
4666ebd8fa
|
Issue #14152: backport fix.
|
2012-02-29 14:17:18 +01:00 |