Lines Matching +full:not +full:- +full:date
2 .. date: 6793
4 .. release date: 29-Feb-2008
13 .. date: 6792
22 .. date: 6791
31 .. date: 6790
41 .. date: 6789
55 .. date: 6788
69 .. date: 6787
81 .. date: 6786
91 .. date: 6785
102 .. date: 6784
112 .. date: 6783
123 .. date: 6782
133 .. date: 6781
138 not freed on interpreter shutdown.
143 .. date: 6780
147 Limit free list of method and built-in function objects to 256 entries each.
152 .. date: 6779
158 internal free lists of pre-allocted ints and floats.
163 .. date: 6778
173 .. date: 6777
177 Fix a bug that identifies 0j and -0j when they appear in the same code unit.
182 .. date: 6776
192 .. date: 6775
202 .. date: 6774
212 .. date: 6773
222 .. date: 6772
233 .. date: 6771
238 loosing_dict_ref.py (issue #1303614, test67.py); borrowed_ref_[34].py (not
244 .. date: 6770
245 .. nonce: GX0t-e
255 .. date: 6769
259 Python compiles with --enable-unicode=no again. However several extension
260 methods and modules do not work without unicode support.
265 .. date: 6768
266 .. nonce: -TxSag
270 code were not always recognized correctly.
275 .. date: 6767
284 .. date: 6766
293 .. date: 6765
303 .. date: 6764
313 .. date: 6763
323 .. date: 6762
328 speedups in heavily object-oriented code.
333 .. date: 6761
334 .. nonce: JYdqH-
343 .. date: 6760
352 .. date: 6759
356 Add -B command line option, PYTHONDONTWRITEBYTECODE envvar and
363 .. date: 6758
368 module. Now we get for example '%1 is not a valid Win32 application' instead
374 .. date: 6757
383 .. date: 6756
392 .. date: 6755
397 float("nan"), float("inf") and float("-inf") now work on every platform with
403 .. date: 6754
414 .. date: 6753
423 .. date: 6752
433 .. date: 6751
437 Avoid copying string in split/rsplit if the split char is not found.
442 .. date: 6750
451 .. date: 6749
456 packages with the -m switch via a new module level __package__ attribute.
461 .. date: 6748
472 .. date: 6747
481 .. date: 6746
482 .. nonce: 6-yfkc
491 .. date: 6745
495 The utf-7 incremental decoder did not accept truncated input. It now
501 .. date: 6744
512 .. date: 6743
513 .. nonce: 4-IaJd
523 .. date: 6742
532 .. date: 6741
541 .. date: 6740
550 .. date: 6739
554 The enumerate() built-in function is no longer bounded to sequences smaller
561 .. date: 6738
565 Tuple's tp_repr did not take into account the possibility of having a
566 self-referential tuple, which is possible from C code. Nor did object's tp_str
574 .. date: 6737
579 write to a file since the GIL was not released as needed. Now
581 implementations of the built-in types and those in the collections module.
586 .. date: 6736
596 .. date: 6735
606 .. date: 6734
619 .. date: 6733
620 .. nonce: -pIcnp
628 .. date: 6732
637 .. date: 6731
642 when a large width is passed on 32-bit platforms.
647 .. date: 6730
656 .. date: 6729
660 remove docstrings again when running with -OO.
665 .. date: 6728
675 .. date: 6727
679 Add -3 option to the interpreter to warn about features that are deprecated
685 .. date: 6726
694 .. date: 6725
704 .. date: 6724
713 .. date: 6723
717 don't expose object's __dict__ when the dict is inherited from a built-in
723 .. date: 6722
733 .. date: 6721
742 .. date: 6720
747 characters without re-mapping the remaining characters.
752 .. date: 6719
757 with the message "unpack non-sequence".
762 .. date: 6718
771 .. date: 6717
777 arguments is when it is not overridden and the other one is. For backwards
785 .. date: 6716
797 .. date: 6715
807 .. date: 6714
816 .. date: 6713
826 .. date: 6712
835 .. date: 6711
844 .. date: 6710
854 .. date: 6709
859 argument, if it exists. If not, it will work like before. This allows
865 .. date: 6708
869 Python no longer segfaults when faced with infinitely self-recursive
875 .. date: 6707
884 .. date: 6706
894 .. date: 6705
905 .. date: 6704
909 Don't exit the interpreter on a SystemExit exception if the -i command line
917 .. date: 6703
926 .. date: 6702
935 .. date: 6701
936 .. nonce: 936l-6
939 when assigning a slice (old-style), check for the sq_ass_slice instead of
945 .. date: 6700
955 .. date: 6699
956 .. nonce: puX_f-
964 .. date: 6698
965 .. nonce: LM67G-
974 .. date: 6697
979 itself during a __del__ call for new-style classes (classic classes still
985 .. date: 6696
989 Make PyTraceBack_Here use the current thread, not the frame's thread state.
994 .. date: 6695
1003 .. date: 6694
1013 .. date: 6693
1023 .. date: 6692
1032 .. date: 6691
1033 .. nonce: xyEZ-z
1041 .. date: 6690
1050 .. date: 6689
1059 .. date: 6688
1068 .. date: 6687
1078 .. date: 6686
1082 SystemError not raised on too many nested blocks.
1087 .. date: 6685
1097 .. date: 6684
1107 .. date: 6683
1117 .. date: 6682
1127 .. date: 6681
1137 .. date: 6680
1146 .. date: 6679
1151 fixed to not rely on undefined behaviour of the C compiler anymore.
1156 .. date: 6678
1166 .. date: 6677
1176 .. date: 6676
1180 Fix a bug in the parser's future statement handling that led to "with" not
1187 .. date: 6675
1196 .. date: 6674
1205 .. date: 6673
1214 .. date: 6672
1218 Exceptions do not define an explicit __unicode__ method. This allows
1224 .. date: 6671
1234 .. date: 6670
1235 .. nonce: cUpUA-
1238 emit better error messages for erroneous relative imports (if not in package
1244 .. date: 6669
1249 optimizations. Changed to be more standard-conforming.
1254 .. date: 6668
1263 .. date: 6667
1272 .. date: 6666
1277 the original string if sep was not found.
1282 .. date: 6665
1294 .. date: 6664
1303 .. date: 6663
1312 .. date: 6662
1321 .. date: 6661
1331 .. date: 6660
1340 .. date: 6659
1349 .. date: 6658
1358 .. date: 6657
1367 .. date: 6656
1368 .. nonce: -5gXNT
1371 httplib now ignores negative Content-Length headers.
1376 .. date: 6655
1380 If an invalid chunked-encoding header is sent by a server, httplib will now
1386 .. date: 6654
1395 .. date: 6653
1399 ConfigParser now does not let you add the "default" section (ignore-case)
1404 .. date: 6652
1409 copy_reg.py, so the interpreter now starts up without warnings when '-3' is
1415 .. date: 6651
1424 .. date: 6650
1433 .. date: 6649
1437 ctypes instances that are not or do not contain pointers can now be pickled.
1442 .. date: 6648
1452 .. date: 6647
1463 .. date: 6646
1473 .. date: 6645
1483 .. date: 6644
1493 .. date: 6643
1503 .. date: 6642
1504 .. nonce: 1yQpV-
1514 .. date: 6641
1525 .. date: 6640
1534 .. date: 6639
1544 .. date: 6638
1548 include sub-extension modules in pydoc's text output.
1553 .. date: 6637
1557 fix an off-by-one bug in TimedRotatingHandler's rollover time calculation.
1562 .. date: 6636
1571 .. date: 6635
1581 .. date: 6634
1590 .. date: 6633
1596 ``--with-pydebug``.
1601 .. date: 6632
1605 move plistlib from plat-mac directory to general library.
1610 .. date: 6631
1619 .. date: 6630
1628 .. date: 6629
1632 in urllib, don't read non-existing directories in ftp mode, returning a
1633 0-byte file -- raise an IOError instead.
1638 .. date: 6628
1648 .. date: 6627
1658 .. date: 6626
1668 .. date: 6625
1678 .. date: 6624
1689 .. date: 6623
1699 .. date: 6622
1703 trace.py --ignore-module - accept multiple comma-separated modules to be
1709 .. date: 6621
1710 .. nonce: p-ABc6
1713 MIMEMultipart.is_multipart() behaves correctly for a just-created (and
1719 .. date: 6620
1729 .. date: 6619
1738 .. date: 6618
1742 Add insert-mode editing to curses.textpad.Textbox (patch by Stefan Wehr).
1743 Also, fix an off-by-one bug in Textbox.gather().
1748 .. date: 6617
1759 .. date: 6616
1764 array types do not live longer than needed.
1769 .. date: 6615
1779 .. date: 6614
1789 .. date: 6613
1800 .. date: 6612
1810 .. date: 6611
1811 .. nonce: r8_kX-
1814 Doctest now returns results as a named tuple for readability: (0, 7) -->
1820 .. date: 6610
1830 .. date: 6609
1840 .. date: 6608
1849 .. date: 6607
1858 .. date: 6606
1867 .. date: 6605
1877 .. date: 6604
1878 .. nonce: 9ck-BF
1886 .. date: 6603
1895 .. date: 6602
1896 .. nonce: Xgf-_n
1904 .. date: 6601
1913 .. date: 6600
1922 .. date: 6599
1932 .. date: 6598
1941 .. date: 6597
1951 .. date: 6596
1960 .. date: 6595
1964 Support loading pickles of random.Random objects created on 32-bit systems
1965 on 64-bit systems, and vice versa. As a consequence of the change, Random
1971 .. date: 6594
1981 .. date: 6593
1985 tarfile.py: Read fileobj from the current offset, do not seek to the start.
1990 .. date: 6592
2000 .. date: 6591
2001 .. nonce: f7q9_-
2009 .. date: 6590
2019 .. date: 6589
2029 .. date: 6588
2033 On alpha, arm, ppc, and s390 linux systems the --with-system-ffi configure
2039 .. date: 6587
2049 .. date: 6586
2050 .. nonce: -eJDB_
2054 methods are used. (See also: bpo-1287)
2059 .. date: 6585
2063 ctypes will now work correctly on 32-bit systems when Python is configured
2064 with --with-system-ffi.
2069 .. date: 6584
2074 ``--disable-toolbox-glue``.
2079 .. date: 6583
2088 .. date: 6582
2098 .. date: 6581
2108 .. date: 6580
2117 .. date: 6579
2126 .. date: 6578
2135 .. date: 6577
2136 .. nonce: oxsMZ-
2145 .. date: 6576
2154 .. date: 6575
2163 .. date: 6574
2167 When encountering a password-protected robots.txt file the RobotFileParser
2173 .. date: 6573
2174 .. nonce: -jXdBx
2183 .. date: 6572
2193 .. date: 6571
2197 Server-side SSL support and cert verification added, by Bill Janssen.
2202 .. date: 6570
2211 .. date: 6569
2220 .. date: 6568
2224 EUC-KR codec now handles the cheot-ga-keut composed make-up hangul
2230 .. date: 6567
2234 GB18030 codec now can encode additional two-byte characters that are missing
2240 .. date: 6566
2244 Add new codecs for UTF-32, UTF-32-LE and UTF-32-BE.
2249 .. date: 6565
2253 Return UTF-16 pair if unicodedata.lookup cannot represent the result in a
2259 .. date: 6564
2260 .. nonce: nosP-g
2268 .. date: 6563
2277 .. date: 6562
2288 .. date: 6561
2289 .. nonce: QHd-OV
2297 .. date: 6560
2306 .. date: 6559
2316 .. date: 6558
2317 .. nonce: mMxho-
2327 .. date: 6557
2337 .. date: 6556
2338 .. nonce: WVvA-8
2347 .. date: 6555
2352 bpo-1720897)
2357 .. date: 6554
2366 .. date: 6553
2375 .. date: 6552
2385 .. date: 6551
2394 .. date: 6550
2403 .. date: 6549
2413 .. date: 6548
2422 .. date: 6547
2431 .. date: 6546
2440 .. date: 6545
2450 .. date: 6544
2460 .. date: 6543
2464 Removed plat-freebsd2 and plat-freebsd3 directories (and IN.py in the
2470 .. date: 6542
2474 HTML-escape the plain traceback in cgitb's HTML output, to prevent the
2481 .. date: 6541
2490 .. date: 6540
2500 .. date: 6539
2509 .. date: 6538
2518 .. date: 6537
2529 .. date: 6536
2533 Specifying the SWIG option "-c++" in the setup.py file (as opposed to the
2539 .. date: 6535
2550 .. date: 6534
2560 .. date: 6533
2569 .. date: 6532
2580 .. date: 6531
2591 .. date: 6530
2600 .. date: 6529
2610 .. date: 6528
2619 .. date: 6527
2623 os.walk() now has a "followlinks" parameter. If set to True (which is not
2629 .. date: 6526
2640 .. date: 6525
2641 .. nonce: Nn-Kby
2649 .. date: 6524
2658 .. date: 6523
2662 fix long-standing bug in urllib which caused an AttributeError instead of an
2668 .. date: 6522
2679 .. date: 6521
2689 .. date: 6520
2698 .. date: 6519
2699 .. nonce: qba-ui
2708 .. date: 6518
2717 .. date: 6517
2718 .. nonce: 1HDrw-
2727 .. date: 6516
2738 .. date: 6515
2739 .. nonce: mojZP-
2743 False to prevent the default delete-on-close behavior.
2748 .. date: 6514
2758 .. date: 6513
2769 .. date: 6512
2773 Added support for the POSIX.1-2001 (pax) format to tarfile.py. Extended and
2779 .. date: 6511
2789 .. date: 6510
2798 .. date: 6509
2807 .. date: 6508
2813 fields not in the CSV field names list.
2818 .. date: 6507
2828 .. date: 6506
2837 .. date: 6505
2847 .. date: 6504
2858 .. date: 6503
2868 .. date: 6502
2869 .. nonce: -50Nso
2878 .. date: 6501
2888 .. date: 6500
2898 .. date: 6499
2907 .. date: 6498
2916 .. date: 6497
2926 .. date: 6496
2927 .. nonce: Q-42A9
2935 .. date: 6495
2940 TestSuite subclasses (not instances) are no longer accepted in
2942 made sense with ordinary subclasses -- the failure just occurred later, with
2948 .. date: 6494
2957 .. date: 6493
2962 module. (See also: bpo-1550272)
2967 .. date: 6492
2977 .. date: 6491
2987 .. date: 6490
2996 .. date: 6489
3000 you can now run doctest on test files and modules using "python -m doctest
3001 [-v] filename ...".
3006 .. date: 6488
3015 .. date: 6487
3024 .. date: 6486
3033 .. date: 6485
3042 .. date: 6484
3051 .. date: 6483
3061 .. date: 6482
3070 .. date: 6481
3079 .. date: 6480
3088 .. date: 6479
3097 .. date: 6478
3106 .. date: 6477
3110 Make trace's --ignore-dir facility work in the face of relative directory
3116 .. date: 6476
3120 Search for shared python library in LIBDIR, not lib/python/config, on
3126 .. date: 6475
3136 .. date: 6474
3145 .. date: 6473
3154 .. date: 6472
3165 .. date: 6471
3174 .. date: 6470
3183 .. date: 6469
3192 .. date: 6468
3201 .. date: 6467
3211 .. date: 6466
3212 .. nonce: 2-kVtg
3221 .. date: 6465
3230 .. date: 6464
3234 The sets module has been deprecated. Use the built-in set/frozenset types
3240 .. date: 6463
3249 .. date: 6462
3253 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions of
3260 .. date: 6461
3269 .. date: 6460
3280 .. date: 6459
3290 .. date: 6458
3300 .. date: 6457
3310 .. date: 6456
3319 .. date: 6455
3328 .. date: 6454
3337 .. date: 6453
3347 .. date: 6452
3357 .. date: 6451
3361 Fix a problem in logging.config with spaces in comma- separated lists read
3367 .. date: 6450
3377 .. date: 6449
3387 .. date: 6448
3396 .. date: 6447
3405 .. date: 6446
3414 .. date: 6445
3423 .. date: 6444
3427 Marshal new-style objects like InstanceType in xmlrpclib.
3432 .. date: 6443
3433 .. nonce: P-fEXH
3436 cStringIO.truncate(-1) now raises an IOError, like StringIO and regular
3442 .. date: 6442
3451 .. date: 6441
3460 .. date: 6440
3470 .. date: 6439
3480 .. date: 6438
3489 .. date: 6437
3498 .. date: 6436
3507 .. date: 6435
3516 .. date: 6434
3526 .. date: 6433
3536 .. date: 6432
3537 .. nonce: nfmx--
3546 .. date: 6431
3555 .. date: 6430
3564 .. date: 6429
3573 .. date: 6428
3582 .. date: 6427
3591 .. date: 6426
3600 .. date: 6425
3605 the built-in compiler, using the LIST_APPEND opcode.
3610 .. date: 6424
3614 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and fix all
3621 .. date: 6423
3630 .. date: 6422
3639 .. date: 6421
3643 Add .note.GNU-stack to ctypes' sysv.S so that ctypes isn't considered as
3649 .. date: 6420
3660 .. date: 6419
3671 .. date: 6418
3672 .. nonce: DJh_i-
3680 .. date: 6417
3689 .. date: 6416
3699 .. date: 6415
3703 in pyclbr, return full module name not only for classes, but also for
3709 .. date: 6414
3719 .. date: 6413
3728 .. date: 6412
3738 .. date: 6411
3748 .. date: 6410
3759 .. date: 6409
3764 close_fds arg to subprocess.Popen is not supported).
3769 .. date: 6408
3778 .. date: 6407
3788 .. date: 6406
3797 .. date: 6405
3807 .. date: 6404
3817 .. date: 6403
3827 .. date: 6402
3831 Do not close standard file descriptors in subprocess.
3836 .. date: 6401
3840 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the
3847 .. date: 6400
3857 .. date: 6399
3858 .. nonce: v5y-W2
3862 forgets any knowledge obtained from the server not obtained from the TLS
3868 .. date: 6398
3874 SMTP.starttls() now raises an exception of the server does not claim to
3881 .. date: 6397
3890 .. date: 6396
3899 .. date: 6395
3908 .. date: 6394
3917 .. date: 6393
3926 .. date: 6392
3930 mmap.error is now a subclass of EnvironmentError and not a direct
3936 .. date: 6391
3945 .. date: 6390
3946 .. nonce: -AQbR3
3954 .. date: 6389
3963 .. date: 6388
3972 .. date: 6387
3982 .. date: 6386
3991 .. date: 6385
3995 mmap.mmap is now a class, not a factory function. It is also subclassable
4001 .. date: 6384
4010 .. date: 6383
4020 .. date: 6382
4030 .. date: 6381
4041 .. date: 6380
4051 .. date: 6379
4060 .. date: 6378
4070 .. date: 6377
4080 .. date: 6376
4089 .. date: 6375
4098 .. date: 6374
4109 .. date: 6373
4119 .. date: 6372
4120 .. nonce: OFK-oY
4128 .. date: 6371
4137 .. date: 6370
4148 .. date: 6369
4157 .. date: 6368
4158 .. nonce: ahOvw-
4161 Avoid declaration of zero-sized array declaration in structure.
4166 .. date: 6367
4167 .. nonce: -gsoXT
4175 .. date: 6366
4184 .. date: 6365
4185 .. nonce: 85-yC3
4194 .. date: 6364
4203 when they want to store duplicates; not DB[k] = v.
4208 .. date: 6363
4217 .. date: 6362
4226 .. date: 6361
4238 .. date: 6360
4248 .. date: 6359
4257 .. date: 6358
4266 .. date: 6357
4276 .. date: 6356
4277 .. nonce: --CKWP
4285 .. date: 6355
4294 .. date: 6354
4303 .. date: 6353
4312 .. date: 6352
4316 don't reject keyword arguments for subclasses of built-in types.
4321 .. date: 6351
4330 .. date: 6350
4340 .. date: 6349
4344 Improve thread-safety of the socket module by moving the sock_addr_t storage
4350 .. date: 6348
4360 .. date: 6347
4369 .. date: 6346
4370 .. nonce: CZ-jdO
4379 .. date: 6345
4388 .. date: 6344
4397 .. date: 6343
4406 .. date: 6342
4415 .. date: 6341
4419 fix a bug in ISO-2022 codecs which may cause segfault when encoding non-BMP
4425 .. date: 6340
4435 .. date: 6339
4444 .. date: 6338
4453 .. date: 6337
4462 .. date: 6336
4471 .. date: 6335
4475 fix curses module compilation on 64-bit AIX, & possibly other 64-bit LP64
4476 platforms where attr_t is not the same size as a long. (Contributed by Luke
4482 .. date: 6334
4491 .. date: 6333
4495 Fixed a few bugs on cjkcodecs: - gbk and gb18030 codec now handle U+30FB
4496 KATAKANA MIDDLE DOT correctly. - iso2022_jp_2 codec now encodes into G0
4497 for KS X 1001, GB2312 codepoints to conform the standard. - iso2022_jp_3
4503 .. date: 6332
4515 .. date: 6331
4525 .. date: 6330
4535 .. date: 6329
4545 .. date: 6328
4549 Fix an off-by-one bug in locale.strxfrm().
4554 .. date: 6327
4558 Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
4563 .. date: 6326
4567 Build using system ffi library on arm*-linux*.
4572 .. date: 6325
4581 .. date: 6324
4591 .. date: 6323
4600 .. date: 6322
4604 Start the IDLE subprocess with -Qnew if the parent is started with that
4610 .. date: 6321
4619 .. date: 6320
4630 .. date: 6319
4639 .. date: 6318
4640 .. nonce: 7j-hhA
4648 .. date: 6317
4659 .. date: 6316
4669 .. date: 6315
4678 .. date: 6314
4683 surround calls to resources that are not guaranteed to work even if
4689 .. date: 6313
4698 .. date: 6312
4709 .. date: 6311
4718 .. date: 6310
4727 .. date: 6309
4737 .. date: 6308
4747 .. date: 6307
4752 preserve user/group and permissions. Added also a --nobackup option to not
4759 .. date: 6306
4770 .. date: 6305
4780 .. date: 6304
4790 .. date: 6303
4800 .. date: 6302
4811 .. date: 6301
4821 .. date: 6300
4831 .. date: 6299
4841 .. date: 6298
4850 .. date: 6297
4859 .. date: 6296
4869 .. date: 6295
4879 .. date: 6294
4888 .. date: 6293
4897 .. date: 6292
4907 .. date: 6291
4911 add a section about subclassing built-in types to the "extending and
4917 .. date: 6290
4921 fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
4926 .. date: 6289
4935 .. date: 6288
4945 .. date: 6287
4954 .. date: 6286
4965 .. date: 6285
4974 .. date: 6284
4978 Make auto-generated python.vim file list built-ins and exceptions in
4980 the file is stale or not.
4985 .. date: 6283
4989 Fixed small bugglet in pybench that caused a missing file not to get
4995 .. date: 6282
5006 .. date: 6281
5016 .. date: 6280
5025 .. date: 6279
5034 .. date: 6278
5045 .. date: 6277
5055 .. date: 6276
5064 .. date: 6275
5068 use -fwrapv when GCC supports it. This is important, newer GCC versions may
5074 .. date: 6274
5083 .. date: 6273
5087 Add a FAST_LOOPS build option that speeds-up looping by trading away
5089 option is turned-off. It should only be enabled in debugged, performance
5095 .. date: 6272
5104 .. date: 6271
5113 .. date: 6270
5122 .. date: 6269
5131 .. date: 6268
5141 .. date: 6267
5145 don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS returned by
5146 python-config if Python was built with --enable-shared because that prevented the
5152 .. date: 6266
5162 .. date: 6265
5166 Use -Kpic instead of -xcode=pic32 on Solaris/x86.
5171 .. date: 6264
5180 .. date: 6263
5190 .. date: 6262
5200 .. date: 6261
5209 .. date: 6260
5218 .. date: 6259
5219 .. nonce: JS-AGw
5227 .. date: 6258
5236 .. date: 6257
5245 .. date: 6256
5254 .. date: 6255
5264 .. date: 6254
5275 .. date: 6253
5281 it does not steal a reference to the added item.
5286 .. date: 6252
5295 .. date: 6251
5306 .. date: 6250
5315 .. date: 6249
5325 .. date: 6248
5337 .. date: 6247
5346 .. date: 6246
5357 .. date: 6245
5361 Py_ssize_t fields work in structmember when HAVE_LONG_LONG is not defined.
5366 .. date: 6244
5375 .. date: 6243
5384 .. date: 6242
5393 .. date: 6241
5402 .. date: 6240
5412 .. date: 6239
5413 .. nonce: A7o-lD
5416 Make _PyGILState_NoteThreadState() static, it was not used anywhere outside
5417 of pystate.c and should not be necessary.
5422 .. date: 6238
5433 .. date: 6237
5443 .. date: 6236
5447 remove semi-colon at end of PyImport_ImportModuleEx macro so it can be used
5453 .. date: 6235
5464 .. date: 6234
5474 .. date: 6233
5483 .. date: 6232
5492 .. date: 6231
5501 .. date: 6230
5507 and was a no-op under OS X.