• Home
  • Raw
  • Download

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

2 .. date: 7759
4 .. release date: 2009-12-05
13 .. date: 7758
24 .. date: 7757
34 .. date: 7756
39 1e-100 used to raise OverflowError, but now gives the requested 120
45 .. date: 7755
46 .. nonce: Z3-djS
54 .. date: 7754
63 .. date: 7753
72 .. date: 7752
78 round-half-to-even rounding mode). Previously it gave a string based on
80 similarly. On platforms where the correctly-rounded strtod and dtoa code is
81 not supported (see below), repr is unchanged.
86 .. date: 7751
90 On almost all platforms: float-to-string and string-to-float conversions
93 constructors; old-style and new-style numeric formatting; serialization and
96 Decimal-to-float conversion.
98 The conversions use a Python-adapted version of David Gay's well-known
99 dtoa.c, providing correctly-rounded strtod and dtoa C functions. This code
100 is supported on Windows, and on Unix-like platforms using gcc, icc or suncc
102 correct operation of this code cannot be guaranteed, so the code is not
103 used: notably, this applies to platforms where the C double format is not
105 to 64-bit precision and Python's configure script is unable to determine how
112 .. date: 7750
117 correctly-rounded string <-> float conversions described above (when
128 .. date: 7749
132 Fix the cyrillic-asian alias for the ptcp154 encoding.
137 .. date: 7748
147 .. date: 7747
157 .. date: 7746
167 .. date: 7745
176 .. date: 7744
187 .. date: 7743
197 .. date: 7742
206 .. date: 7741
210 The ``__dict__`` of a module should not be cleared unless the module is the
216 .. date: 7740
222 Lesniewski-Laas.
227 .. date: 7739
228 .. nonce: kUk5-B
237 .. date: 7738
249 .. date: 7737
258 .. date: 7736
259 .. nonce: bkqqa-
263 through the shell. Patch by Jean-Paul Calderone and Jani Hakala.
268 .. date: 7735
278 .. date: 7734
288 .. date: 7733
298 .. date: 7732
302 Fix an infinite loop when trying to decode an invalid UTF-32 stream with a
303 non-raising error handler like "replace" or "ignore".
308 .. date: 7731
312 Improve performance of base 10 int -> string and long -> string conversions.
317 .. date: 7730
326 .. date: 7729
330 Do not emit DeprecationWarnings when accessing a "message" attribute on
336 .. date: 7728
337 .. nonce: q7b-Oy
345 .. date: 7727
354 .. date: 7726
364 .. date: 7725
374 .. date: 7724
383 .. date: 7723
392 .. date: 7722
402 .. date: 7721
411 .. date: 7720
412 .. nonce: -wC7vb
421 .. date: 7719
422 .. nonce: B-bSRk
431 .. date: 7718
435 Fixed an incorrect Py3k warning about order comparisons of built-in
441 .. date: 7717
446 failure on HP-UX: int32_t and uint32_t are defined in inttypes.h instead of
452 .. date: 7716
461 .. date: 7715
471 .. date: 7714
480 .. date: 7713
490 .. date: 7712
499 .. date: 7711
509 .. date: 7710
518 .. date: 7709
522 When debugging a very large function, it was not always possible to update
528 .. date: 7708
532 C functions called with keyword arguments were not reported by the various
538 .. date: 7707
548 .. date: 7706
552 Added support for multiple context managers in the same with-statement.
558 .. date: 7705
568 .. date: 7704
578 .. date: 7703
582 Removed Py_WIN_WIDE_FILENAMES which is not used any more.
587 .. date: 7702
597 .. date: 7701
606 .. date: 7700
614 and (3) the interpretation of fromhex('-nan') didn't match that of
615 float('-nan').
620 .. date: 7699
625 type (that is, not one of 'e', 'f', 'g', or 'n') to be like 'g' but with at
635 .. date: 7698
646 .. date: 7697
650 The UTF-7 decoder was too strict and didn't accept some legal sequences.
656 .. date: 7696
657 .. nonce: 8-XCeQ
666 .. date: 7695
676 .. date: 7694
686 .. date: 7693
690 Fix titlecase for characters that are their own titlecase, but not their own
696 .. date: 7692
706 .. date: 7691
715 .. date: 7690
725 .. date: 7689
735 .. date: 7688
745 .. date: 7687
755 .. date: 7686
759 Make long -> float (and int -> float) conversions correctly rounded.
764 .. date: 7685
769 built-in types.
774 .. date: 7684
779 ``round(-0.0)`` was losing the sign of the zero.
784 .. date: 7683
793 .. date: 7682
797 The "-3" command-line option now implies "-t".
802 .. date: 7681
812 .. date: 7680
813 .. nonce: v-oJ0Q
821 .. date: 7679
831 .. date: 7678
840 .. date: 7677
844 On MacOSX /Library/Python/2.7/site-packages is added to the end sys.path,
850 .. date: 7676
855 are not tracked by the garbage collector. This can reduce the size of
856 collections and therefore the garbage collection overhead on long-running
862 .. date: 7675
873 .. date: 7674
879 by default on 64-bit machines. Add --enable-big-digits option to configure,
886 .. date: 7673
896 .. date: 7672
897 .. nonce: d-gOFs
906 .. date: 7671
910 Allow auto-numbered fields in str.format(). For example: ``'{} {}'.format(1,
916 .. date: 7670
926 .. date: 7669
936 .. date: 7668
937 .. nonce: UMEr-l
940 Running Python with the -3 option now also warns about classic division for
946 .. date: 7667
947 .. nonce: Em88-S
951 a 32-bit system and 6 bytes per long on a 64-bit system.
956 .. date: 7666
966 .. date: 7665
976 .. date: 7664
985 .. date: 7663
996 .. date: 7662
1006 .. date: 7661
1015 .. date: 7660
1016 .. nonce: zBKF-Y
1024 .. date: 7659
1035 .. date: 7658
1045 .. date: 7657
1054 .. date: 7656
1063 .. date: 7655
1069 them does not show quadratic performance. Based on a proposal by Martin von
1070 Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.
1075 .. date: 7654
1084 .. date: 7653
1092 Ziga Seilnacht and Jean-Paul Calderone.
1097 .. date: 7652
1106 .. date: 7651
1110 IOError.filename was not set when _fileio.FileIO failed to open file with
1116 .. date: 7650
1120 Reference cycles created through a dict, set or deque iterator did not get
1126 .. date: 7649
1136 .. date: 7648
1146 .. date: 7647
1155 .. date: 7646
1165 .. date: 7645
1175 .. date: 7644
1180 times, not only when some objects are uncollectable/unreachable. Original
1186 .. date: 7643
1195 .. date: 7642
1205 .. date: 7641
1215 .. date: 7640
1224 .. date: 7639
1235 .. date: 7638
1240 abort ("Fatal Python error: Could not reset the stack!") instead of throwing
1246 .. date: 7637
1256 .. date: 7636
1266 .. date: 7635
1278 .. date: 7634
1288 .. date: 7633
1297 .. date: 7632
1306 .. date: 7631
1315 .. date: 7630
1316 .. nonce: 7zU-HH
1325 .. date: 7629
1329 Fixed a crash when pickling an object which ``__reduce__`` method does not
1335 .. date: 7628
1345 .. date: 7627
1355 .. date: 7626
1356 .. nonce: 6ugG-L
1359 On windows, ``os.chdir()`` given unicode was not working if
1367 .. date: 7625
1379 .. date: 7624
1389 .. date: 7623
1398 .. date: 7622
1407 .. date: 7621
1408 .. nonce: -7Es2G
1417 .. date: 7620
1427 .. date: 7619
1428 .. nonce: 0youo-
1437 .. date: 7618
1441 os.setuid() would not accept values > 2**31-1 but pwd.getpwnam() returned
1447 .. date: 7617
1453 step. This avoids problems with counting UTF-8 bytes that ignores the effect
1459 .. date: 7616
1463 The unicode-internal encoder now reports the number of characters consumed
1469 .. date: 7615
1473 When compiled with the ``--with-valgrind`` option, the pymalloc allocator
1481 .. date: 7614
1490 .. date: 7613
1499 .. date: 7612
1509 .. date: 7611
1519 .. date: 7610
1523 Fixed the removal of meaningful spaces when PKG-INFO is generated in
1529 .. date: 7609
1539 .. date: 7608
1545 by Jean-Paul Calderone.
1550 .. date: 7607
1555 group is not forced, because the group may be different from the user's
1561 .. date: 7606
1570 .. date: 7605
1579 .. date: 7604
1590 .. date: 7603
1601 .. date: 7602
1610 .. date: 7601
1619 .. date: 7600
1629 .. date: 7599
1633 distutils.tests.test_msvc9compiler - dragfullwindows can be 2.
1638 .. date: 7598
1647 .. date: 7597
1657 .. date: 7596
1667 .. date: 7595
1671 pydoc no longer corrupts sys.path when run with the '-m' switch.
1676 .. date: 7594
1686 .. date: 7593
1696 .. date: 7592
1709 .. date: 7591
1720 .. date: 7590
1731 .. date: 7589
1742 .. date: 7588
1746 Fix a possible deadlock when deallocating thread-local objects which are
1752 .. date: 7587
1756 Allow 64-bit values for the ``ident`` and ``data`` fields of kevent objects
1757 on 64-bit systems. Patch by Michael Broghton.
1762 .. date: 7586
1773 .. date: 7585
1778 existing input does not confuse it and lead to incorrect entry or an
1780 echoing the input afterwards on OSes such as Solaris. (See also: bpo-7208)
1785 .. date: 7584
1789 Fix a number of two-argument Decimal methods to make sure that they accept
1797 .. date: 7583
1807 .. date: 7582
1816 .. date: 7581
1826 .. date: 7580
1827 .. nonce: QiP1X-
1836 .. date: 7579
1837 .. nonce: QFsV-G
1840 byte-compilation in Distutils is now done with respect to
1846 .. date: 7578
1856 .. date: 7577
1865 .. date: 7576
1874 .. date: 7575
1875 .. nonce: fxh-zw
1884 .. date: 7574
1894 .. date: 7573
1903 .. date: 7572
1912 .. date: 7571
1921 .. date: 7570
1930 .. date: 7569
1939 .. date: 7568
1949 .. date: 7567
1954 for it is the Content-Type header.
1959 .. date: 7566
1969 .. date: 7565
1978 .. date: 7564
1982 Add ``TestCase.assert(Not)IsInstance()`` methods.
1987 .. date: 7563
1997 .. date: 7562
2002 using a non-gcc compiler. Patch by egreen. (See also: bpo-6348)
2007 .. date: 7561
2008 .. nonce: Xr-JVf
2016 .. date: 7560
2025 .. date: 7559
2035 .. date: 7558
2039 ctypes Structure sub-subclass does now initialize correctly with base class
2045 .. date: 7557
2054 .. date: 7556
2063 .. date: 7555
2072 .. date: 7554
2076 Fixed HP-UX runtime library dir options in distutils.unixcompiler. Initial
2082 .. date: 7553
2091 .. date: 7552
2102 .. date: 7551
2112 .. date: 7550
2116 plat-mac/bundlebuilder refers to non-existing version.plist.
2121 .. date: 7549
2127 speed increase when downloading large files servend with a Transfer-Encoding
2133 .. date: 7548
2134 .. nonce: -iW5eK
2137 In Cookie's Cookie.load(), properly handle non-string arguments as
2143 .. date: 7547
2153 .. date: 7546
2154 .. nonce: 593-Mx
2157 Do not normalize stored pathnames in tarfile.
2162 .. date: 7545
2163 .. nonce: k5-rmk
2172 .. date: 7544
2181 .. date: 7543
2190 .. date: 7542
2199 .. date: 7541
2208 .. date: 7540
2217 .. date: 7539
2221 Do not override Tkinter.Text methods when creating a ScrolledText.
2226 .. date: 7538
2235 .. date: 7537
2236 .. nonce: 3A5Z-R
2239 Add the XView and YView mix-ins to avoid duplicating the xview* and yview*
2245 .. date: 7536
2252 was not present in the pure Python implementation.
2257 .. date: 7535
2267 .. date: 7534
2278 .. date: 7533
2284 accepting [0-9].
2289 .. date: 7532
2299 .. date: 7531
2303 Fixed a crash in cPickle.load(), when given a file-like object containing
2309 .. date: 7530
2314 when used with -O.
2319 .. date: 7529
2328 .. date: 7528
2339 .. date: 7527
2348 .. date: 7526
2360 .. date: 7525
2369 .. date: 7524
2378 .. date: 7523
2388 .. date: 7522
2397 .. date: 7521
2398 .. nonce: Or-Jam
2406 .. date: 7520
2415 .. date: 7519
2425 .. date: 7518
2434 .. date: 7517
2440 also: bpo-5313, bpo-5331)
2445 .. date: 7516
2455 .. date: 7515
2464 .. date: 7514
2468 pydoc would report no documentation found if a module generated a 'not
2475 .. date: 7513
2484 .. date: 7512
2494 .. date: 7511
2503 .. date: 7510
2504 .. nonce: aY-0-v
2512 .. date: 7509
2521 .. date: 7508
2531 .. date: 7507
2535 mmap tried to close invalid file handle (-1) for anonymous maps on Unix.
2540 .. date: 7506
2541 .. nonce: e-D-t7
2550 .. date: 7505
2559 .. date: 7504
2568 .. date: 7503
2577 .. date: 7502
2583 ``LDFLAGS='-rpath=\$$LIB:/some/other/path'``. Patch by Floris Bruynooghe.
2588 .. date: 7501
2597 .. date: 7500
2607 .. date: 7499
2616 .. date: 7498
2617 .. nonce: u-IDuG
2626 .. date: 7497
2637 .. date: 7496
2647 .. date: 7495
2651 bdist_msi can now build packages that do not depend on a specific Python
2657 .. date: 7494
2662 which makes some operations possible under 64-bit Linux (e.g. DN_MULTISHOT
2668 .. date: 7493
2678 .. date: 7492
2689 .. date: 7491
2699 .. date: 7490
2709 .. date: 7489
2718 .. date: 7488
2728 .. date: 7487
2737 .. date: 7486
2747 .. date: 7485
2748 .. nonce: M-5sGT
2751 Make imaplib IPv6-capable. Patch by Derek Morr.
2756 .. date: 7484
2757 .. nonce: x-8Oxl
2765 .. date: 7483
2769 Make nntplib IPv6-capable. Patch by Derek Morr.
2774 .. date: 7482
2784 .. date: 7481
2794 .. date: 7480
2798 distutils build_ext.get_outputs was not taking into account the inplace
2804 .. date: 7479
2809 old-style extensions.
2814 .. date: 7478
2824 .. date: 7477
2833 .. date: 7476
2843 .. date: 7475
2847 Distutils build_clib command was not working anymore because of an
2855 .. date: 7474
2859 aifc's close method did not close the file it wrapped, now it does. This
2865 .. date: 7473
2874 .. date: 7472
2883 .. date: 7471
2893 .. date: 7470
2903 .. date: 7469
2912 .. date: 7468
2923 .. date: 7467
2933 .. date: 7466
2943 .. date: 7465
2952 .. date: 7464
2956 distutils.tests.test_config_cmd is not locale-sensitive anymore.
2961 .. date: 7463
2965 ctypes should now build again on mipsel-linux-gnu
2970 .. date: 7462
2981 .. date: 7461
2992 .. date: 7460
2997 should not be exported.
3002 .. date: 7459
3012 .. date: 7458
3021 .. date: 7457
3031 .. date: 7456
3040 .. date: 7455
3044 For the two-argument form of the Fraction constructor, ``Fraction(m, n)``, m
3050 .. date: 7454
3061 .. date: 7453
3070 .. date: 7452
3079 .. date: 7451
3084 handle_expt_event call, not handle_read_event, and POLLERR and POLLNVAL now
3085 call handle_close, not handle_expt_event. Also, dispatcher now has an
3092 .. date: 7450
3101 .. date: 7449
3111 .. date: 7448
3120 .. date: 7447
3124 Distutils bdist_wininst no longer worked on non-Windows platforms. Initial
3130 .. date: 7446
3140 .. date: 7445
3150 .. date: 7444
3160 .. date: 7443
3169 .. date: 7442
3178 .. date: 7441
3187 .. date: 7440
3196 .. date: 7439
3205 .. date: 7438
3214 .. date: 7437
3224 .. date: 7436
3235 .. date: 7435
3245 .. date: 7434
3255 .. date: 7433
3267 .. date: 7432
3277 .. date: 7431
3287 .. date: 7430
3291 A fix to allow you to run "python -m unittest test_module" or "python -m
3297 .. date: 7429
3307 .. date: 7428
3319 .. date: 7427
3328 .. date: 7426
3338 .. date: 7425
3347 .. date: 7424
3357 .. date: 7423
3366 .. date: 7422
3375 .. date: 7421
3386 .. date: 7420
3395 .. date: 7419
3405 .. date: 7418
3409 Thread.ident was None for the main thread and threads not created with the
3415 .. date: 7417
3424 .. date: 7416
3433 .. date: 7415
3443 .. date: 7414
3454 .. date: 7413
3458 Adjusted _tkinter to compile without warnings when WITH_THREAD is not
3464 .. date: 7412
3475 .. date: 7411
3484 .. date: 7410
3489 when not given a callable so that code to be tested can be written inline
3495 .. date: 7409
3507 .. date: 7408
3519 .. date: 7407
3520 .. nonce: 9f--jv
3529 .. date: 7406
3539 .. date: 7405
3549 .. date: 7404
3559 .. date: 7403
3568 .. date: 7402
3577 .. date: 7401
3581 collections.deque objects now have a read-only attribute called maxlen.
3586 .. date: 7400
3596 .. date: 7399
3607 .. date: 7398
3616 .. date: 7397
3617 .. nonce: i2Ffk-
3626 .. date: 7396
3635 .. date: 7395
3636 .. nonce: J-DtY4
3644 .. date: 7394
3653 .. date: 7393
3662 .. date: 7392
3671 .. date: 7391
3681 .. date: 7390
3691 .. date: 7389
3701 .. date: 7388
3710 .. date: 7387
3714 Installed but not listed *.pyo was breaking Distutils bdist_rpm command.
3719 .. date: 7386
3723 Added --quiet option to Distutils bdist_rpm command.
3728 .. date: 7385
3737 .. date: 7384
3747 .. date: 7383
3757 .. date: 7382
3766 .. date: 7381
3776 .. date: 7380
3777 .. nonce: K-iKkZ
3785 .. date: 7379
3795 .. date: 7378
3805 .. date: 7377
3809 distutils build_script command failed with --with-suffix=3. Initial patch by
3815 .. date: 7376
3824 .. date: 7375
3825 .. nonce: BbViq-
3829 (most 64-bit Linux, bsd, unix systems).
3834 .. date: 7374
3844 .. date: 7373
3845 .. nonce: KG-Ru5
3854 .. date: 7372
3855 .. nonce: RLP-Ij
3865 .. date: 7371
3874 .. date: 7370
3885 .. date: 7369
3894 .. date: 7368
3899 regression which did not occur in 2.5.
3904 .. date: 7367
3914 .. date: 7366
3918 The ``runpy`` module (and the ``-m`` switch) now support the execution of
3925 .. date: 7365
3929 Call Tcl_ConditionFinalize for Tcl_Conditions that will not be used again
3937 .. date: 7364
3947 .. date: 7363
3956 .. date: 7362
3960 The verbose option was not used in the code of distutils.file_util and
3966 .. date: 7361
3970 Fixed trouble building extensions under Solaris with --enabled-shared
3976 .. date: 7360
3985 .. date: 7359
3995 .. date: 7358
4004 .. date: 7357
4013 .. date: 7356
4017 doctest.testfile() did not create __name__ and collections.namedtuple()
4023 .. date: 7355
4024 .. nonce: iqhL-t
4033 .. date: 7354
4037 distutils: When running sdist with --formats=tar,gztar the tar file was
4043 .. date: 7353
4052 .. date: 7352
4062 .. date: 7351
4066 Added a step argument to itertools.count() and allowed non-integer
4072 .. date: 7350
4082 .. date: 7349
4092 .. date: 7348
4102 .. date: 7347
4112 .. date: 7346
4116 _multiprocessing build fails when configure is passed --without-threads
4117 argument. When this occurs, _multiprocessing will be disabled, and not
4123 .. date: 7345
4135 .. date: 7344
4144 .. date: 7343
4149 inherited from numbers.py which did not have __slots__ defined. The numbers
4155 .. date: 7342
4166 .. date: 7341
4176 .. date: 7340
4185 .. date: 7339
4189 Zipfiles generated with more than 65536 files could not be opened with other
4195 .. date: 7338
4200 e.g. a __slots__ attribute which has not been set.
4205 .. date: 7337
4214 .. date: 7336
4223 .. date: 7335
4235 .. date: 7334
4244 .. date: 7333
4248 distutils sdist was not excluding VCS directories under Windows. Initial
4254 .. date: 7332
4265 .. date: 7331
4275 .. date: 7330
4279 Add missing underscore prefix to some internal-use-only constants in the
4285 .. date: 7329
4286 .. nonce: _vA-Zf
4290 function is not a generator.
4295 .. date: 7328
4305 .. date: 7327
4315 .. date: 7326
4325 .. date: 7325
4335 .. date: 7324
4344 .. date: 7323
4353 .. date: 7322
4363 .. date: 7321
4373 .. date: 7320
4377 zipfile.is_zipfile() now supports file-like objects. Patch by Gabriel
4383 .. date: 7319
4392 .. date: 7318
4401 .. date: 7317
4410 .. date: 7316
4415 to more than one byte in the source encoding (e.g. UTF-16) and gets split on
4421 .. date: 7315
4432 .. date: 7314
4442 .. date: 7313
4455 .. date: 7312
4461 bpo-4512)
4466 .. date: 7311
4470 Use unicode-friendly word splitting in the textwrap functions when given a
4476 .. date: 7310
4485 .. date: 7309
4496 .. date: 7308
4497 .. nonce: s-KbFX
4500 Distutils created directories even when run with the --dry-run option.
4505 .. date: 7307
4514 .. date: 7306
4515 .. nonce: J-M1ot
4518 Fix the parser module's validation of try-except-finally statements.
4523 .. date: 7305
4524 .. nonce: d68Oc-
4527 getopt.gnu_getopt() now recognizes a single "-" as an argument, not a
4533 .. date: 7304
4543 .. date: 7303
4548 filenames (such as those containing semi-colons) in Content-Disposition
4554 .. date: 7302
4567 .. date: 7301
4576 .. date: 7300
4581 module is not present.
4586 .. date: 7299
4595 .. date: 7298
4604 .. date: 7297
4614 .. date: 7296
4624 .. date: 7295
4633 .. date: 7294
4637 Pdb's "up" command now works for generator frames in post-mortem debugging.
4642 .. date: 7293
4651 .. date: 7292
4660 .. date: 7291
4670 .. date: 7290
4671 .. nonce: Gb-t2A
4680 .. date: 7289
4684 MacOS.GetCreatorAndType now always returns a big-endian result, to be
4690 .. date: 7288
4694 plat-mac/videoreader.py no longer relies on a non-existing module.
4699 .. date: 7287
4703 plat-mac/videoreader.py now correctly imports MediaDescr
4708 .. date: 7286
4712 plat-mac/EasyDialog.py no longer uses the broken aepack module.
4717 .. date: 7285
4718 .. nonce: -5eLwa
4727 .. date: 7284
4731 added --no-zipimport flag to the bundlebuilder script.
4736 .. date: 7283
4740 bundlebuilder now works with 'python -O'.
4745 .. date: 7282
4755 .. date: 7281
4759 The socket module now raises OverflowError when 16-bit port and protocol
4760 numbers are supplied outside the allowed 0-65536 range on bind() and
4766 .. date: 7280
4776 .. date: 7279
4786 .. date: 7278
4796 .. date: 7277
4805 .. date: 7276
4814 .. date: 7275
4818 Remove -n switch on "Edit with IDLE" menu item.
4823 .. date: 7274
4828 versions of IDLE which are not installed in the standard location.
4833 .. date: 7273
4843 .. date: 7272
4847 Windows: Version string for the .chm help file changed, file not being
4853 .. date: 7271
4864 .. date: 7270
4874 .. date: 7269
4884 .. date: 7268
4888 On MacOS the preferences menu was not present
4893 .. date: 7267
4902 .. date: 7266
4911 .. date: 7265
4912 .. nonce: I-Evb7
4916 gcc on x86-64. This fixes a reported problem with the --with-tsc build on
4917 x86-64.
4922 .. date: 7264
4926 Add 2 new options to ``--with-universal-archs`` on MacOSX: ``intel`` builds
4927 a distribution with ``i386`` and ``x86_64`` architectures, while ``3-way``
4934 .. date: 7263
4943 .. date: 7262
4952 .. date: 7261
4961 .. date: 7260
4965 Specifying both --enable-framework and --enable-shared is an error.
4971 .. date: 7259
4975 Add pkg-config support. It creates a python-2.7.pc file and a python.pc
4981 .. date: 7258
4990 .. date: 7257
5000 .. date: 7256
5004 Add configure option --with-dbmliborder=db1:db2:... to specify the order
5010 .. date: 7255
5019 .. date: 7254
5028 .. date: 7253
5029 .. nonce: IGajo-
5037 .. date: 7252
5038 .. nonce: S-3ytm
5046 .. date: 7251
5050 ``configure --enable-shared`` now works on OSX.
5055 .. date: 7250
5059 WORDS_BIGEDIAN is now correct in Universal builds. (See also: bpo-4060)
5064 .. date: 7249
5068 Add icon to the uninstall entry in "add-and-remove-programs".
5073 .. date: 7248
5082 .. date: 7247
5091 .. date: 7246
5100 .. date: 7245
5109 .. date: 7244
5118 .. date: 7243
5127 .. date: 7242
5136 .. date: 7241
5145 .. date: 7240
5154 .. date: 7239
5163 .. date: 7238
5173 .. date: 7237
5177 Add new C-API function PyOS_string_to_double, and deprecated PyOS_ascii_atof
5183 .. date: 7236
5188 in preparation for (but not strictly related to) issue #7117, short float
5194 .. date: 7235
5204 .. date: 7234
5205 .. nonce: bl2-P2
5214 .. date: 7233
5224 .. date: 7232
5234 .. date: 7231
5243 .. date: 7230
5253 .. date: 7229
5262 .. date: 7228
5272 .. date: 7227
5282 .. date: 7226
5292 .. date: 7225
5301 .. date: 7224
5310 .. date: 7223
5319 .. date: 7222
5324 range of [-1, 1] by normalizing the value to within that range.
5329 .. date: 7221
5338 .. date: 7220
5348 .. date: 7219
5357 .. date: 7218
5366 .. date: 7217
5371 tokenizer not stopping. CVE-2009-3720.
5376 .. date: 7216
5377 .. nonce: tJwGr-
5387 .. date: 7215
5392 code ('bBhHiIlLqQ'). Packing an out-of-range integer now consistently
5398 .. date: 7214
5405 - Packing a float now always gives a Deprecation Warning. Previously it
5408 - If x is not an int, long or float, then packing x will always result in
5416 Note: as of Python 2.7 beta 1, the above is out of date. In 2.7 beta 1, any
5418 triggers a DeprecationWarning. (See also: bpo-1741130)
5423 .. date: 7213
5432 .. date: 7212
5442 .. date: 7211
5446 Fix hashlib to always reject unicode and non buffer-api supporting objects
5453 .. date: 7210
5462 .. date: 7209
5471 .. date: 7208
5480 .. date: 7207
5489 .. date: 7206
5498 .. date: 7205
5503 bpo-3682)
5508 .. date: 7204
5517 .. date: 7203
5526 .. date: 7202
5535 .. date: 7201
5540 Lib/test directory, which might be read-only for the user running the tests.
5545 .. date: 7200
5555 .. date: 7199
5559 Add a -F flag to run the selected tests in a loop until a test fails. Can
5560 be combined with -j.
5565 .. date: 7198
5569 Do not use a hardcoded file name in test_tarfile.
5574 .. date: 7197
5578 Add some dedicated unit tests for multi-thread synchronization primitives
5584 .. date: 7196
5588 Make thread "reaping" more reliable so that reference leak-chasing test runs
5596 .. date: 7195
5600 Fixed regrtest -j so that output to stderr from a test no longer runs the
5606 .. date: 7194
5616 .. date: 7193
5627 .. date: 7192
5636 .. date: 7191
5646 .. date: 7190
5651 Lib/lib-tk/test/test_tkinter/test_loadtk. With this, these tests demonstrate the
5658 .. date: 7189
5662 New option '-j'/'--multiprocess' for regrtest allows running regression
5668 .. date: 7188
5680 .. date: 7187
5689 .. date: 7186
5698 .. date: 7185
5707 .. date: 7184
5718 .. date: 7183
5727 .. date: 7182
5738 .. date: 7181
5747 .. date: 7180
5748 .. nonce: UOPr-Q
5751 Auto-detect whether a C file uses tabs or spaces in Vim.