• Home
  • Raw
  • Download

Lines Matching +full:not +full:- +full:date

2 .. date: 8273
4 .. release date: 2010-11-13
13 .. date: 8272
23 .. date: 8271
33 .. date: 8270
42 .. date: 8269
52 .. date: 8268
56 CObject use is marked as a Py3k warning, not a deprecation warning.
61 .. date: 8267
71 .. date: 8266
83 .. date: 8265
92 .. date: 8264
96 pystate.c wrongly assumed that zero couldn't be a valid thread-local storage
102 .. date: 8263
107 errors attributes instead of using utf-8 in strict mode, to get the same
113 .. date: 8262
123 .. date: 8261
132 .. date: 8260
141 .. date: 8259
150 .. date: 8258
154 Implicit set-to-frozenset conversion was not thread-safe.
159 .. date: 8257
166 - format(complex(-0.0, 2.0), '-') omitted the real part from the output, -
167 format(complex(0.0, 2.0), '-') included a sign and parentheses.
172 .. date: 8256
181 .. date: 8255
185 Wrapped TestSuite subclass does not get __call__ executed
190 .. date: 8254
199 .. date: 8253
200 .. nonce: zvTZV-
203 Fix distutils' test_build when Python was built with --enable-shared.
208 .. date: 8252
212 Fix typo in one sdist option (medata-check).
217 .. date: 8251
226 .. date: 8250
230 Fix options that were supposed to accept arguments but did not in
236 .. date: 8249
245 .. date: 8248
254 .. date: 8247
264 .. date: 8246
268 The signal module now restores errno before returning from its low-level
274 .. date: 8245
284 .. date: 8244
288 Wrapped TestSuite subclass does not get __call__ executed.
293 .. date: 8243
294 .. nonce: Es-Yrw
303 .. date: 8242
313 .. date: 8241
323 .. date: 8240
333 .. date: 8239
342 .. date: 8238
352 .. date: 8237
363 .. date: 8236
372 .. date: 8235
382 .. date: 8234
392 .. date: 8233
402 .. date: 8232
412 .. date: 8231
421 .. date: 8230
425 Fix building C extensions with non-default LDFLAGS.
430 .. date: 8229
440 .. date: 8228
449 .. date: 8227
458 .. date: 8226
468 .. date: 8225
473 characters after '=' in a Q-encoded word.
478 .. date: 8224
489 .. date: 8223
498 .. date: 8222
507 .. date: 8221
516 .. date: 8220
525 .. date: 8219
529 The default read() implementation in io.RawIOBase now handles non-blocking
535 .. date: 8218
547 .. date: 8217
551 OrderedDict.__repr__ can now handle self-referential values: d['x'] = d.
556 .. date: 8216
565 .. date: 8215
575 .. date: 8214
580 prevents user-created self-referencing ordered dictionaries from becoming
582 means that the internal doubly-linked list has to wait for GC collection
588 .. date: 8213
592 random.Random.jumpahead(n) did not produce a sufficiently different internal
598 .. date: 8212
604 errno, or to filter timeout errors. Now the original error is re-raised.
609 .. date: 8211
620 .. date: 8210
624 Fix deep-copying of objects derived from the list and dict types. Patch by
630 .. date: 8209
640 .. date: 8208
650 .. date: 8207
661 .. date: 8206
671 .. date: 8205
681 .. date: 8204
686 x -= x and x ^= x.
691 .. date: 8203
701 .. date: 8202
710 .. date: 8201
711 .. nonce: G-M-pc
719 .. date: 8200
720 .. nonce: j1o-Zo
729 .. date: 8199
733 Signals received during a low-level write operation aren't ignored by the
739 .. date: 8198
743 Use weakrefs on for caching in the abc module, so that classes are not held
749 .. date: 8197
760 .. date: 8196
766 not be overwritten or removed.
771 .. date: 8195
782 .. date: 8194
794 .. date: 8193
804 .. date: 8192
805 .. nonce: Nh2L6-
814 .. date: 8191
818 thread-local objects now support cyclic garbage collection. Thread-local
825 .. date: 8190
834 .. date: 8189
843 .. date: 8188
853 .. date: 8187
864 .. date: 8186
873 .. date: 8185
883 .. date: 8184
888 for the added 'h/help' option if prefix_chars does not contain a '-',
894 .. date: 8183
903 .. date: 8182
912 .. date: 8181
921 .. date: 8180
925 Do not crash in the pstats interactive browser on invalid regular
931 .. date: 8179
941 .. date: 8178
945 In urllib.robotparser, if there are multiple 'User-agent: *' entries,
951 .. date: 8177
961 .. date: 8176
965 Fix the behavior of pdb's "continue" command when called in the top-level
971 .. date: 8175
980 .. date: 8174
984 In pdb, do not stop somewhere in the encodings machinery if the source file
985 to be debugged is in a non-builtin encoding.
990 .. date: 8173
999 .. date: 8172
1003 In pdb, do not crash when an empty line is entered as a breakpoint command.
1008 .. date: 8171
1012 Fix a leak of OS resources (mutexes or semaphores) when re-initializing a
1018 .. date: 8170
1022 Do not touch paths with the special prefixes ``\\.\`` or ``\\?\`` in
1028 .. date: 8169
1037 .. date: 8168
1047 .. date: 8167
1057 .. date: 8166
1066 .. date: 8165
1075 .. date: 8164
1076 .. nonce: fknkI-
1085 .. date: 8163
1089 Properly load old-style "expires" attribute in http.cookies.
1094 .. date: 8162
1103 .. date: 8161
1113 .. date: 8160
1123 .. date: 8159
1127 Implement getstate() and setstate() methods of utf-8-sig and utf-16
1133 .. date: 8158
1134 .. nonce: vO-_y8
1142 .. date: 8157
1146 cookielib was not properly handling URLs with a / in the parameters.
1151 .. date: 8156
1155 XML-RPC client retries the request on EPIPE error. The EPIPE error occurs
1156 when the server closes the socket and the client sends a big XML-RPC
1162 .. date: 8155
1171 .. date: 8154
1176 except a value (eg. --help= is rejected if getopt uses ['help='] long
1182 .. date: 8153
1191 .. date: 8152
1201 .. date: 8151
1210 .. date: 8150
1221 .. date: 8149
1227 Decimal('1e-999999999')).
1232 .. date: 8148
1242 .. date: 8147
1243 .. nonce: cB_z-D
1251 .. date: 8146
1260 .. date: 8145
1269 .. date: 8144
1278 .. date: 8143
1279 .. nonce: UkA-OR
1288 .. date: 8142
1298 .. date: 8141
1308 .. date: 8140
1318 .. date: 8139
1328 .. date: 8138
1338 .. date: 8137
1348 .. date: 8136
1357 .. date: 8135
1367 .. date: 8134
1377 .. date: 8133
1386 .. date: 8132
1395 .. date: 8131
1399 Fix memory leak when re-initializing a struct.Struct object.
1404 .. date: 8130
1409 other unix systems. In particular, os.getgroups() does not reflect any
1418 .. date: 8129
1429 .. date: 8128
1438 .. date: 8127
1447 .. date: 8126
1458 .. date: 8125
1459 .. nonce: WD9-r5
1467 .. date: 8124
1476 .. date: 8123
1480 Make json C89-compliant in UCS4 mode.
1485 .. date: 8122
1494 .. date: 8121
1504 .. date: 8120
1514 .. date: 8119
1523 .. date: 8118
1533 .. date: 8117
1543 .. date: 8116
1552 .. date: 8115
1553 .. nonce: DcFin-
1562 .. date: 8114
1567 ``2to3`` tool, that is you can use ``2to3-2.7`` to select the Python 2.7
1573 .. date: 8113
1584 .. date: 8112
1594 .. date: 8111
1603 .. date: 8110
1607 Do not hardcode ENOENT in test_subprocess.
1612 .. date: 8109
1613 .. nonce: qAJ8-i
1616 Make test.regrtest.__file__ absolute, this was not always the case when
1622 .. date: 8108
1631 .. date: 8107
1640 .. date: 8106
1649 .. date: 8105
1650 .. nonce: ps-pN3
1658 .. date: 8104
1667 .. date: 8103
1676 .. date: 8102
1685 .. date: 8101
1694 .. date: 8100
1704 .. date: 8099
1713 .. date: 8098
1722 .. date: 8097