]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
merge with 3.2 branch
authorGeorg Brandl <georg@python.org>
Sat, 6 Apr 2013 14:39:49 +0000 (16:39 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 6 Apr 2013 14:39:49 +0000 (16:39 +0200)
1  2 
.hgtags
Doc/howto/logging-cookbook.rst
Doc/license.rst
LICENSE
Lib/idlelib/NEWS.txt
PC/python_nt.rc
README

diff --cc .hgtags
index efa4d2ecb704f8aa34511a176a90c3feb9bcc807,a9c7696e278b57db9631f0b3c5a8fb2618b5a13f..91c4156f678547ec1cc10b02e45d0e0d58f8cd12
+++ b/.hgtags
@@@ -99,13 -99,5 +99,15 @@@ c860feaa348d663e598986894ee4680480577e1
  7085403daf439adb3f9e70ef13f6bedb1c447376 v3.2.3rc1
  428f05cb7277e1d42bb9dd8d1af6b6270ebc6112 v3.2.3rc2
  3d0686d90f55a78f96d9403da2c52dc2411419d0 v3.2.3
+ b2cb7bc1edb8493c0a78f9331eae3e8fba6a881d v3.2.4rc1
+ 1e10bdeabe3de02f038a63c001911561ac1d13a7 v3.2.4
 +f1a9a6505731714f0e157453ff850e3b71615c45 v3.3.0a1
 +2f69db52d6de306cdaef0a0cc00cc823fb350b01 v3.3.0a2
 +0b53b70a40a00013505eb35e3660057b62be77be v3.3.0a3
 +7c51388a3aa7ce76a8541bbbdfc05d2d259a162c v3.3.0a4
 +e15c554cd43eb23bc0a528a4e8741da9bbec9607 v3.3.0b1
 +4972a8f1b2aa3d7cdd64dc96aa7fa112fe1ea343 v3.3.0b2
 +8bb5c7bc46ba43804480f3e328e1fa956672c885 v3.3.0rc1
 +88a0792e8ba3e4916b24c7e7a522c277d326d66e v3.3.0rc2
 +c191d21cefafb3832c45570e84854e309aa62eaa v3.3.0rc3
 +bd8afb90ebf28ba4edc901d4a235f75e7bbc79fd v3.3.0
Simple merge
diff --cc Doc/license.rst
index 5b7fcbd2c4dc063d979932e192cc81bf25bf5397,a3257f87d4b9cc45133e6abb469083937308ff72..9e80f5dbaaef320403e6383e1b57826e53139b51
@@@ -120,8 -120,8 +120,10 @@@ been GPL-compatible; the table below su
  +----------------+--------------+------------+------------+-----------------+
  | 3.2.3          | 3.2.2        | 2012       | PSF        | yes             |
  +----------------+--------------+------------+------------+-----------------+
+ | 3.2.4          | 3.2.3        | 2013       | PSF        | yes             |
+ +----------------+--------------+------------+------------+-----------------+
 +| 3.3.0          | 3.2          | 2012       | PSF        | yes             |
 ++----------------+--------------+------------+------------+-----------------+
  
  .. note::
  
diff --cc LICENSE
index dd7044e76893ac74612e87f3dc180f7b1aa21535,b9e39274812480bf260442872e02611299d62aac..2d565c921c3611a02fc5219e15d677a439c6ab95
+++ b/LICENSE
@@@ -74,7 -74,7 +74,8 @@@ the various releases
      3.2.1           3.2         2011        PSF         yes
      3.2.2           3.2.1       2011        PSF         yes
      3.2.3           3.2.2       2012        PSF         yes
+     3.2.4           3.2.3       2013        PSF         yes
 +    3.3.0           3.2         2012        PSF         yes
  
  Footnotes:
  
index 0885709111e074b602ddbc6a62752c23793b4a36,87c099fea8cca5f61f1994c409498ddd5df17f20..748a97b34a34f5d7e4396605c8f973f37b21e716
@@@ -1,23 -1,8 +1,25 @@@
 -What's New in IDLE 3.2.4?
 +What's New in IDLE 3.3.2?
 +=========================
 +
 +- Issue #17390: Display Python version on Idle title bar.
 +  Initial patch by Edmond Burnett.
 +
 +
 +What's New in IDLE 3.3.1?
 +=========================
 +
 +- Issue #16226: Fix IDLE Path Browser crash.
 +  (Patch by Roger Serwy)
 +
 +- Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
 +  with certain versions of Tk 8.5.  Initial patch by Kevin Walzer.
 +
 +
 +What's New in IDLE 3.3.0?
  =========================
  
+ - Issue #17625: Close the replace dialog after it is used.
  - Issue #7163: Propagate return value of sys.stdout.write.
  
  - Issue #15318: Prevent writing to sys.stdin.
diff --cc PC/python_nt.rc
Simple merge
diff --cc README
Simple merge